Uses of Interface
com.thoughtworks.xstream.mapper.Mapper

Packages that use Mapper
com.thoughtworks.xstream   
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps. 
com.thoughtworks.xstream.converters.enums   
com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default. 
com.thoughtworks.xstream.converters.javabean   
com.thoughtworks.xstream.converters.reflection   
com.thoughtworks.xstream.core   
com.thoughtworks.xstream.mapper   
com.thoughtworks.xstream.persistence   
 

Uses of Mapper in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream that return Mapper
 Mapper XStream.getMapper()
          Retrieve the Mapper.
 

Methods in com.thoughtworks.xstream with parameters of type Mapper
 void MarshallingStrategy.marshal(HierarchicalStreamWriter writer, Object obj, ConverterLookup converterLookup, Mapper mapper, DataHolder dataHolder)
           
 Object MarshallingStrategy.unmarshal(Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)
           
 

Constructors in com.thoughtworks.xstream with parameters of type Mapper
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoader classLoader, Mapper mapper)
          Constructs an XStream with a special HierarchicalStreamDriver and ReflectionProvider and additionally with a prepared Mapper and the ClassLoader in use.
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.
XStream(ReflectionProvider reflectionProvider, Mapper mapper, HierarchicalStreamDriver driver)
          Deprecated. As of 1.3, use XStream.XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper) instead
 

Uses of Mapper in com.thoughtworks.xstream.annotations
 

Constructors in com.thoughtworks.xstream.annotations with parameters of type Mapper
AnnotationReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider, AnnotationProvider annotationProvider)
          Deprecated. 
 

Uses of Mapper in com.thoughtworks.xstream.converters.collections
 

Methods in com.thoughtworks.xstream.converters.collections that return Mapper
protected  Mapper AbstractCollectionConverter.mapper()
           
 

Constructors in com.thoughtworks.xstream.converters.collections with parameters of type Mapper
AbstractCollectionConverter(Mapper mapper)
           
ArrayConverter(Mapper mapper)
           
CollectionConverter(Mapper mapper)
           
MapConverter(Mapper mapper)
           
SingletonCollectionConverter(Mapper mapper)
          Construct a SingletonCollectionConverter.
SingletonMapConverter(Mapper mapper)
          Construct a SingletonMapConverter.
TreeMapConverter(Mapper mapper)
           
TreeSetConverter(Mapper mapper)
           
 

Uses of Mapper in com.thoughtworks.xstream.converters.enums
 

Constructors in com.thoughtworks.xstream.converters.enums with parameters of type Mapper
EnumMapConverter(Mapper mapper)
           
EnumSetConverter(Mapper mapper)
           
 

Uses of Mapper in com.thoughtworks.xstream.converters.extended
 

Constructors in com.thoughtworks.xstream.converters.extended with parameters of type Mapper
DynamicProxyConverter(Mapper mapper)
           
DynamicProxyConverter(Mapper mapper, ClassLoader classLoader)
           
LookAndFeelConverter(Mapper mapper, ReflectionProvider reflectionProvider)
          Constructs a LookAndFeelConverter.
SubjectConverter(Mapper mapper)
           
ToAttributedValueConverter(Class type, Mapper mapper, ReflectionProvider reflectionProvider, ConverterLookup lookup, String valueFieldName)
          Creates a new ToAttributedValueConverter instance.
ToAttributedValueConverter(Class type, Mapper mapper, ReflectionProvider reflectionProvider, ConverterLookup lookup, String valueFieldName, Class valueDefinedIn)
          Creates a new ToAttributedValueConverter instance.
 

Uses of Mapper in com.thoughtworks.xstream.converters.javabean
 

Fields in com.thoughtworks.xstream.converters.javabean declared as Mapper
protected  Mapper JavaBeanConverter.mapper
           
 

Constructors in com.thoughtworks.xstream.converters.javabean with parameters of type Mapper
JavaBeanConverter(Mapper mapper)
           
JavaBeanConverter(Mapper mapper, Class type)
           
JavaBeanConverter(Mapper mapper, JavaBeanProvider beanProvider)
           
