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 ConverterOptionsAbstractConverter. getConverterOptions()ConverterOptionsConverter. 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 voidScannerList. addEntry(Class<?> clazz, Field field, ConverterOptions options)voidClassScanner. 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