Uses of Interface
com.thoughtworks.xstream.converters.ConverterRegistry

Packages that use ConverterRegistry
com.thoughtworks.xstream   
com.thoughtworks.xstream.core   
com.thoughtworks.xstream.mapper   
 

Uses of ConverterRegistry in com.thoughtworks.xstream
 

Constructors in com.thoughtworks.xstream with parameters of type ConverterRegistry
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.
 

Uses of ConverterRegistry in com.thoughtworks.xstream.core
 

Classes in com.thoughtworks.xstream.core that implement ConverterRegistry
 class DefaultConverterLookup
          The default implementation of converters lookup.
 

Uses of ConverterRegistry in com.thoughtworks.xstream.mapper
 

Constructors in com.thoughtworks.xstream.mapper with parameters of type ConverterRegistry
AnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, ClassLoader classLoader, ReflectionProvider reflectionProvider, JVM jvm)
          Construct an AnnotationMapper.
 



Copyright © 2004-2014 XStream. All Rights Reserved.