pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.config.adapter
/
KeyedConfigAdapter
/
Companion
/
fromGetter
from
Getter
@
JvmStatic
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
)