Constant Field Values
Contents
com.fasterxml.*
-
com.fasterxml.jackson.core.Base64Variant Modifier and Type Constant Field Value public static final int
BASE64_VALUE_INVALID
-1
public static final int
BASE64_VALUE_PADDING
-2
private static final int
INT_SPACE
32
static final char
PADDING_CHAR_NONE
0
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.Base64Variants Modifier and Type Constant Field Value static final java.lang.String
STD_BASE64_ALPHABET
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
-
com.fasterxml.jackson.core.JsonFactory Modifier and Type Constant Field Value public static final char
DEFAULT_QUOTE_CHAR
34
public static final java.lang.String
FORMAT_NAME_JSON
"JSON"
private static final long
serialVersionUID
2L
-
com.fasterxml.jackson.core.JsonGenerationException Modifier and Type Constant Field Value private static final long
serialVersionUID
123L
-
com.fasterxml.jackson.core.JsonLocation Modifier and Type Constant Field Value public static final int
MAX_CONTENT_SNIPPET
500
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.JsonParseException Modifier and Type Constant Field Value private static final long
serialVersionUID
2L
-
com.fasterxml.jackson.core.JsonParser Modifier and Type Constant Field Value private static final int
MAX_BYTE_I
255
private static final int
MAX_SHORT_I
32767
private static final int
MIN_BYTE_I
-128
private static final int
MIN_SHORT_I
-32768
-
com.fasterxml.jackson.core.JsonpCharacterEscapes Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.JsonPointer Modifier and Type Constant Field Value public static final char
SEPARATOR
47
-
com.fasterxml.jackson.core.JsonProcessingException Modifier and Type Constant Field Value static final long
serialVersionUID
123L
-
com.fasterxml.jackson.core.JsonStreamContext Modifier and Type Constant Field Value protected static final int
TYPE_ARRAY
1
protected static final int
TYPE_OBJECT
2
protected static final int
TYPE_ROOT
0
-
com.fasterxml.jackson.core.JsonTokenId Modifier and Type Constant Field Value public static final int
ID_EMBEDDED_OBJECT
12
public static final int
ID_END_ARRAY
4
public static final int
ID_END_OBJECT
2
public static final int
ID_FALSE
10
public static final int
ID_FIELD_NAME
5
public static final int
ID_NO_TOKEN
0
public static final int
ID_NOT_AVAILABLE
-1
public static final int
ID_NULL
11
public static final int
ID_NUMBER_FLOAT
8
public static final int
ID_NUMBER_INT
7
public static final int
ID_START_ARRAY
3
public static final int
ID_START_OBJECT
1
public static final int
ID_STRING
6
public static final int
ID_TRUE
9
-
com.fasterxml.jackson.core.TokenStreamFactory Modifier and Type Constant Field Value private static final long
serialVersionUID
2L
-
com.fasterxml.jackson.core.Version Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.base.GeneratorBase Modifier and Type Constant Field Value protected static final int
MAX_BIG_DECIMAL_SCALE
9999
public static final int
SURR1_FIRST
55296
public static final int
SURR1_LAST
56319
public static final int
SURR2_FIRST
56320
public static final int
SURR2_LAST
57343
protected static final java.lang.String
WRITE_BINARY
"write a binary value"
protected static final java.lang.String
WRITE_BOOLEAN
"write a boolean value"
protected static final java.lang.String
WRITE_NULL
"write a null"
protected static final java.lang.String
WRITE_NUMBER
"write a number"
protected static final java.lang.String
WRITE_RAW
"write a raw (unencoded) value"
protected static final java.lang.String
WRITE_STRING
"write a string"
-
com.fasterxml.jackson.core.base.ParserMinimalBase Modifier and Type Constant Field Value protected static final char
CHAR_NULL
0
protected static final int
INT_0
48
protected static final int
INT_9
57
protected static final int
INT_APOS
39
protected static final int
INT_ASTERISK
42
protected static final int
INT_BACKSLASH
92
protected static final int
INT_COLON
58
protected static final int
INT_COMMA
44
protected static final int
INT_CR
13
protected static final int
INT_e
101
protected static final int
INT_E
69
protected static final int
INT_HASH
35
protected static final int
INT_LBRACKET
91
protected static final int
INT_LCURLY
123
protected static final int
INT_LF
10
protected static final int
INT_MINUS
45
protected static final int
INT_PERIOD
46
protected static final int
INT_PLUS
43
protected static final int
INT_QUOTE
34
protected static final int
INT_RBRACKET
93
protected static final int
INT_RCURLY
125
protected static final int
INT_SLASH
47
protected static final int
INT_SPACE
32
protected static final int
INT_TAB
9
protected static final int
MAX_ERROR_TOKEN_LENGTH
256
protected static final double
MAX_INT_D
2.147483647E9
protected static final long
MAX_INT_L
2147483647L
protected static final double
MAX_LONG_D
9.223372036854776E18
protected static final double
MIN_INT_D
-2.147483648E9
protected static final long
MIN_INT_L
-2147483648L
protected static final double
MIN_LONG_D
-9.223372036854776E18
protected static final int
NR_BIGDECIMAL
16
protected static final int
NR_BIGINT
4
protected static final int
NR_DOUBLE
8
protected static final int
NR_FLOAT
32
protected static final int
NR_INT
1
protected static final int
NR_LONG
2
protected static final int
NR_UNKNOWN
0
-
com.fasterxml.jackson.core.exc.InputCoercionException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.exc.StreamReadException Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.format.DataFormatDetector Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_INPUT_LOOKAHEAD
64
-
com.fasterxml.jackson.core.io.CharacterEscapes Modifier and Type Constant Field Value public static final int
ESCAPE_CUSTOM
-2
public static final int
ESCAPE_NONE
0
public static final int
ESCAPE_STANDARD
-1
-
com.fasterxml.jackson.core.io.InputDecorator Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.io.JsonEOFException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.io.JsonStringEncoder Modifier and Type Constant Field Value private static final int
INITIAL_BYTE_BUFFER_SIZE
200
private static final int
INITIAL_CHAR_BUFFER_SIZE
120
private static final int
SURR1_FIRST
55296
private static final int
SURR1_LAST
56319
private static final int
SURR2_FIRST
56320
private static final int
SURR2_LAST
57343
-
com.fasterxml.jackson.core.io.NumberInput Modifier and Type Constant Field Value static final long
L_BILLION
1000000000L
public static final java.lang.String
NASTY_SMALL_DOUBLE
"2.2250738585072012e-308"
-
com.fasterxml.jackson.core.io.SerializedString Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.io.UTF32Reader Modifier and Type Constant Field Value protected static final int
LAST_VALID_UNICODE_CHAR
1114111
protected static final char
NC
0
-
com.fasterxml.jackson.core.io.UTF8Writer Modifier and Type Constant Field Value static final int
SURR1_FIRST
55296
static final int
SURR1_LAST
56319
static final int
SURR2_FIRST
56320
static final int
SURR2_LAST
57343
-
com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper Modifier and Type Constant Field Value public static final byte
UTF8_BOM_1
-17
public static final byte
UTF8_BOM_2
-69
public static final byte
UTF8_BOM_3
-65
-
com.fasterxml.jackson.core.json.JsonWriteContext Modifier and Type Constant Field Value public static final int
STATUS_EXPECT_NAME
5
public static final int
STATUS_EXPECT_VALUE
4
public static final int
STATUS_OK_AFTER_COLON
2
public static final int
STATUS_OK_AFTER_COMMA
1
public static final int
STATUS_OK_AFTER_SPACE
3
public static final int
STATUS_OK_AS_IS
0
-
com.fasterxml.jackson.core.json.UTF8DataInputJsonParser Modifier and Type Constant Field Value static final byte
BYTE_LF
10
-
com.fasterxml.jackson.core.json.UTF8JsonGenerator Modifier and Type Constant Field Value private static final byte
BYTE_0
48
private static final byte
BYTE_BACKSLASH
92
private static final byte
BYTE_COLON
58
private static final byte
BYTE_COMMA
44
private static final byte
BYTE_LBRACKET
91
private static final byte
BYTE_LCURLY
123
private static final byte
BYTE_RBRACKET
93
private static final byte
BYTE_RCURLY
125
private static final byte
BYTE_u
117
private static final int
MAX_BYTES_TO_BUFFER
512
-
com.fasterxml.jackson.core.json.UTF8StreamJsonParser Modifier and Type Constant Field Value static final byte
BYTE_LF
10
-
com.fasterxml.jackson.core.json.WriterBasedJsonGenerator Modifier and Type Constant Field Value protected static final int
SHORT_WRITE
32
-
com.fasterxml.jackson.core.json.async.NonBlockingJsonParserBase Modifier and Type Constant Field Value protected static final int
MAJOR_ARRAY_ELEMENT_FIRST
5
protected static final int
MAJOR_ARRAY_ELEMENT_NEXT
6
protected static final int
MAJOR_CLOSED
7
protected static final int
MAJOR_INITIAL
0
protected static final int
MAJOR_OBJECT_FIELD_FIRST
2
protected static final int
MAJOR_OBJECT_FIELD_NEXT
3
protected static final int
MAJOR_OBJECT_VALUE
4
protected static final int
MAJOR_ROOT
1
protected static final int
MINOR_COMMENT_C
53
protected static final int
MINOR_COMMENT_CLOSING_ASTERISK
52
protected static final int
MINOR_COMMENT_CPP
54
protected static final int
MINOR_COMMENT_LEADING_SLASH
51
protected static final int
MINOR_COMMENT_YAML
55
protected static final int
MINOR_FIELD_APOS_NAME
9
protected static final int
MINOR_FIELD_LEADING_COMMA
5
protected static final int
MINOR_FIELD_LEADING_WS
4
protected static final int
MINOR_FIELD_NAME
7
protected static final int
MINOR_FIELD_NAME_ESCAPE
8
protected static final int
MINOR_FIELD_UNQUOTED_NAME
10
protected static final int
MINOR_NUMBER_EXPONENT_DIGITS
32
protected static final int
MINOR_NUMBER_EXPONENT_MARKER
31
protected static final int
MINOR_NUMBER_FRACTION_DIGITS
30
protected static final int
MINOR_NUMBER_INTEGER_DIGITS
26
protected static final int
MINOR_NUMBER_MINUS
23
protected static final int
MINOR_NUMBER_MINUSZERO
25
protected static final int
MINOR_NUMBER_ZERO
24
protected static final int
MINOR_ROOT_BOM
1
protected static final int
MINOR_ROOT_GOT_SEPARATOR
3
protected static final int
MINOR_ROOT_NEED_SEPARATOR
2
protected static final int
MINOR_VALUE_APOS_STRING
45
protected static final int
MINOR_VALUE_EXPECTING_COLON
14
protected static final int
MINOR_VALUE_EXPECTING_COMMA
13
protected static final int
MINOR_VALUE_LEADING_WS
12
protected static final int
MINOR_VALUE_STRING
40
protected static final int
MINOR_VALUE_STRING_ESCAPE
41
protected static final int
MINOR_VALUE_STRING_UTF8_2
42
protected static final int
MINOR_VALUE_STRING_UTF8_3
43
protected static final int
MINOR_VALUE_STRING_UTF8_4
44
protected static final int
MINOR_VALUE_TOKEN_ERROR
50
protected static final int
MINOR_VALUE_TOKEN_FALSE
18
protected static final int
MINOR_VALUE_TOKEN_NON_STD
19
protected static final int
MINOR_VALUE_TOKEN_NULL
16
protected static final int
MINOR_VALUE_TOKEN_TRUE
17
protected static final int
MINOR_VALUE_WS_AFTER_COMMA
15
protected static final int
NON_STD_TOKEN_INFINITY
1
protected static final int
NON_STD_TOKEN_MINUS_INFINITY
3
protected static final int
NON_STD_TOKEN_NAN
0
protected static final int
NON_STD_TOKEN_PLUS_INFINITY
2
-
com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer Modifier and Type Constant Field Value private static final int
DEFAULT_T_SIZE
64
static final int
MAX_ENTRIES_FOR_REUSE
6000
private static final int
MAX_T_SIZE
65536
private static final int
MIN_HASH_SIZE
16
private static final int
MULT
33
private static final int
MULT2
65599
private static final int
MULT3
31
-
com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer Modifier and Type Constant Field Value private static final int
DEFAULT_T_SIZE
64
public static final int
HASH_MULT
33
static final int
MAX_COLL_CHAIN_LENGTH
100
static final int
MAX_ENTRIES_FOR_REUSE
12000
private static final int
MAX_T_SIZE
65536
-
com.fasterxml.jackson.core.util.BufferRecycler Modifier and Type Constant Field Value public static final int
BYTE_BASE64_CODEC_BUFFER
3
public static final int
BYTE_READ_IO_BUFFER
0
public static final int
BYTE_WRITE_CONCAT_BUFFER
2
public static final int
BYTE_WRITE_ENCODING_BUFFER
1
public static final int
CHAR_CONCAT_BUFFER
1
public static final int
CHAR_NAME_COPY_BUFFER
3
public static final int
CHAR_TEXT_BUFFER
2
public static final int
CHAR_TOKEN_BUFFER
0
-
com.fasterxml.jackson.core.util.BufferRecyclers Modifier and Type Constant Field Value public static final java.lang.String
SYSTEM_PROPERTY_TRACK_REUSABLE_BUFFERS
"com.fasterxml.jackson.core.util.BufferRecyclers.trackReusableBuffers"
-
com.fasterxml.jackson.core.util.ByteArrayBuilder Modifier and Type Constant Field Value static final int
DEFAULT_BLOCK_ARRAY_SIZE
40
private static final int
INITIAL_BLOCK_SIZE
500
private static final int
MAX_BLOCK_SIZE
131072
-
com.fasterxml.jackson.core.util.DefaultIndenter Modifier and Type Constant Field Value private static final int
INDENT_LEVELS
16
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.DefaultPrettyPrinter Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.InternCache Modifier and Type Constant Field Value private static final int
MAX_ENTRIES
180
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.MinimalPrettyPrinter Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.RequestPayload Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.Separators Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.core.util.TextBuffer Modifier and Type Constant Field Value static final int
MAX_SEGMENT_LEN
65536
static final int
MIN_SEGMENT_LEN
500