public class

SystemAttributeAliasingMapper

extends AbstractAttributeAliasingMapper
java.lang.Object
   ↳ com.thoughtworks.xstream.mapper.MapperWrapper
     ↳ com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
       ↳ com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper

Class Overview

Mapper that allows aliasing of system attribute names.

Summary

[Expand]
Inherited Fields
From class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
Public Constructors
SystemAttributeAliasingMapper(Mapper wrapped)
Public Methods
String aliasForSystemAttribute(String attribute)
Get the alias for a system attribute's name.
[Expand]
Inherited Methods
From class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
From class com.thoughtworks.xstream.mapper.MapperWrapper
From class java.lang.Object
From interface com.thoughtworks.xstream.mapper.Mapper

Public Constructors

public SystemAttributeAliasingMapper (Mapper wrapped)

Public Methods

public String aliasForSystemAttribute (String attribute)

Get the alias for a system attribute's name.

Parameters
attribute the system attribute
Returns
  • the alias