|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper
public class SystemAttributeAliasingMapper
Mapper that allows aliasing of system attribute names.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.thoughtworks.xstream.mapper.Mapper |
---|
Mapper.ImplicitCollectionMapping, Mapper.Null |
Field Summary |
---|
Fields inherited from class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper |
---|
aliasToName, nameToAlias |
Constructor Summary | |
---|---|
SystemAttributeAliasingMapper(Mapper wrapped)
|
Method Summary | |
---|---|
java.lang.String |
aliasForSystemAttribute(java.lang.String attribute)
Get the alias for a system attribute's name. |
Methods inherited from class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper |
---|
addAliasFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemAttributeAliasingMapper(Mapper wrapped)
Method Detail |
---|
public java.lang.String aliasForSystemAttribute(java.lang.String attribute)
Mapper
aliasForSystemAttribute
in interface Mapper
aliasForSystemAttribute
in class MapperWrapper
attribute
- the system attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |