![]() | HoconValue Class |
Namespace: Akka.Configuration.Hocon
The HoconValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | HoconValue |
Initializes a new instance of the HoconValue class.
|
![]() | HoconValue(ListIHoconElement, Boolean) |
Initializes a new instance of the HoconValue class.
|
Name | Description | |
---|---|---|
![]() | IsEmpty |
Returns true if this HOCON value doesn't contain any elements
|
![]() | Values |
The list of elements inside this HOCON value
|
Name | Description | |
---|---|---|
![]() | AppendValue |
Adds the given element to the list of elements inside this HoconValue.
|
![]() | AtKey |
Wraps this HoconValue into a new Config object at the specified key.
|
![]() | Clear |
Clears the list of elements inside this HoconValue.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetArray |
Retrieves a list of values from this HoconValue.
|
![]() | GetBoolean |
Retrieves the boolean value from this HoconValue.
|
![]() | GetBooleanList |
Retrieves a list of boolean values from this HoconValue.
|
![]() | GetByte |
Retrieves the byte value from this HoconValue.
|
![]() | GetByteList |
Retrieves a list of byte values from this HoconValue.
|
![]() | GetByteSize |
Retrieves the long value, optionally suffixed with a 'b', from this HoconValue.
|
![]() | GetChildObject |
Retrieves the child object located at the given key.
|
![]() | GetDecimal |
Retrieves the decimal value from this HoconValue.
|
![]() | GetDecimalList |
Retrieves a list of decimal values from this HoconValue.
|
![]() | GetDouble |
Retrieves the double value from this HoconValue.
|
![]() | GetDoubleList |
Retrieves a list of double values from this HoconValue.
|
![]() | GetFloat |
Retrieves the float value from this HoconValue.
|
![]() | GetFloatList |
Retrieves a list of float values from this HoconValue.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInt |
Retrieves the integer value from this HoconValue.
|
![]() | GetIntList |
Retrieves a list of integer values from this HoconValue.
|
![]() | GetLong |
Retrieves the long value from this HoconValue.
|
![]() | GetLongList |
Retrieves a list of long values from this HoconValue.
|
![]() | GetObject |
Retrieves the HoconObject from this HoconValue.
|
![]() | GetString |
Retrieves the string value from this HoconValue.
|
![]() | GetStringList |
Retrieves a list of string values from this HoconValue.
|
![]() | GetTimeSpan |
Retrieves the time span value from this HoconValue.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsArray |
Determines whether this HoconValue is an array.
|
![]() | IsObject |
Determines if this HoconValue is a HoconObject.
|
![]() | IsString |
Determines whether all the elements inside this HoconValue
are a string.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewValue |
Creates a fresh list of elements inside this HoconValue
and adds the given value to the list.
|
![]() | ToString |
Returns a HOCON string representation of this HoconValue.
(Overrides ObjectToString.) |
![]() | ToString(Int32) |
Returns a HOCON string representation of this HoconValue.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |