WeightedSetConfigAdapter

Constructors

Link copied to clipboard
constructor(elementAdapter: ConfigAdapter<E>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val type: Type

Functions

Link copied to clipboard
open override fun convert(value: Any): WeightedSet<E>

Converts the given value obtained from config to the target type T.