Uses of Interface
com.thoughtworks.xstream.converters.reflection.ReflectionProvider

Packages that use ReflectionProvider
com.thoughtworks.xstream   
com.thoughtworks.xstream.converters.reflection   
 

Uses of ReflectionProvider in com.thoughtworks.xstream
 

Constructors in com.thoughtworks.xstream with parameters of type ReflectionProvider
XStream(ReflectionProvider reflectionProvider)
           
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver hierarchicalStreamDriver)
           
XStream(ReflectionProvider reflectionProvider, ClassMapper classMapper, HierarchicalStreamDriver driver)
           
XStream(ReflectionProvider reflectionProvider, ClassMapper classMapper, HierarchicalStreamDriver driver, java.lang.String classAttributeIdentifier)
           
 

Uses of ReflectionProvider in com.thoughtworks.xstream.converters.reflection
 

Classes in com.thoughtworks.xstream.converters.reflection that implement ReflectionProvider
 class PureJavaReflectionProvider
          Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.
 class 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).
 

Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type ReflectionProvider
ReflectionConverter(ClassMapper classMapper, java.lang.String classAttributeIdentifier, java.lang.String definedInAttributeIdentifier, ReflectionProvider reflectionProvider)
           
 



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