com.thoughtworks.xstream.mapper
Class AbstractAttributeAliasingMapper
java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
- All Implemented Interfaces:
- Mapper
- Direct Known Subclasses:
- AttributeAliasingMapper, SystemAttributeAliasingMapper
public abstract class AbstractAttributeAliasingMapper
- extends MapperWrapper
Abstract base class for AttributeAliassingMapper and its system version.
- Since:
- 1.3.1
- Author:
- Jörg Schaible
Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper |
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, lookupMapperOfType, realClass, realMember, serializedClass, serializedMember, shouldSerializeMember |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aliasToName
protected final Map aliasToName
nameToAlias
protected transient Map nameToAlias
AbstractAttributeAliasingMapper
public AbstractAttributeAliasingMapper(Mapper wrapped)
addAliasFor
public void addAliasFor(String attributeName,
String alias)
Copyright © 2004-2014 XStream. All Rights Reserved.