|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonParser.NumberType | |
---|---|
com.fasterxml.jackson.core | Main public API classes of the core streaming JSON
processor: most importantly JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonParser )
instances. |
com.fasterxml.jackson.core.base | Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char). |
com.fasterxml.jackson.core.util | Utility classes used by Jackson Core functionality. |
Uses of JsonParser.NumberType in com.fasterxml.jackson.core |
---|
Methods in com.fasterxml.jackson.core that return JsonParser.NumberType | |
---|---|
abstract JsonParser.NumberType |
JsonParser.getNumberType()
If current token is of type JsonToken.VALUE_NUMBER_INT or
JsonToken.VALUE_NUMBER_FLOAT , returns
one of JsonParser.NumberType constants; otherwise returns null. |
JsonParser.NumberType |
TreeNode.numberType()
If this node is a numeric type (as per JsonToken.isNumeric() ),
returns native type that node uses to store the numeric value;
otherwise returns null. |
static JsonParser.NumberType |
JsonParser.NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonParser.NumberType[] |
JsonParser.NumberType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of JsonParser.NumberType in com.fasterxml.jackson.core.base |
---|
Methods in com.fasterxml.jackson.core.base that return JsonParser.NumberType | |
---|---|
JsonParser.NumberType |
ParserBase.getNumberType()
|
Uses of JsonParser.NumberType in com.fasterxml.jackson.core.util |
---|
Methods in com.fasterxml.jackson.core.util that return JsonParser.NumberType | |
---|---|
JsonParser.NumberType |
JsonParserDelegate.getNumberType()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |