Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.jackson.Base64Variant Modifier and Type Constant Field Value public static final intBASE64_VALUE_INVALID-1public static final intBASE64_VALUE_PADDING-2 -
org.codehaus.jackson.JsonFactory Modifier and Type Constant Field Value public static final StringFORMAT_NAME_JSON"JSON" -
org.codehaus.jackson.JsonStreamContext Modifier and Type Constant Field Value protected static final intTYPE_ARRAY1protected static final intTYPE_OBJECT2protected static final intTYPE_ROOT0
-
org.codehaus.jackson.format.DataFormatDetector Modifier and Type Constant Field Value public static final intDEFAULT_MAX_INPUT_LOOKAHEAD64
-
org.codehaus.jackson.impl.JsonParserBase 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_957protected static final intINT_DECIMAL_POINT46protected static final intINT_e101protected static final intINT_E69protected static final intINT_MINUS45protected static final intINT_PLUS43protected static final intNR_BIGDECIMAL16protected static final intNR_BIGINT4protected static final intNR_DOUBLE8protected static final intNR_INT1protected static final intNR_LONG2protected static final intNR_UNKNOWN0 -
org.codehaus.jackson.impl.JsonParserMinimalBase Modifier and Type Constant Field Value protected static final intINT_APOSTROPHE39protected static final intINT_ASTERISK42protected static final intINT_b98protected static final intINT_BACKSLASH92protected static final intINT_COLON58protected static final intINT_COMMA44protected static final intINT_CR13protected static final intINT_f102protected static final intINT_LBRACKET91protected static final intINT_LCURLY123protected static final intINT_LF10protected static final intINT_n110protected static final intINT_QUOTE34protected static final intINT_r114protected static final intINT_RBRACKET93protected static final intINT_RCURLY125protected static final intINT_SLASH47protected static final intINT_SPACE32protected static final intINT_t116protected static final intINT_TAB9protected static final intINT_u117 -
org.codehaus.jackson.impl.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 -
org.codehaus.jackson.impl.Utf8Generator Modifier and Type Constant Field Value protected static final intSURR1_FIRST55296protected static final intSURR1_LAST56319protected static final intSURR2_FIRST56320protected static final intSURR2_LAST57343 -
org.codehaus.jackson.impl.WriterBasedGenerator Modifier and Type Constant Field Value protected static final intSHORT_WRITE32
-
org.codehaus.jackson.io.CharacterEscapes Modifier and Type Constant Field Value public static final intESCAPE_CUSTOM-2public static final intESCAPE_NONE0public static final intESCAPE_STANDARD-1 -
org.codehaus.jackson.io.NumberInput Modifier and Type Constant Field Value public static final StringNASTY_SMALL_DOUBLE"2.2250738585072012e-308" -
org.codehaus.jackson.io.UTF32Reader Modifier and Type Constant Field Value protected static final intLAST_VALID_UNICODE_CHAR1114111protected static final charNULL_BYTE0protected static final charNULL_CHAR0
-
org.codehaus.jackson.map.deser.std.ThrowableDeserializer Modifier and Type Constant Field Value protected static final StringPROP_NAME_MESSAGE"message"
-
org.codehaus.jackson.map.jsontype.impl.SubTypeValidator Modifier and Type Constant Field Value protected static final StringPREFIX_STRING"org.springframework."
-
org.codehaus.jackson.map.util.StdDateFormat Modifier and Type Constant Field Value protected static final StringDATE_FORMAT_STR_ISO8601"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ"protected static final StringDATE_FORMAT_STR_ISO8601_Z"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'"protected static final StringDATE_FORMAT_STR_PLAIN"yyyy-MM-dd"protected static final StringDATE_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 intDEFAULT_TABLE_SIZE64protected static final intMAX_TABLE_SIZE65536 -
org.codehaus.jackson.sym.CharsToNameCanonicalizer Modifier and Type Constant Field Value protected static final intDEFAULT_TABLE_SIZE64public static final intHASH_MULT33protected static final intMAX_TABLE_SIZE65536
-
org.codehaus.jackson.util.BufferRecycler Modifier and Type Constant Field Value public static final intDEFAULT_WRITE_CONCAT_BUFFER_LEN2000 -
org.codehaus.jackson.util.MinimalPrettyPrinter Modifier and Type Constant Field Value public static final StringDEFAULT_ROOT_VALUE_SEPARATOR" " -
org.codehaus.jackson.util.TokenBuffer.Segment Modifier and Type Constant Field Value public static final intTOKENS_PER_SEGMENT16 -
org.codehaus.jackson.util.VersionUtil Modifier and Type Constant Field Value public static final StringVERSION_FILE"VERSION.txt"
-
org.codehaus.jackson.xc.JaxbAnnotationIntrospector Modifier and Type Constant Field Value protected static final StringMARKER_FOR_DEFAULT"##default"