HoconApplicationConfig
open class HoconApplicationConfig : ApplicationConfig
Implements ApplicationConfig by loading configuration from HOCON data structures
Constructors
HoconApplicationConfig(config: Config) Implements ApplicationConfig by loading configuration from HOCON data structures |
Functions
open fun config(path: String): ApplicationConfig Get config child node or fail |
|
open fun configList(path: String): List<ApplicationConfig> Get a list of child nodes for path or fail |
|
open fun property(path: String): ApplicationConfigValue Get config property with path or fail |
|
open fun propertyOrNull( Get config property value for path or return |