| Name | Description | Type | Package | Framework |
| AbstractAttributedCharacterIteratorAttributeConverter | An abstract converter implementation for constants of AttributedCharacterIterator. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| AbstractReflectionConverter | Class | com.thoughtworks.xstream.converters.reflection | XStream | |
| AbstractReflectionConverter .DuplicateFieldException | Class | com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter | XStream | |
| AbstractReflectionConverter .UnknownFieldException | Class | com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter | XStream | |
| CGLIBEnhancedConverter | Converts a proxy created by the CGLIB Enhancer. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| ExternalizableConverter | Converts any object that implements the java. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| FieldDictionary | A field dictionary instance caches information about classes fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| FieldKey | Class | com.thoughtworks.xstream.converters.reflection | XStream | |
| FieldKeySorter | An interface capable of sorting fields. | Interface | com.thoughtworks.xstream.converters.reflection | XStream |
| ImmutableFieldKeySorter | Does not change the order of the fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| LambdaConverter | Converts a lambda type. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| MissingFieldException | Indicates a missing field or property creating an object. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| NativeFieldKeySorter | Sort the fields in their natural order. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| ObjectAccessException | Class | com.thoughtworks.xstream.converters.reflection | XStream | |
| PureJavaReflectionProvider | Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| ReflectionConverter | Class | com.thoughtworks.xstream.converters.reflection | XStream | |
| ReflectionProvider | Provides core reflection services. | Interface | com.thoughtworks.xstream.converters.reflection | XStream |
| ReflectionProvider .Visitor | A visitor interface for serializable fields defined in a class. | Interface | com.thoughtworks.xstream.converters.reflection.ReflectionProvider | XStream |
| ReflectionProviderWrapper | A wrapper implementation for the ReflectionProvider. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SelfStreamingInstanceChecker | A special converter that prevents self-serialization. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SerializableConverter | Emulates the mechanism used by standard Java Serialization for classes that implement java. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SerializationMethodInvoker | Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching). | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SortableFieldKeySorter | The default implementation for sorting fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| Sun14ReflectionProvider | Instantiates a new object on the Sun JVM by bypassing the constructor (meaning code in the constructor will never be executed and parameters do not have to be known). | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SunLimitedUnsafeReflectionProvider | Instantiates a new object bypassing the constructor using undocumented internal JDK features. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| SunUnsafeReflectionProvider | Instantiates a new object bypassing the constructor using undocumented internal JDK features. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
| XStream12FieldKeySorter | Sort the fields in the order of XStream 1. | Class | com.thoughtworks.xstream.converters.reflection | XStream |