| java.lang.Object com.thoughtworks.xstream.mapper.MapperWrapper
All known Subclasses: com.thoughtworks.xstream.mapper.DefaultImplementationsMapper, com.thoughtworks.xstream.mapper.CachingMapper, com.thoughtworks.xstream.mapper.ArrayMapper, com.thoughtworks.xstream.mapper.ImplicitCollectionMapper, com.thoughtworks.xstream.mapper.DynamicProxyMapper, com.thoughtworks.xstream.mapper.AttributeMapper, com.thoughtworks.xstream.mapper.AnnotationMapper, com.thoughtworks.xstream.mapper.AttributeAliasingMapper, com.thoughtworks.xstream.mapper.ClassAliasingMapper, com.thoughtworks.xstream.mapper.ImmutableTypesMapper, com.thoughtworks.xstream.mapper.FieldAliasingMapper, com.thoughtworks.xstream.mapper.OuterClassMapper, com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper, com.thoughtworks.xstream.mapper.LocalConversionMapper, com.thoughtworks.xstream.mapper.CGLIBMapper,
MapperWrapper | abstract public class MapperWrapper implements Mapper(Code) | | |
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 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) | | |
|
|