Uses of Interface
com.thoughtworks.xstream.objecttree.reflection.ObjectFactory

Packages that use ObjectFactory
com.thoughtworks.xstream   
com.thoughtworks.xstream.objecttree.reflection   
 

Uses of ObjectFactory in com.thoughtworks.xstream
 

Constructors in com.thoughtworks.xstream with parameters of type ObjectFactory
XStream(ObjectFactory objectFactory, ClassMapper classMapper, ElementMapper elementMapper)
           
 

Uses of ObjectFactory in com.thoughtworks.xstream.objecttree.reflection
 

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

Constructors in com.thoughtworks.xstream.objecttree.reflection with parameters of type ObjectFactory
ReflectionObjectGraph(java.lang.Object root, ObjectFactory objectFactory)
           
ReflectionObjectGraph(java.lang.Class rootType, ObjectFactory objectFactory)
           
 



Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.