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> T
getValue(OptionKey option)
<V> boolean
matches(OptionKey key, V value)
void
set(ConverterOption<?> option)
-
Constructor Details
-
ConverterOptions
public ConverterOptions()
-
-
Method Details
-
set
-
get
-
getValue
-
getAll
-
matches
-