JavaBeanConverter(Mapper mapper, JavaBeanProvider beanProvider, Class type)
           
JavaBeanConverter(Mapper mapper, String classAttributeIdentifier)
          Deprecated. As of 1.3, use JavaBeanConverter.JavaBeanConverter(Mapper) and XStream.aliasAttribute(String, String)
 

Uses of Mapper in com.thoughtworks.xstream.converters.reflection
 

Fields in com.thoughtworks.xstream.converters.reflection declared as Mapper
protected  Mapper AbstractReflectionConverter.mapper
           
 

Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type Mapper
AbstractReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider)
           
CGLIBEnhancedConverter(Mapper mapper, ReflectionProvider reflectionProvider)
          Deprecated. As of 1.4 use CGLIBEnhancedConverter.CGLIBEnhancedConverter(Mapper, ReflectionProvider, ClassLoader)
CGLIBEnhancedConverter(Mapper mapper, ReflectionProvider reflectionProvider, ClassLoader classLoader)
           
ExternalizableConverter(Mapper mapper)
          Deprecated. As of 1.4 use ExternalizableConverter.ExternalizableConverter(Mapper, ClassLoader)
ExternalizableConverter(Mapper mapper, ClassLoader classLoader)
           
ReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider)
           
SerializableConverter(Mapper mapper, ReflectionProvider reflectionProvider)
          Deprecated. As of 1.4 use SerializableConverter.SerializableConverter(Mapper, ReflectionProvider, ClassLoader)
SerializableConverter(Mapper mapper, ReflectionProvider reflectionProvider, ClassLoader classLoader)
           
 

Uses of Mapper in com.thoughtworks.xstream.core
 

Methods in com.thoughtworks.xstream.core that return Mapper
protected  Mapper TreeMarshaller.getMapper()
           
protected  Mapper TreeUnmarshaller.getMapper()
           
 

Methods in com.thoughtworks.xstream.core with parameters of type Mapper
protected abstract  TreeMarshaller AbstractTreeMarshallingStrategy.createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeMarshaller ReferenceByXPathMarshallingStrategy.createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeMarshaller TreeMarshallingStrategy.createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeMarshaller ReferenceByIdMarshallingStrategy.createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
protected abstract  TreeUnmarshaller AbstractTreeMarshallingStrategy.createUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeUnmarshaller ReferenceByXPathMarshallingStrategy.createUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeUnmarshaller TreeMarshallingStrategy.createUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeUnmarshaller ReferenceByIdMarshallingStrategy.createUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
 void AbstractTreeMarshallingStrategy.marshal(HierarchicalStreamWriter writer, Object obj, ConverterLookup converterLookup, Mapper mapper, DataHolder dataHolder)
           
 Object AbstractTreeMarshallingStrategy.unmarshal(Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)
           
 

Constructors in com.thoughtworks.xstream.core with parameters of type Mapper
AbstractReferenceMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
AbstractReferenceUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
DefaultConverterLookup(Mapper mapper)
          Deprecated. As of 1.3, use DefaultConverterLookup.DefaultConverterLookup()
ReferenceByIdMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
ReferenceByIdMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper, ReferenceByIdMarshaller.IDGenerator idGenerator)
           
ReferenceByIdUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
ReferenceByXPathMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper, int mode)
           
ReferenceByXPathUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
TreeMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
TreeUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
 

Uses of Mapper in com.thoughtworks.xstream.mapper
 

