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> TConverterOptions. getValue(OptionKey option)<V> booleanConverterOptions. 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 OptionKeyAbstractConverterOption. getKey()OptionKeyConverterOption. getKey()static OptionKeyOptionKey. 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)