Constant Field Values
Contents
com.fasterxml.*
-
com.fasterxml.jackson.core.Base64Variant Modifier and Type Constant Field Value public static final intBASE64_VALUE_INVALID-1public static final intBASE64_VALUE_PADDING-2 -
com.fasterxml.jackson.core.JsonFactory Modifier and Type Constant Field Value public static final java.lang.StringFORMAT_NAME_JSON"JSON" -
com.fasterxml.jackson.core.JsonLocation Modifier and Type Constant Field Value public static final intMAX_CONTENT_SNIPPET500 -
com.fasterxml.jackson.core.JsonPointer Modifier and Type Constant Field Value public static final charSEPARATOR47 -
com.fasterxml.jackson.core.JsonStreamContext Modifier and Type Constant Field Value protected static final intTYPE_ARRAY1protected static final intTYPE_OBJECT2protected static final intTYPE_ROOT0 -
com.fasterxml.jackson.core.JsonTokenId Modifier and Type Constant Field Value public static final intID_EMBEDDED_OBJECT12public static final intID_END_ARRAY4public static final intID_END_OBJECT2public static final intID_FALSE10public static final intID_FIELD_NAME5public static final intID_NO_TOKEN0public static final intID_NOT_AVAILABLE-1public static final intID_NULL11public static final intID_NUMBER_FLOAT8public static final intID_NUMBER_INT7public static final intID_START_ARRAY3public static final intID_START_OBJECT1public static final intID_STRING6public static final intID_TRUE9
-
com.fasterxml.jackson.core.base.GeneratorBase Modifier and Type Constant Field Value protected static final intMAX_BIG_DECIMAL_SCALE9999public static final intSURR1_FIRST55296public static final intSURR1_LAST56319public static final intSURR2_FIRST56320public static final intSURR2_LAST57343protected static final java.lang.StringWRITE_BINARY"write a binary value"protected static final java.lang.StringWRITE_BOOLEAN"write a boolean value"protected static final java.lang.StringWRITE_NULL"write a null"protected static final java.lang.StringWRITE_NUMBER"write a number"protected static final java.lang.StringWRITE_RAW"write a raw (unencoded) value"protected static final java.lang.StringWRITE_STRING"write a string" -
com.fasterxml.jackson.core.base.ParserMinimalBase Modifier and Type Constant Field Value protected static final charCHAR_NULL0protected static final intINT_048protected static final intINT_957protected static final intINT_APOS39protected static final intINT_ASTERISK42protected static final intINT_BACKSLASH92protected static final intINT_COLON58protected static final intINT_COMMA44protected static final intINT_CR13protected static final intINT_e101protected static final intINT_E69protected static final intINT_HASH35protected static final intINT_LBRACKET91protected static final intINT_LCURLY123protected static final intINT_LF10protected static final intINT_MINUS45protected static final intINT_PERIOD46protected static final intINT_PLUS43protected static final intINT_QUOTE34protected static final intINT_RBRACKET93protected static final intINT_RCURLY125protected static final intINT_SLASH47protected static final intINT_SPACE32protected static final intINT_TAB9protected static final intMAX_ERROR_TOKEN_LENGTH256protected static final doubleMAX_INT_D2.147483647E9protected static final longMAX_INT_L2147483647Lprotected static final doubleMAX_LONG_D9.223372036854776E18protected static final doubleMIN_INT_D-2.147483648E9protected static final longMIN_INT_L-2147483648Lprotected static final doubleMIN_LONG_D-9.223372036854776E18protected static final intNR_BIGDECIMAL16protected static final intNR_BIGINT4protected static final intNR_DOUBLE8protected static final intNR_FLOAT32protected static final intNR_INT1protected static final intNR_LONG2protected static final intNR_UNKNOWN0
-
com.fasterxml.jackson.core.format.DataFormatDetector Modifier and Type Constant Field Value public static final intDEFAULT_MAX_INPUT_LOOKAHEAD64
-
com.fasterxml.jackson.core.io.CharacterEscapes Modifier and Type Constant Field Value public static final intESCAPE_CUSTOM-2public static final intESCAPE_NONE0public static final intESCAPE_STANDARD-1 -
com.fasterxml.jackson.core.io.NumberInput Modifier and Type Constant Field Value public static final java.lang.StringNASTY_SMALL_DOUBLE"2.2250738585072012e-308" -
com.fasterxml.jackson.core.io.UTF32Reader Modifier and Type Constant Field Value protected static final intLAST_VALID_UNICODE_CHAR1114111protected static final charNC0
-
com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper Modifier and Type Constant Field Value public static final byteUTF8_BOM_1-17public static final byteUTF8_BOM_2-69public static final byteUTF8_BOM_3-65 -
com.fasterxml.jackson.core.json.JsonWriteContext Modifier and Type Constant Field Value public static final intSTATUS_EXPECT_NAME5public static final intSTATUS_EXPECT_VALUE4public static final intSTATUS_OK_AFTER_COLON2public static final intSTATUS_OK_AFTER_COMMA1public static final intSTATUS_OK_AFTER_SPACE3public static final intSTATUS_OK_AS_IS0 -
com.fasterxml.jackson.core.json.WriterBasedJsonGenerator Modifier and Type Constant Field Value protected static final intSHORT_WRITE32
-
com.fasterxml.jackson.core.json.async.NonBlockingJsonParserBase Modifier and Type Constant Field Value protected static final intMAJOR_ARRAY_ELEMENT_FIRST5protected static final intMAJOR_ARRAY_ELEMENT_NEXT6protected static final intMAJOR_CLOSED7protected static final intMAJOR_INITIAL0protected static final intMAJOR_OBJECT_FIELD_FIRST2protected static final intMAJOR_OBJECT_FIELD_NEXT3protected static final intMAJOR_OBJECT_VALUE4protected static final intMAJOR_ROOT1protected static final intMINOR_COMMENT_C53protected static final intMINOR_COMMENT_CLOSING_ASTERISK52protected static final intMINOR_COMMENT_CPP54protected static final intMINOR_COMMENT_LEADING_SLASH51protected static final intMINOR_COMMENT_YAML55protected static final intMINOR_FIELD_APOS_NAME9protected static final intMINOR_FIELD_LEADING_COMMA5protected static final intMINOR_FIELD_LEADING_WS4protected static final intMINOR_FIELD_NAME7protected static final intMINOR_FIELD_NAME_ESCAPE8protected static final intMINOR_FIELD_UNQUOTED_NAME10protected static final intMINOR_NUMBER_EXPONENT_DIGITS32protected static final intMINOR_NUMBER_EXPONENT_MARKER31protected static final intMINOR_NUMBER_FRACTION_DIGITS30protected static final intMINOR_NUMBER_INTEGER_DIGITS26protected static final intMINOR_NUMBER_MINUS23protected static final intMINOR_NUMBER_MINUSZERO25protected static final intMINOR_NUMBER_ZERO24protected static final intMINOR_ROOT_BOM1protected static final intMINOR_ROOT_GOT_SEPARATOR3protected static final intMINOR_ROOT_NEED_SEPARATOR2protected static final intMINOR_VALUE_APOS_STRING45protected static final intMINOR_VALUE_EXPECTING_COLON14protected static final intMINOR_VALUE_EXPECTING_COMMA13protected static final intMINOR_VALUE_LEADING_WS12protected static final intMINOR_VALUE_STRING40protected static final intMINOR_VALUE_STRING_ESCAPE41protected static final intMINOR_VALUE_STRING_UTF8_242protected static final intMINOR_VALUE_STRING_UTF8_343protected static final intMINOR_VALUE_STRING_UTF8_444protected static final intMINOR_VALUE_TOKEN_ERROR50protected static final intMINOR_VALUE_TOKEN_FALSE18protected static final intMINOR_VALUE_TOKEN_NON_STD19protected static final intMINOR_VALUE_TOKEN_NULL16protected static final intMINOR_VALUE_TOKEN_TRUE17protected static final intMINOR_VALUE_WS_AFTER_COMMA15protected static final intNON_STD_TOKEN_INFINITY1protected static final intNON_STD_TOKEN_MINUS_INFINITY3protected static final intNON_STD_TOKEN_NAN0protected static final intNON_STD_TOKEN_PLUS_INFINITY2
-
com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer Modifier and Type Constant Field Value public static final intHASH_MULT33
-
com.fasterxml.jackson.core.util.BufferRecycler Modifier and Type Constant Field Value public static final intBYTE_BASE64_CODEC_BUFFER3public static final intBYTE_READ_IO_BUFFER0public static final intBYTE_WRITE_CONCAT_BUFFER2public static final intBYTE_WRITE_ENCODING_BUFFER1public static final intCHAR_CONCAT_BUFFER1public static final intCHAR_NAME_COPY_BUFFER3public static final intCHAR_TEXT_BUFFER2public static final intCHAR_TOKEN_BUFFER0 -
com.fasterxml.jackson.core.util.BufferRecyclers Modifier and Type Constant Field Value public static final java.lang.StringSYSTEM_PROPERTY_TRACK_REUSABLE_BUFFERS"com.fasterxml.jackson.core.util.BufferRecyclers.trackReusableBuffers"