interface ApplicationConfigValue
Represents an application config value
abstract fun getList(): List<String>
Get property list value |
|
abstract fun getString(): String
Get property string value |
class MapApplicationConfigValue : ApplicationConfigValue
A config value implementation backed by this config's map |