Package | Description |
---|---|
com.thoughtworks.xstream | |
com.thoughtworks.xstream.mapper |
Modifier and Type | Method and Description |
---|---|
ConverterRegistry |
XStream.getConverterRegistry() |
Constructor and Description |
---|
XStream(ReflectionProvider reflectionProvider,
HierarchicalStreamDriver driver,
java.lang.ClassLoader classLoader,
Mapper mapper,
ConverterLookup converterLookup,
ConverterRegistry converterRegistry)
Constructs an XStream with a special
HierarchicalStreamDriver , ReflectionProvider , a prepared Mapper
and the ClassLoader in use and an own ConverterRegistry . |
Constructor and Description |
---|
AnnotationMapper(Mapper wrapped,
ConverterRegistry converterRegistry,
java.lang.ClassLoader classLoader,
ReflectionProvider reflectionProvider,
com.thoughtworks.xstream.core.JVM jvm)
Construct an AnnotationMapper.
|
Copyright © 2004-2012 XStream. All Rights Reserved.