decode

fun <T : Configuration<*, *>> decode(value: String, clazz: Class<T>): T

Decode

Since Kotlin

999.9

Return

object decoded

Parameters

T

type to decode in

value

string representation of the object

clazz

class of the type T


inline fun <T : Configuration<*, *>> decode(value: String): T

Decode

Return

object decoded

Parameters

T

type to decode in

value

string representation of the object