|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFactory | |
com.thoughtworks.xstream | |
com.thoughtworks.xstream.objecttree.reflection |
Uses of ObjectFactory in com.thoughtworks.xstream |
Fields in com.thoughtworks.xstream declared as ObjectFactory | |
private ObjectFactory |
XStream.objectFactory
|
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). |
Fields in com.thoughtworks.xstream.objecttree.reflection declared as ObjectFactory | |
private ObjectFactory |
ReflectionObjectGraph.objectFactory
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |