Uses of Enum Class
tools.jackson.core.JsonParser.NumberType
Packages that use JsonParser.NumberType
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Utility classes used by Jackson Core functionality.
-
Uses of JsonParser.NumberType in tools.jackson.core
Subclasses with type arguments of type JsonParser.NumberType in tools.jackson.coreModifier and TypeClassDescriptionstatic enumEnumeration of possible "native" (optimal) types that can be used for numbers.Methods in tools.jackson.core that return JsonParser.NumberTypeModifier and TypeMethodDescriptionabstract JsonParser.NumberTypeJsonParser.getNumberType()If current token is of typeJsonToken.VALUE_NUMBER_INTorJsonToken.VALUE_NUMBER_FLOAT, returns one ofJsonParser.NumberTypeconstants; otherwise returns null.TreeNode.numberType()If this node is a numeric type (as perJsonToken.isNumeric()), returns native type that node uses to store the numeric value; otherwise returns null.static JsonParser.NumberTypeReturns the enum constant of this class with the specified name.static JsonParser.NumberType[]JsonParser.NumberType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonParser.NumberType in tools.jackson.core.base
Methods in tools.jackson.core.base that return JsonParser.NumberType -
Uses of JsonParser.NumberType in tools.jackson.core.util
Methods in tools.jackson.core.util that return JsonParser.NumberType