com.thoughtworks.xstream.mapper
Class DynamicProxyMapper
java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.DynamicProxyMapper
- All Implemented Interfaces:
- Mapper
public class DynamicProxyMapper
- extends MapperWrapper
Mapper for handling special cases of aliasing dynamic proxies. The alias property specifies the name an instance
of a dynamic proxy should be serialized with.
- Author:
- Joe Walnes
Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper |
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, lookupMapperOfType, realMember, serializedMember, shouldSerializeMember |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicProxyMapper
public DynamicProxyMapper(Mapper wrapped)
DynamicProxyMapper
public DynamicProxyMapper(Mapper wrapped,
String alias)
getAlias
public String getAlias()
setAlias
public void setAlias(String alias)
serializedClass
public String serializedClass(Class type)
- Description copied from interface:
Mapper
- How a class name should be represented in its serialized form.
- Specified by:
serializedClass
in interface Mapper
- Overrides:
serializedClass
in class MapperWrapper
realClass
public Class realClass(String elementName)
- Description copied from interface:
Mapper
- How a serialized class representation should be mapped back to a real class.
- Specified by:
realClass
in interface Mapper
- Overrides:
realClass
in class MapperWrapper
Copyright © 2004-2014 XStream. All Rights Reserved.