public class ImmutableTypesMapper extends MapperWrapper
Mapper.ImplicitCollectionMapping, Mapper.Null
Constructor and Description |
---|
ImmutableTypesMapper(ClassMapper wrapped)
Deprecated.
As of 1.2, use
ImmutableTypesMapper(Mapper) |
ImmutableTypesMapper(Mapper wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
addImmutableType(java.lang.Class type) |
boolean |
isImmutableValueType(java.lang.Class type)
Whether this type is a simple immutable value (int, boolean, String, URL, etc.
|
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, attributeForClassDefiningField, attributeForEnumType, attributeForImplementationClass, attributeForReadResolveField, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, lookupMapperOfType, realClass, realMember, serializedClass, serializedMember, shouldSerializeMember
public ImmutableTypesMapper(Mapper wrapped)
public ImmutableTypesMapper(ClassMapper wrapped)
ImmutableTypesMapper(Mapper)
public void addImmutableType(java.lang.Class type)
public boolean isImmutableValueType(java.lang.Class type)
Mapper
isImmutableValueType
in interface Mapper
isImmutableValueType
in class MapperWrapper
Copyright © 2004-2012 XStream. All Rights Reserved.