Uses of Package
com.thoughtworks.xstream.converters.reflection

Packages that use com.thoughtworks.xstream.converters.reflection
com.thoughtworks.xstream   
com.thoughtworks.xstream.converters.extended Extra converters that are not enabled in XStream by default. 
com.thoughtworks.xstream.converters.reflection   
 

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream
ReflectionProvider
          Provides core reflection services.
 

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream.converters.extended
AbstractAttributedCharacterIteratorAttributeConverter
          An abstract converter implementation for constants of AttributedCharacterIterator.Attribute and derived types.
 

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream.converters.reflection
AbstractReflectionConverter
           
FieldDictionary
          A field dictionary instance caches information about classes fields.
FieldKeySorter
          An interface capable of sorting fields.
PureJavaReflectionProvider
          Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.
ReflectionProvider
          Provides core reflection services.
ReflectionProvider.Visitor
          A visitor interface for serializable fields defined in a 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.
SerializationMethodInvoker
          Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching).
 



Joe Walnes, http://xstream.codehaus.org/