ApplicationConfig
interface ApplicationConfig
Represents an application config node
Functions
abstract fun config(path: String): ApplicationConfig Get config child node or fail |
|
abstract fun configList( Get a list of child nodes for path or fail |
|
abstract fun property(path: String): ApplicationConfigValue Get config property with path or fail |
|
abstract fun propertyOrNull( Get config property value for path or return |
Inheritors
open class HoconApplicationConfig : ApplicationConfig Implements ApplicationConfig by loading configuration from HOCON data structures |
|
open class MapApplicationConfig : ApplicationConfig Mutable application config backed by a hash map |