Uses of Class
org.ghotibeaun.json.converters.options.OptionKey
Package | Description |
---|---|
org.ghotibeaun.json.converters | |
org.ghotibeaun.json.converters.options |
-
Uses of OptionKey in org.ghotibeaun.json.converters
Methods in org.ghotibeaun.json.converters with parameters of type OptionKey Modifier and Type Method Description Optional<ConverterOption<?>>
ConverterOptions. get(OptionKey option)
<T> T
ConverterOptions. getValue(OptionKey option)
<V> boolean
ConverterOptions. matches(OptionKey key, V value)
-
Uses of OptionKey in org.ghotibeaun.json.converters.options
Methods in org.ghotibeaun.json.converters.options that return OptionKey Modifier and Type Method Description OptionKey
AbstractConverterOption. getKey()
OptionKey
ConverterOption. getKey()
static OptionKey
OptionKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionKey[]
OptionKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ghotibeaun.json.converters.options with parameters of type OptionKey Constructor Description AbstractConverterOption(OptionKey key, DefaultingValue<T> defaultingValue)
MultivalueConverterOption(OptionKey key, DefaultingValue<List<T>> defaultingValue)
SingleConverterOption(OptionKey key, DefaultingValue<T> defaultingValue)