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

Packages that use com.thoughtworks.xstream.converters.reflection
com.thoughtworks.xstream   
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default. 
com.thoughtworks.xstream.converters.reflection   
com.thoughtworks.xstream.mapper   
 

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.annotations
AbstractReflectionConverter
           
ReflectionConverter
           
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.
AbstractReflectionConverter
           
ReflectionConverter
           
ReflectionProvider
          Provides core reflection services.
 

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.
ObjectAccessException
           
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).
 

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



Copyright © 2004-2012 XStream. All Rights Reserved.