rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.config.adapter
/
WeightedSetConfigAdapter
Weighted
Set
Config
Adapter
class
WeightedSetConfigAdapter
<
E
>
(
elementAdapter
:
ConfigAdapter
<
E
>
)
:
ConfigAdapter
<
WeightedSet
<
E
>
>
(
source
)
Members
Constructors
Weighted
Set
Config
Adapter
Link copied to clipboard
constructor
(
elementAdapter
:
ConfigAdapter
<
E
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
open
override
val
type
:
Type
Functions
convert
Link copied to clipboard
open
override
fun
convert
(
value
:
Any
)
:
WeightedSet
<
E
>
Converts the given value obtained from config to the target type
T
.