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 |
---|---|---|
public static final int |
DEFAULT_MAX_INPUT_LOOKAHEAD |
64 |
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 |
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 |
---|---|---|
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 |
---|---|---|
protected static final String |
PROP_NAME_MESSAGE |
"message" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DATE_FORMAT_STR_ISO8601 |
"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ" |
protected static final String |
DATE_FORMAT_STR_ISO8601_Z |
"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'" |
protected static final String |
DATE_FORMAT_STR_PLAIN |
"yyyy-MM-dd" |
protected static final String |
DATE_FORMAT_STR_RFC1123 |
"EEE, dd MMM yyyy HH:mm:ss zzz" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PACKAGE_FOR_GENERATED |
"org.codehaus.jackson.generated." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_NAME_BUFFER_LENGTH |
64 |
public static final int |
DEFAULT_STRING_VALUE_BUFFER_LENGTH |
64 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
BYTE_MARKER_END_OF_CONTENT |
-1 |
public static final byte |
BYTE_MARKER_END_OF_STRING |
-4 |
public static final int |
HEADER_BIT_HAS_RAW_BINARY |
4 |
public static final int |
HEADER_BIT_HAS_SHARED_NAMES |
1 |
public static final int |
HEADER_BIT_HAS_SHARED_STRING_VALUES |
2 |
public static final byte |
HEADER_BYTE_1 |
58 |
public static final byte |
HEADER_BYTE_2 |
41 |
public static final byte |
HEADER_BYTE_3 |
10 |
public static final byte |
HEADER_BYTE_4 |
0 |
public static final int |
HEADER_VERSION_0 |
0 |
public static final int |
INT_MARKER_END_OF_STRING |
252 |
public static final int |
MAX_SHARED_NAMES |
1024 |
public static final int |
MAX_SHARED_STRING_LENGTH_BYTES |
65 |
public static final int |
MAX_SHARED_STRING_VALUES |
1024 |
public static final int |
MAX_SHORT_NAME_ASCII_BYTES |
64 |
public static final int |
MAX_SHORT_NAME_UNICODE_BYTES |
56 |
public static final int |
MAX_SHORT_VALUE_STRING_BYTES |
64 |
public static final int |
MIN_BUFFER_FOR_POSSIBLE_SHORT_STRING |
196 |
public static final byte |
TOKEN_KEY_EMPTY_STRING |
32 |
public static final byte |
TOKEN_KEY_LONG_STRING |
52 |
public static final byte |
TOKEN_LITERAL_EMPTY_STRING |
32 |
public static final byte |
TOKEN_LITERAL_END_ARRAY |
-7 |
public static final byte |
TOKEN_LITERAL_END_OBJECT |
-5 |
public static final byte |
TOKEN_LITERAL_FALSE |
34 |
public static final byte |
TOKEN_LITERAL_NULL |
33 |
public static final byte |
TOKEN_LITERAL_START_ARRAY |
-8 |
public static final byte |
TOKEN_LITERAL_START_OBJECT |
-6 |
public static final byte |
TOKEN_LITERAL_TRUE |
35 |
public static final int |
TOKEN_MISC_BINARY_7BIT |
232 |
public static final int |
TOKEN_MISC_BINARY_RAW |
253 |
public static final int |
TOKEN_MISC_FLOAT_32 |
0 |
public static final int |
TOKEN_MISC_FLOAT_64 |
1 |
public static final int |
TOKEN_MISC_FLOAT_BIG |
2 |
public static final int |
TOKEN_MISC_FP |
40 |
public static final int |
TOKEN_MISC_INTEGER |
36 |
public static final int |
TOKEN_MISC_INTEGER_32 |
0 |
public static final int |
TOKEN_MISC_INTEGER_64 |
1 |
public static final int |
TOKEN_MISC_INTEGER_BIG |
2 |
public static final int |
TOKEN_MISC_LONG_TEXT_ASCII |
224 |
public static final int |
TOKEN_MISC_LONG_TEXT_UNICODE |
228 |
public static final int |
TOKEN_MISC_SHARED_STRING_LONG |
236 |
public static final int |
TOKEN_PREFIX_KEY_ASCII |
128 |
public static final int |
TOKEN_PREFIX_KEY_SHARED_LONG |
48 |
public static final int |
TOKEN_PREFIX_KEY_SHARED_SHORT |
64 |
public static final int |
TOKEN_PREFIX_KEY_UNICODE |
192 |
public static final int |
TOKEN_PREFIX_MISC_OTHER |
224 |
public static final int |
TOKEN_PREFIX_SHARED_STRING_SHORT |
0 |
public static final int |
TOKEN_PREFIX_SHORT_UNICODE |
160 |
public static final int |
TOKEN_PREFIX_SMALL_ASCII |
96 |
public static final int |
TOKEN_PREFIX_SMALL_INT |
192 |
public static final int |
TOKEN_PREFIX_TINY_ASCII |
64 |
public static final int |
TOKEN_PREFIX_TINY_UNICODE |
128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORMAT_NAME_SMILE |
"Smile" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final long |
MAX_INT_AS_LONG |
2147483647L |
protected static final long |
MIN_INT_AS_LONG |
-2147483648L |
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 |
protected static final byte |
TOKEN_BYTE_BIG_DECIMAL |
42 |
protected static final byte |
TOKEN_BYTE_BIG_INTEGER |
38 |
protected static final byte |
TOKEN_BYTE_FLOAT_32 |
40 |
protected static final byte |
TOKEN_BYTE_FLOAT_64 |
41 |
protected static final byte |
TOKEN_BYTE_INT_32 |
36 |
protected static final byte |
TOKEN_BYTE_INT_64 |
37 |
protected static final byte |
TOKEN_BYTE_LONG_STRING_ASCII |
-32 |
protected static final byte |
TOKEN_BYTE_LONG_STRING_UNICODE |
-28 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUFFIX |
".lzf" |
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 int |
TOKENS_PER_SEGMENT |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
VERSION_FILE |
"VERSION.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MARKER_FOR_DEFAULT |
"##default" |