public class CGLIBMapper extends MapperWrapper
| Modifier and Type | Class and Description |
|---|---|
static interface |
CGLIBMapper.Marker |
Mapper.ImplicitCollectionMapping, Mapper.Null| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
alias |
private static java.lang.String |
DEFAULT_NAMING_MARKER |
| Constructor and Description |
|---|
CGLIBMapper(Mapper wrapped) |
CGLIBMapper(Mapper wrapped,
java.lang.String alias) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
realClass(java.lang.String elementName)
How a serialized class representation should be mapped back to a real class.
|
java.lang.String |
serializedClass(java.lang.Class type)
How a class name should be represented in its serialized form.
|
aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isIgnoredElement, isImmutableValueType, isReferenceable, lookupMapperOfType, realMember, serializedMember, shouldSerializeMemberprivate static java.lang.String DEFAULT_NAMING_MARKER
private final java.lang.String alias
public CGLIBMapper(Mapper wrapped)
public CGLIBMapper(Mapper wrapped, java.lang.String alias)
public java.lang.String serializedClass(java.lang.Class type)
MapperserializedClass in interface MapperserializedClass in class MapperWrapperpublic java.lang.Class realClass(java.lang.String elementName)
MapperrealClass in interface MapperrealClass in class MapperWrapper