Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BASE64_VALUE_INVALID |
-1 |
public static final int |
BASE64_VALUE_PADDING |
-2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORMAT_NAME_JSON |
"JSON" |
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 |
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_1 |
49 |
protected static final int |
INT_2 |
50 |
protected static final int |
INT_3 |
51 |
protected static final int |
INT_4 |
52 |
protected static final int |
INT_5 |
53 |
protected static final int |
INT_6 |
54 |
protected static final int |
INT_7 |
55 |
protected static final int |
INT_8 |
56 |
protected static final int |
INT_9 |
57 |
protected static final int |
INT_DECIMAL_POINT |
46 |
protected static final int |
INT_e |
101 |
protected static final int |
INT_E |
69 |
protected static final int |
INT_MINUS |
45 |
protected static final int |
INT_PLUS |
43 |
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_INT |
1 |
protected static final int |
NR_LONG |
2 |
protected static final int |
NR_UNKNOWN |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
INT_APOSTROPHE |
39 |
protected static final int |
INT_ASTERISK |
42 |
protected static final int |
INT_b |
98 |
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_f |
102 |
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_n |
110 |
protected static final int |
INT_QUOTE |
34 |
protected static final int |
INT_r |
114 |
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_t |
116 |
protected static final int |
INT_TAB |
9 |
protected static final int |
INT_u |
117 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_INPUT_LOOKAHEAD |
64 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NASTY_SMALL_DOUBLE |
"2.2250738585072012e-308" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
LAST_VALID_UNICODE_CHAR |
1114111 |
protected static final char |
NULL_BYTE |
0 |
protected static final char |
NULL_CHAR |
0 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
SURR1_FIRST |
55296 |
protected static final int |
SURR1_LAST |
56319 |
protected static final int |
SURR2_FIRST |
56320 |
protected static final int |
SURR2_LAST |
57343 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
SHORT_WRITE |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_TABLE_SIZE |
64 |
protected static final int |
MAX_TABLE_SIZE |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_TABLE_SIZE |
64 |
public static final int |
HASH_MULT |
33 |
protected static final int |
MAX_TABLE_SIZE |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WRITE_CONCAT_BUFFER_LEN |
2000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ROOT_VALUE_SEPARATOR |
" " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PACKAGE_VERSION_CLASS_NAME |
"PackageVersion" |
public static final String |
VERSION_FILE |
"VERSION.txt" |
Copyright © 2012-2013 FasterXML. All Rights Reserved.