Constant Field Values
Contents
com.fasterxml.*
-
com.fasterxml.jackson.dataformat.csv.CsvCharacterEscapes Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvFactory Modifier and Type Constant Field Value public static final java.lang.StringFORMAT_NAME_CSV"CSV"private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvGenerator Modifier and Type Constant Field Value protected static final longMAX_INT_AS_LONG2147483647Lprotected static final longMIN_INT_AS_LONG-2147483648L -
com.fasterxml.jackson.dataformat.csv.CsvMapper Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvMappingException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvParser Modifier and Type Constant Field Value private static final intMAX_COLUMNS99999protected static final intSTATE_DOC_END9protected static final intSTATE_DOC_START0protected static final intSTATE_IN_ARRAY5protected static final intSTATE_MISSING_NAME7protected static final intSTATE_MISSING_VALUE8protected static final intSTATE_NAMED_VALUE3protected static final intSTATE_NEXT_ENTRY2protected static final intSTATE_RECORD_START1protected static final intSTATE_SKIP_EXTRA_COLUMNS6protected static final intSTATE_UNNAMED_VALUE4 -
com.fasterxml.jackson.dataformat.csv.CsvReadException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvSchema Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_ARRAY_ELEMENT_SEPARATOR";"public static final charDEFAULT_COLUMN_SEPARATOR44protected static final intDEFAULT_ENCODING_FEATURES0public static final intDEFAULT_ESCAPE_CHAR-1public static final charDEFAULT_QUOTE_CHAR34protected static final intENCODING_FEATURE_ALLOW_COMMENTS4protected static final intENCODING_FEATURE_REORDER_COLUMNS8protected static final intENCODING_FEATURE_SKIP_FIRST_DATA_ROW2protected static final intENCODING_FEATURE_STRICT_HEADERS16protected static final intENCODING_FEATURE_USE_HEADER1public static final java.lang.StringNO_ARRAY_ELEMENT_SEPARATOR""private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvSchema.Column Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.csv.CsvWriteException Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.fasterxml.jackson.dataformat.csv.impl.CsvDecoder Modifier and Type Constant Field Value protected static final charCHAR_NULL0protected static final intINT_048protected static final intINT_149protected static final intINT_250protected static final intINT_351protected static final intINT_452protected static final intINT_553protected static final intINT_654protected static final intINT_755protected static final intINT_856protected static final intINT_957private static final intINT_CR13protected static final intINT_DECIMAL_POINT46protected static final intINT_e101protected static final intINT_E69private static final intINT_LF10protected static final intINT_MINUS45protected static final intINT_PLUS43private static final intINT_SPACE32static final doubleMAX_INT_D2.147483647E9static final longMAX_INT_L2147483647Lstatic final doubleMAX_LONG_D9.223372036854776E18static final doubleMIN_INT_D-2.147483648E9static final longMIN_INT_L-2147483648Lstatic final doubleMIN_LONG_D-9.223372036854776E18protected static final intNR_BIGDECIMAL16protected static final intNR_BIGINT4protected static final intNR_DOUBLE8protected static final intNR_INT1protected static final intNR_LONG2protected static final intNR_UNKNOWN0 -
com.fasterxml.jackson.dataformat.csv.impl.CsvEncoder Modifier and Type Constant Field Value protected static final intMAX_QUOTE_CHECK24protected static final intSHORT_WRITE32 -
com.fasterxml.jackson.dataformat.csv.impl.CsvParserBootstrapper Modifier and Type Constant Field Value static final byteUTF8_BOM_1-17static final byteUTF8_BOM_2-69static final byteUTF8_BOM_3-65 -
com.fasterxml.jackson.dataformat.csv.impl.UTF8Writer Modifier and Type Constant Field Value private static final intSURR1_FIRST55296private static final intSURR1_LAST56319private static final intSURR2_FIRST56320private static final intSURR2_LAST57343
-
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory Modifier and Type Constant Field Value protected static final java.lang.StringCHARSET_ID_LATIN1"ISO-8859-1"public static final java.lang.StringFORMAT_NAME_JAVA_PROPERTIES"java_properties"private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.javaprop.JavaPropsGenerator Modifier and Type Constant Field Value protected static final intSHORT_WRITE100 -
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.fasterxml.jackson.dataformat.javaprop.io.JPropEscapes Modifier and Type Constant Field Value private static final intUNICODE_ESCAPE-1 -
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext.ArrayContext Modifier and Type Constant Field Value static final intSTATE_BRANCH_VALUE1static final intSTATE_CONTENT_VALUE2static final intSTATE_END3static final intSTATE_START0 -
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext.ObjectContext Modifier and Type Constant Field Value static final intSTATE_BRANCH_KEY1static final intSTATE_BRANCH_VALUE2static final intSTATE_CONTENT_KEY3static final intSTATE_CONTENT_VALUE4static final intSTATE_END5static final intSTATE_START0
-
com.fasterxml.jackson.dataformat.yaml.JacksonYAMLParseException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.yaml.UTF8Reader Modifier and Type Constant Field Value private static final intDEFAULT_BUFFER_SIZE8000 -
com.fasterxml.jackson.dataformat.yaml.UTF8Writer Modifier and Type Constant Field Value private static final intDEFAULT_BUFFER_SIZE8000static final intSURR1_FIRST55296static final intSURR1_LAST56319static final intSURR2_FIRST56320static final intSURR2_LAST57343 -
com.fasterxml.jackson.dataformat.yaml.YAMLAnchorReplayingFactory Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.yaml.YAMLAnchorReplayingParser Modifier and Type Constant Field Value public static final intMAX_ANCHORS9999public static final intMAX_EVENTS9999public static final intMAX_MERGES9999public static final intMAX_REFS9999 -
com.fasterxml.jackson.dataformat.yaml.YAMLFactory Modifier and Type Constant Field Value public static final java.lang.StringFORMAT_NAME_YAML"YAML"private static final longserialVersionUID1Lprivate static final byteUTF8_BOM_1-17private static final byteUTF8_BOM_2-69private static final byteUTF8_BOM_3-65 -
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator Modifier and Type Constant Field Value protected static final longMAX_INT_AS_LONG2147483647Lprotected static final longMIN_INT_AS_LONG-2147483648L -
com.fasterxml.jackson.dataformat.yaml.YAMLMapper Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker Modifier and Type Constant Field Value private static final longserialVersionUID1L -
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker.Default Modifier and Type Constant Field Value private static final longserialVersionUID1L