public class ImmutableTypesMapper extends MapperWrapper
Mapper.ImplicitCollectionMapping, Mapper.Null| Modifier and Type | Field and Description |
|---|---|
private java.util.Set |
immutableTypes |
| Constructor and Description |
|---|
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, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, lookupMapperOfType, realClass, realMember, serializedClass, serializedMember, shouldSerializeMemberpublic ImmutableTypesMapper(Mapper wrapped)
public void addImmutableType(java.lang.Class type)
public boolean isImmutableValueType(java.lang.Class type)
MapperisImmutableValueType in interface MapperisImmutableValueType in class MapperWrapper