MapApplicationConfig
Mutable application config backed by a hash map
Constructors
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
Get config property with path or fail
Link copied to clipboard
Get config property value for path or return null