protected class MapApplicationConfigValue : ApplicationConfigValue
A config value implementation backed by this config's map
MapApplicationConfigValue(map: Map<String, String>, path: String)
A config value implementation backed by this config's map |
val map: Map<String, String>
is usually owner's backing map |
|
val path: String
to this value |
fun getList(): List<String>
Get property list value |
|
fun getString(): String
Get property string value |