Package org.ghotibeaun.json.converters
Class ConverterOptions
java.lang.Object
org.ghotibeaun.json.converters.ConverterOptions
public class ConverterOptions extends Object
-
Constructor Summary
Constructors Constructor Description ConverterOptions() -
Method Summary
Modifier and Type Method Description Optional<ConverterOption<?>>get(OptionKey option)ConverterOption<?>[]getAll()<T> TgetValue(OptionKey option)<V> booleanmatches(OptionKey key, V value)voidset(ConverterOption<?> option)
-
Constructor Details
-
ConverterOptions
public ConverterOptions()
-
-
Method Details
-
set
-
get
-
getValue
-
getAll
-
matches
-