Constant Field Values
Contents
com.fasterxml.*
-
com.fasterxml.jackson.dataformat.csv.CsvFactory Modifier and Type Constant Field Value public static final java.lang.String
FORMAT_NAME_CSV
"CSV"
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.csv.CsvGenerator Modifier and Type Constant Field Value protected static final long
MAX_INT_AS_LONG
2147483647L
protected static final long
MIN_INT_AS_LONG
-2147483648L
-
com.fasterxml.jackson.dataformat.csv.CsvMapper Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.csv.CsvMappingException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.csv.CsvParser Modifier and Type Constant Field Value protected static final int
STATE_DOC_END
9
protected static final int
STATE_DOC_START
0
protected static final int
STATE_IN_ARRAY
5
protected static final int
STATE_MISSING_NAME
7
protected static final int
STATE_MISSING_VALUE
8
protected static final int
STATE_NAMED_VALUE
3
protected static final int
STATE_NEXT_ENTRY
2
protected static final int
STATE_RECORD_START
1
protected static final int
STATE_SKIP_EXTRA_COLUMNS
6
protected static final int
STATE_UNNAMED_VALUE
4
-
com.fasterxml.jackson.dataformat.csv.CsvSchema Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ARRAY_ELEMENT_SEPARATOR
";"
public static final char
DEFAULT_COLUMN_SEPARATOR
44
protected static final int
DEFAULT_ENCODING_FEATURES
0
public static final int
DEFAULT_ESCAPE_CHAR
-1
public static final char
DEFAULT_QUOTE_CHAR
34
protected static final int
ENCODING_FEATURE_ALLOW_COMMENTS
4
protected static final int
ENCODING_FEATURE_REORDER_COLUMNS
8
protected static final int
ENCODING_FEATURE_SKIP_FIRST_DATA_ROW
2
protected static final int
ENCODING_FEATURE_STRICT_HEADERS
16
protected static final int
ENCODING_FEATURE_USE_HEADER
1
public static final java.lang.String
NO_ARRAY_ELEMENT_SEPARATOR
""
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.csv.CsvSchema.Column Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.csv.impl.CsvDecoder 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
private static final int
INT_CR
13
protected static final int
INT_DECIMAL_POINT
46
protected static final int
INT_e
101
protected static final int
INT_E
69
private static final int
INT_HASH
35
private static final int
INT_LF
10
protected static final int
INT_MINUS
45
protected static final int
INT_PLUS
43
private static final int
INT_SPACE
32
static final double
MAX_INT_D
2.147483647E9
static final long
MAX_INT_L
2147483647L
static final double
MAX_LONG_D
9.223372036854776E18
static final double
MIN_INT_D
-2.147483648E9
static final long
MIN_INT_L
-2147483648L
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_INT
1
protected static final int
NR_LONG
2
protected static final int
NR_UNKNOWN
0
-
com.fasterxml.jackson.dataformat.csv.impl.CsvEncoder Modifier and Type Constant Field Value protected static final int
MAX_QUOTE_CHECK
24
protected static final int
SHORT_WRITE
32
-
com.fasterxml.jackson.dataformat.csv.impl.CsvParserBootstrapper Modifier and Type Constant Field Value static final byte
UTF8_BOM_1
-17
static final byte
UTF8_BOM_2
-69
static final byte
UTF8_BOM_3
-65
-
com.fasterxml.jackson.dataformat.csv.impl.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.dataformat.csv.impl.NumberOutput Modifier and Type Constant Field Value private static final char
NULL_CHAR
0
-
com.fasterxml.jackson.dataformat.csv.impl.TextBuffer Modifier and Type Constant Field Value static final int
MAX_SEGMENT_LEN
262144
static final int
MIN_SEGMENT_LEN
1000
-
com.fasterxml.jackson.dataformat.csv.impl.UTF8Writer Modifier and Type Constant Field Value 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.dataformat.javaprop.JavaPropsFactory Modifier and Type Constant Field Value protected static final java.lang.String
CHARSET_ID_LATIN1
"ISO-8859-1"
public static final java.lang.String
FORMAT_NAME_JAVA_PROPERTIES
"java_properties"
private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.javaprop.JavaPropsGenerator Modifier and Type Constant Field Value protected static final int
SHORT_WRITE
100
-
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.javaprop.io.JPropEscapes Modifier and Type Constant Field Value private static final int
UNICODE_ESCAPE
-1
-
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext.ArrayContext Modifier and Type Constant Field Value static final int
STATE_BRANCH_VALUE
1
static final int
STATE_CONTENT_VALUE
2
static final int
STATE_END
3
static final int
STATE_START
0
-
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext.ObjectContext Modifier and Type Constant Field Value static final int
STATE_BRANCH_KEY
1
static final int
STATE_BRANCH_VALUE
2
static final int
STATE_CONTENT_KEY
3
static final int
STATE_CONTENT_VALUE
4
static final int
STATE_END
5
static final int
STATE_START
0
-
com.fasterxml.jackson.dataformat.yaml.JacksonYAMLParseException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.yaml.UTF8Reader Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
8000
-
com.fasterxml.jackson.dataformat.yaml.UTF8Writer Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
8000
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.dataformat.yaml.YAMLFactory Modifier and Type Constant Field Value public static final java.lang.String
FORMAT_NAME_YAML
"YAML"
private static final long
serialVersionUID
1L
private static final byte
UTF8_BOM_1
-17
private static final byte
UTF8_BOM_2
-69
private static final byte
UTF8_BOM_3
-65
-
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator Modifier and Type Constant Field Value protected static final long
MAX_INT_AS_LONG
2147483647L
protected static final long
MIN_INT_AS_LONG
-2147483648L
-
com.fasterxml.jackson.dataformat.yaml.YAMLMapper Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L