| java.lang.Object com.thoughtworks.xstream.mapper.DefaultMapper
DefaultMapper | public class DefaultMapper implements Mapper(Code) | | Default mapper implementation with 'vanilla' functionality. To build up the functionality required, wrap this mapper
with other mapper implementations.
author: Joe Walnes author: Jörg Schaible |
Method Summary | |
public String | aliasForAttribute(String attribute) | public String | aliasForAttribute(Class definedIn, String fieldName) | public String | attributeForAlias(String alias) | public String | attributeForAlias(Class definedIn, String alias) | public String | attributeForClassDefiningField() | public String | attributeForEnumType() | public String | attributeForImplementationClass() | public String | attributeForReadResolveField() | public Class | defaultImplementationOf(Class type) | public SingleValueConverter | getConverterFromAttribute(String name) | public SingleValueConverter | getConverterFromAttribute(Class type, String attribute) | public SingleValueConverter | getConverterFromItemType(String fieldName, Class type) | public SingleValueConverter | getConverterFromItemType(Class type) | public SingleValueConverter | getConverterFromItemType(String fieldName, Class type, Class definedIn) | public String | getFieldNameForItemTypeAndName(Class definedIn, Class itemType, String itemFieldName) | public ImplicitCollectionMapping | getImplicitCollectionDefForFieldName(Class itemType, String fieldName) | public Class | getItemTypeForItemFieldName(Class definedIn, String itemFieldName) | public Converter | getLocalConverter(Class definedIn, String fieldName) | public boolean | isImmutableValueType(Class type) | public Mapper | lookupMapperOfType(Class type) | public String | lookupName(Class type) | public Class | lookupType(String elementName) | public Class | realClass(String elementName) | public String | realMember(Class type, String serialized) | public String | serializedClass(Class type) | public String | serializedMember(Class type, String memberName) | public boolean | shouldSerializeMember(Class definedIn, String fieldName) |
attributeForClassDefiningField | public String attributeForClassDefiningField()(Code) | | |
attributeForEnumType | public String attributeForEnumType()(Code) | | |
attributeForImplementationClass | public String attributeForImplementationClass()(Code) | | |
attributeForReadResolveField | public String attributeForReadResolveField()(Code) | | |
getImplicitCollectionDefForFieldName | public ImplicitCollectionMapping getImplicitCollectionDefForFieldName(Class itemType, String fieldName)(Code) | | |
getItemTypeForItemFieldName | public Class getItemTypeForItemFieldName(Class definedIn, String itemFieldName)(Code) | | |
isImmutableValueType | public boolean isImmutableValueType(Class type)(Code) | | |
shouldSerializeMember | public boolean shouldSerializeMember(Class definedIn, String fieldName)(Code) | | |
|
|