Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class NumberChoiceConverter(radix: Int = DEFAULT_RADIX, choices: Map<Key, Long>, var validator: Validator<Long> = null) : ChoiceConverter<Long>
Choice converter for integer arguments. Supports mapping up to 25 choices to integers.
Link copied to clipboard
class StringChoiceConverter(choices: Map<Key, String>, var validator: Validator<String> = null) : ChoiceConverter<String>
Choice converter for string arguments. Supports mapping up to 25 choices to string.