Class MultivalueConverterOption<T>
java.lang.Object
org.ghotibeaun.json.converters.options.AbstractConverterOption<List<T>>
org.ghotibeaun.json.converters.options.MultivalueConverterOption<T>
- All Implemented Interfaces:
ConverterOption<List<T>>
public class MultivalueConverterOption<T> extends AbstractConverterOption<List<T>>
-
Constructor Summary
Constructors Constructor Description MultivalueConverterOption(OptionKey key, DefaultingValue<List<T>> defaultingValue) -
Method Summary
Modifier and Type Method Description <V> booleanmatchesValue(V value)Methods inherited from class org.ghotibeaun.json.converters.options.AbstractConverterOption
eval, getKey, getValue
-
Constructor Details
-
MultivalueConverterOption
-
-
Method Details
-
matchesValue
public <V> boolean matchesValue(V value)- Specified by:
matchesValuein interfaceConverterOption<T>- Specified by:
matchesValuein classAbstractConverterOption<List<T>>
-