HoconApplicationConfig

open class HoconApplicationConfig(config: Config) : ApplicationConfig

Implements ApplicationConfig by loading configuration from HOCON data structures

Constructors

Link copied to clipboard
fun HoconApplicationConfig(config: Config)

Functions

Link copied to clipboard
open override fun config(path: String): ApplicationConfig

Get config child node or fail

Link copied to clipboard
open override fun configList(path: String): List<ApplicationConfig>

Get a list of child nodes for path or fail

Link copied to clipboard
open override fun property(path: String): ApplicationConfigValue

Get config property with path or fail

Link copied to clipboard
open override fun propertyOrNull(path: String): ApplicationConfigValue?

Get config property value for path or return null