XmlFriendlyReader
public class XmlFriendlyMapper extends AbstractXmlFriendlyMapper
Mapper.ImplicitCollectionMapping, Mapper.Null
Constructor and Description |
---|
XmlFriendlyMapper(Mapper wrapped)
Deprecated.
As of 1.3 use
XmlFriendlyReader |
Modifier and Type | Method and Description |
---|---|
String |
mapNameFromXML(String xmlName)
Deprecated.
|
String |
mapNameToXML(String javaName)
Deprecated.
|
Class |
realClass(String elementName)
Deprecated.
How a serialized class representation should be mapped back to a real class.
|
String |
realMember(Class type,
String serialized)
Deprecated.
How a serialized member representation should be mapped back to a real member.
|
String |
serializedClass(Class type)
Deprecated.
How a class name should be represented in its serialized form.
|
String |
serializedMember(Class type,
String memberName)
Deprecated.
How a class member should be represented in its serialized form.
|
escapeClassName, escapeFieldName, unescapeClassName, unescapeFieldName
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, isReferenceable, lookupMapperOfType, shouldSerializeMember
public XmlFriendlyMapper(Mapper wrapped)
XmlFriendlyReader
public String serializedClass(Class type)
Mapper
serializedClass
in interface Mapper
serializedClass
in class MapperWrapper
public Class realClass(String elementName)
Mapper
realClass
in interface Mapper
realClass
in class MapperWrapper
public String serializedMember(Class type, String memberName)
Mapper
serializedMember
in interface Mapper
serializedMember
in class MapperWrapper
public String realMember(Class type, String serialized)
Mapper
realMember
in interface Mapper
realMember
in class MapperWrapper
Copyright © 2004–2016 XStream. All rights reserved.