public class DynamicProxyMapper extends MapperWrapper
Modifier and Type | Class and Description |
---|---|
static class |
DynamicProxyMapper.DynamicProxy
Place holder type used for dynamic proxies.
|
Mapper.ImplicitCollectionMapping, Mapper.Null
Constructor and Description |
---|
DynamicProxyMapper(Mapper wrapped) |
DynamicProxyMapper(Mapper wrapped,
String alias) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
Class |
realClass(String elementName)
How a serialized class representation should be mapped back to a real class.
|
String |
serializedClass(Class type)
How a class name should be represented in its serialized form.
|
void |
setAlias(String alias) |
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, isReferenceable, lookupMapperOfType, realMember, serializedMember, shouldSerializeMember
public DynamicProxyMapper(Mapper wrapped)
public String getAlias()
public void setAlias(String alias)
public String serializedClass(Class type)
Mapper
serializedClass
in interface Mapper
serializedClass
in class MapperWrapper
Copyright © 2004–2016 XStream. All rights reserved.