Class OuterClassMapper

java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.OuterClassMapper
All Implemented Interfaces:
Caching, Mapper

public class OuterClassMapper extends MapperWrapper implements Caching
Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
Author:
Joe Walnes