Uses of Class
org.ghotibeaun.json.converters.ConverterOptions
Package | Description |
---|---|
org.ghotibeaun.json.converters | |
org.ghotibeaun.json.converters.utils |
-
Uses of ConverterOptions in org.ghotibeaun.json.converters
Methods in org.ghotibeaun.json.converters that return ConverterOptions Modifier and Type Method Description ConverterOptions
AbstractConverter. getConverterOptions()
ConverterOptions
Converter. getConverterOptions()
Return the ConverterOptions for this converter -
Uses of ConverterOptions in org.ghotibeaun.json.converters.utils
Methods in org.ghotibeaun.json.converters.utils with parameters of type ConverterOptions Modifier and Type Method Description void
ScannerList. addEntry(Class<?> clazz, Field field, ConverterOptions options)
void
ClassScanner. scanClass(Class<?> clazz, ConverterOptions options)
Constructors in org.ghotibeaun.json.converters.utils with parameters of type ConverterOptions Constructor Description ClassScanner(Class<?> clazz, ConverterOptions options)
ScannerEntry(Class<?> containerClass, Field theField, ConverterOptions options)
Initializes the entry