Package com.thoughtworks.xstream.converters.reflection

Interface Summary
ReflectionProvider Provides core reflection services.
ReflectionProvider.Block  
 

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

Exception Summary
ObjectAccessException  
 



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