MapApplicationConfig
Mutable application config backed by a hash map
Constructors
Functions
Get config child node or fail
Get a list of child nodes for path or fail
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.
Get config property with path or fail
Get config property value for path or return null
Extensions
The host address of the currently running application, as defined by the configuration at start-up.
The port the current application is running on, as defined by the configuration at start-up.
Try read String value from ApplicationConfig.
Try read String value from ApplicationConfig.
Merge configuration combining all their keys. If the key exists in this and other config, the value from this config will be used.