com.thoughtworks.xstream.mapper
Class SystemAttributeAliasingMapper
java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper
- All Implemented Interfaces:
- Mapper
public class SystemAttributeAliasingMapper
- extends AbstractAttributeAliasingMapper
Mapper that allows aliasing of system attribute names.
- Since:
- 1.3.1
- Author:
- Jörg Schaible
Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper |
aliasForAttribute, aliasForAttribute, 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 |
SystemAttributeAliasingMapper
public SystemAttributeAliasingMapper(Mapper wrapped)
aliasForSystemAttribute
public String aliasForSystemAttribute(String attribute)
- Description copied from interface:
Mapper
- Get the alias for a system attribute's name.
- Specified by:
aliasForSystemAttribute
in interface Mapper
- Overrides:
aliasForSystemAttribute
in class MapperWrapper
- Parameters:
attribute
- the system attribute
- Returns:
- the alias
Copyright © 2004-2014 XStream. All Rights Reserved.