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