Searched defs:decodeConfigValue (Results 1 – 2 of 2) sorted by relevance
46 fun <E> decodeConfigValue(extractValueAtPath: (conf: Config, path: String) -> E): E method
145 override fun <E> decodeConfigValue(extractValueAtPath: (Config, String) -> E): E = in <lambda>() method in kotlinx.serialization.hocon.Hocon.ConfigConverter