parse

fun parse(property: KProperty1<*, *>, parent: Any): ConfigVariable<*>?
fun parse(type: KType, getter: () -> Any?, setter: (Any?) -> Unit? = null): ConfigVariable<*>?