|
||||||||||
| 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
public abstract class AbstractAttributeAliasingMapper
Abstract base class for AttributeAliassingMapper and its system version.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.thoughtworks.xstream.mapper.Mapper |
|---|
Mapper.ImplicitCollectionMapping, Mapper.Null |
| Field Summary | |
|---|---|
protected java.util.Map |
aliasToName
|
protected java.util.Map |
nameToAlias
|
| Constructor Summary | |
|---|---|
AbstractAttributeAliasingMapper(Mapper wrapped)
|
|
| Method Summary | |
|---|---|
void |
addAliasFor(java.lang.String attributeName,
java.lang.String alias)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.util.Map aliasToName
protected transient java.util.Map nameToAlias
| Constructor Detail |
|---|
public AbstractAttributeAliasingMapper(Mapper wrapped)
| Method Detail |
|---|
public void addAliasFor(java.lang.String attributeName,
java.lang.String alias)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||