Classes in com.thoughtworks.xstream.mapper that implement Mapper
 class AbstractAttributeAliasingMapper
          Abstract base class for AttributeAliassingMapper and its system version.
 class AbstractXmlFriendlyMapper
          Deprecated. As of 1.4 use XmlFriendlyReader
 class AnnotationMapper
          A mapper that uses annotations to prepare the remaining mappers in the chain.
 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 AttributeAliasingMapper
          Mapper that allows aliasing of attribute names.
 class AttributeMapper
          Mapper that allows the usage of attributes for fields and corresponding types or specified arbitrary types.
 class CachingMapper
          Mapper that caches which names map to which classes.
 class CGLIBMapper
          Mapper that detects proxies generated by the CGLIB enhancer.
 class ClassAliasingMapper
          Mapper that allows a fully qualified class name to be replaced with an alias.
 class DefaultImplementationsMapper
          Mapper that resolves default implementations of classes.
 class DefaultMapper
          Default mapper implementation with 'vanilla' functionality.
 class DynamicProxyMapper
          Mapper for handling special cases of aliasing dynamic proxies.
 class EnumMapper
          Mapper that handles the special case of polymorphic enums in Java 1.5.
 class FieldAliasingMapper
          Mapper that allows a field of a specific class to be replaced with a shorter alias, or omitted entirely.
 class ImmutableTypesMapper
          Mapper that specifies which types are basic immutable types.
 class ImplicitCollectionMapper
           
 class LocalConversionMapper
          A Mapper for locally defined converters for a member field.
 class MapperWrapper
           
 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 PackageAliasingMapper
          Mapper that allows a package name to be replaced with an alias.
 class SystemAttributeAliasingMapper
          Mapper that allows aliasing of system attribute names.
 class XmlFriendlyMapper
          Deprecated. As of 1.3 use XmlFriendlyReader
 class XStream11XmlFriendlyMapper
          Deprecated. As of 1.4 use XmlFriendlyReader
 

Methods in com.thoughtworks.xstream.mapper that return Mapper
 Mapper MapperWrapper.lookupMapperOfType(Class type)
           
 Mapper Mapper.lookupMapperOfType(Class type)
           
 Mapper DefaultMapper.lookupMapperOfType(Class type)
           
 

Constructors in com.thoughtworks.xstream.mapper with parameters of type Mapper
AbstractAttributeAliasingMapper(Mapper wrapped)
           
AbstractXmlFriendlyMapper(Mapper wrapped)
          Deprecated.  
AnnotationMapper(Mapper wrapped, ConverterRegistry converterRegistry, ConverterLookup converterLookup, ClassLoader classLoader, ReflectionProvider reflectionProvider, JVM jvm)
          Construct an AnnotationMapper.
ArrayMapper(Mapper wrapped)
           
AttributeAliasingMapper(Mapper wrapped)
           
AttributeMapper(Mapper wrapped)
          Deprecated. As of 1.3
AttributeMapper(Mapper wrapped, ConverterLookup converterLookup, ReflectionProvider refProvider)
           
CachingMapper(Mapper wrapped)
           
CGLIBMapper(Mapper wrapped)
           
CGLIBMapper(Mapper wrapped, String alias)
           
ClassAliasingMapper(Mapper wrapped)
           
DefaultImplementationsMapper(Mapper wrapped)
           
DynamicProxyMapper(Mapper wrapped)
           
DynamicProxyMapper(Mapper wrapped, String alias)
           
EnumMapper(Mapper wrapped)
           
EnumMapper(Mapper wrapped, ConverterLookup lookup)
          Deprecated. As of 1.3.1, use EnumMapper.EnumMapper(Mapper)
FieldAliasingMapper(Mapper wrapped)
           
ImmutableTypesMapper(Mapper wrapped)
           
ImplicitCollectionMapper(Mapper wrapped)
           
LocalConversionMapper(Mapper wrapped)
          Constructs a LocalConversionMapper.
MapperWrapper(Mapper wrapped)
           
OuterClassMapper(Mapper wrapped)
           
OuterClassMapper(Mapper wrapped, String alias)
           
PackageAliasingMapper(Mapper wrapped)
           
SystemAttributeAliasingMapper(Mapper wrapped)
           
XmlFriendlyMapper(Mapper wrapped)
          Deprecated. As of 1.3 use XmlFriendlyReader
XStream11XmlFriendlyMapper(Mapper wrapped)
          Deprecated.  
 

Uses of Mapper in com.thoughtworks.xstream.persistence
 

Methods in com.thoughtworks.xstream.persistence that return Mapper
protected  Mapper AbstractFilePersistenceStrategy.getMapper()
           
 



Copyright © 2004-2014 XStream. All Rights Reserved.