Constant Field Values
Contents
com.thoughtworks.*
-
com.thoughtworks.xstream.XStream Modifier and Type Constant Field Value private static final java.lang.String
ANNOTATION_MAPPER_TYPE
"com.thoughtworks.xstream.mapper.AnnotationMapper"
public static final int
ID_REFERENCES
1002
public static final int
NO_REFERENCES
1001
public static final int
PRIORITY_LOW
-10
public static final int
PRIORITY_NORMAL
0
public static final int
PRIORITY_VERY_HIGH
10000
public static final int
PRIORITY_VERY_LOW
-20
public static final int
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES
1006
public static final int
SINGLE_NODE_XPATH_RELATIVE_REFERENCES
1005
public static final int
XPATH_ABSOLUTE_REFERENCES
1004
public static final int
XPATH_RELATIVE_REFERENCES
1003
-
com.thoughtworks.xstream.converters.ErrorWritingException Modifier and Type Constant Field Value private static final java.lang.String
SEPARATOR
"\n-------------------------------"
-
com.thoughtworks.xstream.converters.basic.StringConverter Modifier and Type Constant Field Value private static final int
LENGTH_LIMIT
38
-
com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter Modifier and Type Constant Field Value private static final java.lang.String
PADDING
"000000000"
-
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter Modifier and Type Constant Field Value private static final java.lang.String
STRUCTURE_MARKER
""
-
com.thoughtworks.xstream.converters.reflection.SerializableConverter Modifier and Type Constant Field Value private static final java.lang.String
ATTRIBUTE_CLASS
"class"
private static final java.lang.String
ATTRIBUTE_NAME
"name"
private static final java.lang.String
ATTRIBUTE_SERIALIZATION
"serialization"
private static final java.lang.String
ATTRIBUTE_VALUE_CUSTOM
"custom"
private static final java.lang.String
ELEMENT_DEFAULT
"default"
private static final java.lang.String
ELEMENT_FIELD
"field"
private static final java.lang.String
ELEMENT_FIELDS
"fields"
private static final java.lang.String
ELEMENT_NULL
"null"
private static final java.lang.String
ELEMENT_UNSERIALIZABLE_PARENTS
"unserializable-parents"
-
com.thoughtworks.xstream.core.JVM Modifier and Type Constant Field Value private static final float
DEFAULT_JAVA_VERSION
1.399999976158142f
private static final boolean
reverseFieldOrder
false
-
com.thoughtworks.xstream.core.util.SerializationMembers Modifier and Type Constant Field Value private static final int
PERSISTENT_FIELDS_MODIFIER
26
-
com.thoughtworks.xstream.core.util.XmlHeaderAwareReader Modifier and Type Constant Field Value private static final java.lang.String
KEY_ENCODING
"encoding"
private static final java.lang.String
KEY_VERSION
"version"
private static final int
STATE_ATTR_NAME
3
private static final int
STATE_ATTR_VALUE
4
private static final int
STATE_AWAIT_XML_HEADER
2
private static final int
STATE_BOM
0
private static final int
STATE_START
1
private static final java.lang.String
XML_TOKEN
"?xml"
-
com.thoughtworks.xstream.io.binary.com.thoughtworks.xstream.io.binary.ReaderDepthState Modifier and Type Constant Field Value private static final java.lang.String
EMPTY_STRING
""
-
com.thoughtworks.xstream.io.binary.Token Modifier and Type Constant Field Value private static final byte
ID_EIGHT_BYTES
32
private static final byte
ID_FOUR_BYTES
24
private static final byte
ID_MASK
56
private static final byte
ID_ONE_BYTE
8
private static final java.lang.String
ID_SPLITTED
"\u0000\u2021\u0000"
private static final byte
ID_TWO_BYTES
16
private static final int
MAX_UTF8_LENGTH
65535
public static final byte
TYPE_ATTRIBUTE
5
public static final byte
TYPE_END_NODE
4
public static final byte
TYPE_MAP_ID_TO_VALUE
2
private static final byte
TYPE_MASK
7
public static final byte
TYPE_START_NODE
3
public static final byte
TYPE_VALUE
6
public static final byte
TYPE_VERSION
1
-
com.thoughtworks.xstream.io.json.AbstractJsonWriter Modifier and Type Constant Field Value public static final int
DROP_ROOT_MODE
1
public static final int
EXPLICIT_MODE
4
public static final int
IEEE_754_MODE
8
private static final int
STATE_END_ATTRIBUTES
32
private static final int
STATE_END_ELEMENTS
256
private static final int
STATE_END_OBJECT
2
private static final int
STATE_NEXT_ATTRIBUTE
16
private static final int
STATE_NEXT_ELEMENT
128
private static final int
STATE_ROOT
1
private static final int
STATE_SET_VALUE
512
private static final int
STATE_START_ATTRIBUTES
8
private static final int
STATE_START_ELEMENTS
64
private static final int
STATE_START_OBJECT
4
public static final int
STRICT_MODE
2
-
com.thoughtworks.xstream.io.xml.AbstractPullReader Modifier and Type Constant Field Value protected static final int
COMMENT
4
protected static final int
END_NODE
2
protected static final int
OTHER
0
protected static final int
START_NODE
1
protected static final int
TEXT
3
-
com.thoughtworks.xstream.io.xml.SaxWriter Modifier and Type Constant Field Value public static final java.lang.String
CONFIGURED_XSTREAM_PROPERTY
"http://com.thoughtworks.xstream/sax/property/configured-xstream"
public static final java.lang.String
SOURCE_OBJECT_LIST_PROPERTY
"http://com.thoughtworks.xstream/sax/property/source-object-list"
-
com.thoughtworks.xstream.io.xml.TraxSource Modifier and Type Constant Field Value public static final java.lang.String
XSTREAM_FEATURE
"http://com.thoughtworks.xstream/XStreamSource/feature"
-
com.thoughtworks.xstream.io.xml.xppdom.XppDom Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.thoughtworks.xstream.tools.benchmark.model.SerializableFive Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.thoughtworks.xstream.tools.benchmark.model.SerializableOne Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.thoughtworks.xstream.tools.benchmark.targets.StringTarget Modifier and Type Constant Field Value private final java.lang.String
string
"Hello World!"