Package | Description |
---|---|
com.thoughtworks.xstream.converters.reflection |
Modifier and Type | Class and Description |
---|---|
class |
HarmonyReflectionProvider
Instantiates a new object on the Harmony JVM by bypassing the constructor (meaning code in
the constructor will never be executed and parameters do not have to be known).
|
class |
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).
|
Joe Walnes, http://xstream.codehaus.org/