fromGetter

fun <T : Keyed> fromGetter(clazz: Class<T>, fromKey: (NamespacedKey) -> T): ConfigAdapter<T>(source)
inline fun <T : Keyed> fromGetter(crossinline fromKey: (NamespacedKey) -> T): ConfigAdapter<T>(source)