Uses of Interface
com.thoughtworks.xstream.converters.ConverterRegistry
Packages that use ConverterRegistry
Package
Description
-
Uses of ConverterRegistry in com.thoughtworks.xstream
Fields in com.thoughtworks.xstream declared as ConverterRegistryConstructors in com.thoughtworks.xstream with parameters of type ConverterRegistryModifierConstructorDescriptionXStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoaderReference classLoaderReference, Mapper mapper, ConverterLookup converterLookup, ConverterRegistry converterRegistry) Constructs an XStream with a specialHierarchicalStreamDriver,ReflectionProvider, a preparedMapperchain, theClassLoaderReferenceand an ownConverterLookupandConverterRegistry.XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoader classLoader, Mapper mapper, ConverterLookup converterLookup, ConverterRegistry converterRegistry) Deprecated. -
Uses of ConverterRegistry in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement ConverterRegistryModifier and TypeClassDescriptionclassThe default implementation of converters lookup. -
Uses of ConverterRegistry in com.thoughtworks.xstream.mapper
Fields in com.thoughtworks.xstream.mapper declared as ConverterRegistryModifier and TypeFieldDescriptionprivate final ConverterRegistryAnnotationMapper.converterRegistryConstructors in com.thoughtworks.xstream.mapper with parameters of type ConverterRegistryModifierConstructorDescriptionAnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, ClassLoaderReference classLoaderReference, ReflectionProvider reflectionProvider) Construct an AnnotationMapper.AnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, ClassLoader classLoader, ReflectionProvider reflectionProvider, JVM jvm) Deprecated.
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoaderReference, Mapper, ConverterLookup, ConverterRegistry)