ChoiceConverterBuilder

Converter builder for choice converters.

Properties

Link copied to clipboard
abstract var choices: MutableMap<Key, T>

List of possible choices, if any.

Functions

Link copied to clipboard
open fun choice(key: Key, value: T)

Add a choice to the list of possible choices.

Link copied to clipboard
open fun choices(all: Map<Key, T>)

Add a choice to the list of possible choices.