Package com.thoughtworks.xstream.objecttree.reflection

Interface Summary
ObjectFactory An ObjectFactory is responsible for instantiating a new instance of a type.
 

Class Summary
JavaReflectionObjectFactory Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.
ReflectionObjectGraph  
ReflectionObjectGraph.RootHolder  
SunReflectionObjectFactory 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).