MapApplicationConfig
Mutable application config backed by a hash map
Constructors
Properties
Functions
Link copied to clipboard
Get config child node or fail
Link copied to clipboard
Get a list of child nodes for path or fail
Link copied to clipboard
Returns the set of keys, found by recursing the root object. All entries represent leaf nodes' keys, meaning that there would be no nested objects directly included as values for returned keys. It's still possible that entries may be a list and the lists may contain objects.
Link copied to clipboard
Link copied to clipboard
Get config property with path or fail
Link copied to clipboard
Get config property value for path or return null
Link copied to clipboard
Try read String value from ApplicationConfig.
Link copied to clipboard
Try read String value from ApplicationConfig.
Link copied to clipboard
Merge configuration combining all their keys. If the key exists in this and other config, the value from this config will be used.