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
Keyed
Config
Adapter
abstract
class
KeyedConfigAdapter
<
T
:
Keyed
>
:
ConfigAdapter
<
T
>
(
source
)
Members
Constructors
Keyed
Config
Adapter
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
abstract
val
type
:
Type
Functions
convert
Link copied to clipboard
override
fun
convert
(
value
:
Any
)
:
T
Converts the given value obtained from config to the target type
T
.
from
Key
Link copied to clipboard
abstract
fun
fromKey
(
key
:
NamespacedKey
)
:
T