Constant Field Values


Contents
com.fasterxml.*

com.fasterxml.jackson.core.Base64Variant
public static final int BASE64_VALUE_INVALID -1
public static final int BASE64_VALUE_PADDING -2

com.fasterxml.jackson.core.JsonFactory
public static final String FORMAT_NAME_JSON "JSON"

com.fasterxml.jackson.core.JsonStreamContext
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.base.ParserBase
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

com.fasterxml.jackson.core.base.ParserMinimalBase
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

com.fasterxml.jackson.core.format.DataFormatDetector
public static final int DEFAULT_MAX_INPUT_LOOKAHEAD 64

com.fasterxml.jackson.core.io.CharacterEscapes
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.NumberInput
public static final String NASTY_SMALL_DOUBLE "2.2250738585072012e-308"

com.fasterxml.jackson.core.io.UTF32Reader
protected static final int LAST_VALID_UNICODE_CHAR 1114111
protected static final char NULL_BYTE 0
protected static final char NULL_CHAR 0

com.fasterxml.jackson.core.json.JsonWriteContext
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.UTF8JsonGenerator
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

com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
protected static final int SHORT_WRITE 32

com.fasterxml.jackson.core.sym.BytesToNameCanonicalizer
protected static final int DEFAULT_TABLE_SIZE 64
protected static final int MAX_TABLE_SIZE 65536

com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
protected static final int DEFAULT_TABLE_SIZE 64
protected static final int MAX_TABLE_SIZE 65536

com.fasterxml.jackson.core.util.BufferRecycler
public static final int DEFAULT_WRITE_CONCAT_BUFFER_LEN 2000

com.fasterxml.jackson.core.util.MinimalPrettyPrinter
public static final String DEFAULT_ROOT_VALUE_SEPARATOR " "

com.fasterxml.jackson.core.util.VersionUtil
public static final String VERSION_FILE "VERSION.txt"



Copyright © 2012 fasterxml.com. All Rights Reserved.