Uses of Class
com.thoughtworks.xstream.mapper.MapperWrapper

Packages that use MapperWrapper
com.thoughtworks.xstream   
com.thoughtworks.xstream.mapper   
org.globus.cog.karajan.util.serialization   
 

Uses of MapperWrapper in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream that return MapperWrapper
protected  MapperWrapper XStream.wrapMapper(MapperWrapper next)
           
 

Methods in com.thoughtworks.xstream with parameters of type MapperWrapper
protected  MapperWrapper XStream.wrapMapper(MapperWrapper next)
           
 

Uses of MapperWrapper in com.thoughtworks.xstream.mapper
 

Subclasses of MapperWrapper in com.thoughtworks.xstream.mapper
 class DefaultMapper
          Default mapper implementation with 'vanilla' functionality.
 

Uses of MapperWrapper in org.globus.cog.karajan.util.serialization
 

Subclasses of MapperWrapper in org.globus.cog.karajan.util.serialization
 class RestrictedClassMapper