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

Packages that use MapperWrapper
com.thoughtworks.xstream.mapper   
 

Uses of MapperWrapper in com.thoughtworks.xstream.mapper
 

Subclasses of MapperWrapper in com.thoughtworks.xstream.mapper
 class AliasingMapper
          Mapper that allows a fully qualified class name to be replaced with a shorter alias.
 class ArrayMapper
          Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array).
 class CachingMapper
          Mapper that caches which names map to which classes.
 class DefaultImplementationsMapper
          Mapper that resolves default implementations of classes.
 class DynamicProxyMapper
          Mapper for handling special cases of aliasing dynamic proxies.
 class ImmutableTypesMapper
          Mapper that specifies which types are basic immutable types.
 class OuterClassMapper
          Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
 class XmlFriendlyMapper
          Mapper that ensures that all names in the serialization stream are XML friendly.
 



Joe Walnes, http://xstream.codehaus.org/