Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.jackson.Base64Variant Modifier and Type Constant Field Value public static final int
BASE64_VALUE_INVALID
-1
public static final int
BASE64_VALUE_PADDING
-2
-
org.codehaus.jackson.JsonFactory Modifier and Type Constant Field Value public static final String
FORMAT_NAME_JSON
"JSON"
-
org.codehaus.jackson.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
-
org.codehaus.jackson.format.DataFormatDetector Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_INPUT_LOOKAHEAD
64
-
org.codehaus.jackson.impl.JsonParserBase 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
-
org.codehaus.jackson.impl.JsonParserMinimalBase 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
-
org.codehaus.jackson.impl.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
-
org.codehaus.jackson.impl.Utf8Generator 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
-
org.codehaus.jackson.impl.WriterBasedGenerator Modifier and Type Constant Field Value protected static final int
SHORT_WRITE
32
-
org.codehaus.jackson.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
-
org.codehaus.jackson.io.NumberInput Modifier and Type Constant Field Value public static final String
NASTY_SMALL_DOUBLE
"2.2250738585072012e-308"
-
org.codehaus.jackson.io.UTF32Reader 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
-
org.codehaus.jackson.map.deser.std.ThrowableDeserializer Modifier and Type Constant Field Value protected static final String
PROP_NAME_MESSAGE
"message"
-
org.codehaus.jackson.map.util.StdDateFormat 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"
-
org.codehaus.jackson.sym.BytesToNameCanonicalizer Modifier and Type Constant Field Value protected static final int
DEFAULT_TABLE_SIZE
64
protected static final int
MAX_TABLE_SIZE
65536
-
org.codehaus.jackson.sym.CharsToNameCanonicalizer 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
-
org.codehaus.jackson.util.BufferRecycler Modifier and Type Constant Field Value public static final int
DEFAULT_WRITE_CONCAT_BUFFER_LEN
2000
-
org.codehaus.jackson.util.MinimalPrettyPrinter Modifier and Type Constant Field Value public static final String
DEFAULT_ROOT_VALUE_SEPARATOR
" "
-
org.codehaus.jackson.util.TokenBuffer.Segment Modifier and Type Constant Field Value public static final int
TOKENS_PER_SEGMENT
16
-
org.codehaus.jackson.util.VersionUtil Modifier and Type Constant Field Value public static final String
VERSION_FILE
"VERSION.txt"
-
org.codehaus.jackson.xc.JaxbAnnotationIntrospector Modifier and Type Constant Field Value protected static final String
MARKER_FOR_DEFAULT
"##default"