Uses of Enum Class
tools.jackson.core.JsonParser.NumberTypeFP
Packages that use JsonParser.NumberTypeFP
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.NumberTypeFP in tools.jackson.core
Methods in tools.jackson.core that return JsonParser.NumberTypeFPModifier and TypeMethodDescriptionabstract JsonParser.NumberTypeFPJsonParser.getNumberTypeFP()If current token is of typeJsonToken.VALUE_NUMBER_FLOAT, returns one ofJsonParser.NumberTypeFPconstants; otherwise returnsUNKNOWN.static JsonParser.NumberTypeFPReturns the enum constant of this class with the specified name.static JsonParser.NumberTypeFP[]JsonParser.NumberTypeFP.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonParser.NumberTypeFP in tools.jackson.core.base
Methods in tools.jackson.core.base that return JsonParser.NumberTypeFP -
Uses of JsonParser.NumberTypeFP in tools.jackson.core.util
Methods in tools.jackson.core.util that return JsonParser.NumberTypeFP