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

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

Uses of ConverterRegistry in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream that return ConverterRegistry
 ConverterRegistry XStream.getConverterRegistry()
           
 

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

Uses of ConverterRegistry in com.thoughtworks.xstream.mapper
 

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



Copyright © 2004-2011 XStream. All Rights Reserved.