Uses of Interface
com.thoughtworks.xstream.converters.ConverterRegistry
-
Packages that use ConverterRegistry Package Description com.thoughtworks.xstream com.thoughtworks.xstream.core com.thoughtworks.xstream.mapper -
-
Uses of ConverterRegistry in com.thoughtworks.xstream
Fields in com.thoughtworks.xstream declared as ConverterRegistry Modifier and Type Field Description private ConverterRegistry
XStream. converterRegistry
Constructors in com.thoughtworks.xstream with parameters of type ConverterRegistry Constructor Description XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoaderReference classLoaderReference, Mapper mapper, ConverterLookup converterLookup, ConverterRegistry converterRegistry)
Constructs an XStream with a specialHierarchicalStreamDriver
,ReflectionProvider
, a preparedMapper
chain, theClassLoaderReference
and an ownConverterLookup
andConverterRegistry
.XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, java.lang.ClassLoader classLoader, Mapper mapper, ConverterLookup converterLookup, ConverterRegistry converterRegistry)
-
Uses of ConverterRegistry in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement ConverterRegistry Modifier and Type Class Description class
DefaultConverterLookup
The default implementation of converters lookup. -
Uses of ConverterRegistry in com.thoughtworks.xstream.mapper
Fields in com.thoughtworks.xstream.mapper declared as ConverterRegistry Modifier and Type Field Description private ConverterRegistry
AnnotationMapper. converterRegistry
Constructors in com.thoughtworks.xstream.mapper with parameters of type ConverterRegistry Constructor Description AnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, ClassLoaderReference classLoaderReference, ReflectionProvider reflectionProvider)
Construct an AnnotationMapper.AnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, java.lang.ClassLoader classLoader, ReflectionProvider reflectionProvider, JVM jvm)
Deprecated.
-