Uses of Class
org.ghotibeaun.json.parser.jep.NonFloatingPointNumber
| Package | Description |
|---|---|
| org.ghotibeaun.json.parser.jep |
-
Uses of NonFloatingPointNumber in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return NonFloatingPointNumber Modifier and Type Method Description NonFloatingPointNumberParserSettings. getUseNonFloatingPointType()static NonFloatingPointNumberNonFloatingPointNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static NonFloatingPointNumber[]NonFloatingPointNumber. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ghotibeaun.json.parser.jep with parameters of type NonFloatingPointNumber Modifier and Type Method Description ParserSettingsParserSettings. setUseNonFloatingPointType(NonFloatingPointNumber value)