Uses of Class
org.ghotibeaun.json.converters.options.KeyNameCasing
Package | Description |
---|---|
org.ghotibeaun.json.converters.options |
-
Uses of KeyNameCasing in org.ghotibeaun.json.converters.options
Methods in org.ghotibeaun.json.converters.options that return KeyNameCasing Modifier and Type Method Description static KeyNameCasing
KeyNameCasing. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyNameCasing[]
KeyNameCasing. 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 KeyNameCasing Modifier and Type Method Description OptionsBuilder
OptionsBuilder. setJSONKeyCase(KeyNameCasing casing)