Package | Description |
---|---|
com.thoughtworks.xstream.annotations | |
com.thoughtworks.xstream.converters.extended |
Extra converters that may not be enabled in XStream by default.
|
com.thoughtworks.xstream.converters.javabean | |
com.thoughtworks.xstream.converters.reflection | |
com.thoughtworks.xstream.core | |
com.thoughtworks.xstream.mapper |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationReflectionConverter
Deprecated.
As of 1.3, build into
ReflectionConverter |
Modifier and Type | Class and Description |
---|---|
class |
LookAndFeelConverter
A converter for Swing LookAndFeel implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDictionary
Builds the properties maps for each bean and caches them.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReflectionConverter |
class |
CGLIBEnhancedConverter
Converts a proxy created by the CGLIB
Enhancer . |
class |
FieldDictionary
A field dictionary instance caches information about classes fields.
|
class |
LambdaConverter
Converts a lambda type.
|
class |
ReflectionConverter |
class |
SerializableConverter
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND
implement or inherit a custom readObject()/writeObject() method.
|
class |
SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
|
class |
SortableFieldKeySorter
The default implementation for sorting fields.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverterLookup
The default implementation of converters lookup.
|
class |
JVM |
Modifier and Type | Class and Description |
---|---|
class |
CachingMapper
Mapper that caches which names map to which classes.
|
class |
EnumMapper
Mapper that handles the special case of polymorphic enums in Java 1.5.
|
class |
OuterClassMapper
Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
|
Copyright © 2004–2016 XStream. All rights reserved.