com.thoughtworks.xstream.objecttree.reflection
Interface ObjectFactory

All Known Implementing Classes:
JavaReflectionObjectFactory, SunReflectionObjectFactory

public interface ObjectFactory

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


Method Summary
 java.lang.Object create(java.lang.Class type)
           
 

Method Detail

create

public java.lang.Object create(java.lang.Class type)