Uses of Enum Class
com.fasterxml.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.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Utility classes for Mapper package.
-
Uses of JsonParser.NumberTypeFP in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return JsonParser.NumberTypeFPModifier and TypeMethodDescriptionJsonParser.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 com.fasterxml.jackson.core.json
Methods in com.fasterxml.jackson.core.json that return JsonParser.NumberTypeFPModifier and TypeMethodDescriptionJsonParserBase.getNumberTypeFP()JSON format does not have native information on "correct" floating-point type to use, unlike some formats (most binary formats), so it needs to indicate this asUNKNOWN. -
Uses of JsonParser.NumberTypeFP in com.fasterxml.jackson.core.util
Methods in com.fasterxml.jackson.core.util that return JsonParser.NumberTypeFP -
Uses of JsonParser.NumberTypeFP in com.fasterxml.jackson.databind.node
Methods in com.fasterxml.jackson.databind.node that return JsonParser.NumberTypeFP -
Uses of JsonParser.NumberTypeFP in com.fasterxml.jackson.databind.util
Methods in com.fasterxml.jackson.databind.util that return JsonParser.NumberTypeFP