Uses of Class
org.ghotibeaun.json.converters.options.ScannerValidationOption
Package | Description |
---|---|
org.ghotibeaun.json.converters.options |
-
Uses of ScannerValidationOption in org.ghotibeaun.json.converters.options
Methods in org.ghotibeaun.json.converters.options that return ScannerValidationOption Modifier and Type Method Description static ScannerValidationOption
ScannerValidationOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScannerValidationOption[]
ScannerValidationOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ghotibeaun.json.converters.options with parameters of type ScannerValidationOption Modifier and Type Method Description OptionsBuilder
OptionsBuilder. setConverterValidation(ScannerValidationOption validation)