public static final enum

JsonParser.NumberType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.fasterxml.jackson.core.JsonParser.NumberType

Class Overview

Enumeration of possible "native" (optimal) types that can be used for numbers.

Summary

Enum Values
JsonParser.NumberType  BIG_DECIMAL   
JsonParser.NumberType  BIG_INTEGER   
JsonParser.NumberType  DOUBLE   
JsonParser.NumberType  FLOAT   
JsonParser.NumberType  INT   
JsonParser.NumberType  LONG   
Public Methods
static JsonParser.NumberType valueOf(String name)
final static NumberType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final JsonParser.NumberType BIG_DECIMAL

public static final JsonParser.NumberType BIG_INTEGER

public static final JsonParser.NumberType DOUBLE

public static final JsonParser.NumberType FLOAT

public static final JsonParser.NumberType INT

public static final JsonParser.NumberType LONG

Public Methods

public static JsonParser.NumberType valueOf (String name)

public static final NumberType[] values ()