Package | Description |
---|---|
com.thoughtworks.xstream | |
com.thoughtworks.xstream.core | |
com.thoughtworks.xstream.mapper |
Modifier and Type | Method and Description |
---|---|
ConverterRegistry |
XStream.getConverterRegistry() |
Constructor and Description |
---|
XStream(ReflectionProvider reflectionProvider,
HierarchicalStreamDriver driver,
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 . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverterLookup
The default implementation of converters lookup.
|
Constructor and Description |
---|
AnnotationMapper(Mapper wrapped,
ConverterRegistry converterRegistry,
ConverterLookup converterLookup,
ClassLoader classLoader,
ReflectionProvider reflectionProvider,
JVM jvm)
Construct an AnnotationMapper.
|
Copyright © 2004–2013 XStream. All rights reserved.