HoconObject Class |
akka { actor { debug { receive = on autoreceive = on lifecycle = on event-stream = on unhandled = on } } }
Namespace: Akka.Configuration.Hocon
The HoconObject type exposes the following members.
Name | Description | |
---|---|---|
HoconObject |
Initializes a new instance of the HoconObject class.
|
Name | Description | |
---|---|---|
Items |
Retrieves the underlying map that this element is based on.
| |
Unwrapped |
Retrieves the underlying map that contains the barebones
object values.
|
Name | Description | |
---|---|---|
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 |
N/A
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKey |
Retrieves the value associated with the supplied key.
| |
GetOrCreateKey |
Retrieves the value associated with the supplied key.
If the supplied key is not found, then one is created
with a blank value.
| |
GetString |
N/A
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsArray |
Determines whether this element is an array.
| |
IsString |
Determines whether this element is a string.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge |
Merges the specified object into this instance.
| |
ToString |
Returns a HOCON string representation of this element.
(Overrides ObjectToString.) | |
ToString(Int32) |
Returns a HOCON string representation of this element.
|
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.) |