public class DefaultClassMapper extends java.lang.Object implements ClassMapper, org.springframework.beans.factory.InitializingBean
MessageProperties;
the default name of the message property containing the type is '__TypeId__'.
An optional property setDefaultType(Class)
is provided that allows mapping to a statically defined type, if no message property is
found in the message properties.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CLASSID_FIELD_NAME |
| Constructor and Description |
|---|
DefaultClassMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
fromClass(java.lang.Class<?> clazz,
MessageProperties properties) |
java.lang.String |
getClassIdFieldName() |
void |
setDefaultHashtableClass(java.lang.Class<?> defaultHashtableClass) |
void |
setDefaultType(java.lang.Class<?> defaultType)
The type returned by
toClass(MessageProperties) if no type information
is found in the message properties. |
void |
setIdClassMapping(java.util.Map<java.lang.String,java.lang.Class<?>> idClassMapping) |
java.lang.Class<?> |
toClass(MessageProperties properties) |
public static final java.lang.String DEFAULT_CLASSID_FIELD_NAME
public void setDefaultType(java.lang.Class<?> defaultType)
toClass(MessageProperties) if no type information
is found in the message properties.defaultType - the defaultType to setpublic void setDefaultHashtableClass(java.lang.Class<?> defaultHashtableClass)
public java.lang.String getClassIdFieldName()
public void setIdClassMapping(java.util.Map<java.lang.String,java.lang.Class<?>> idClassMapping)
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void fromClass(java.lang.Class<?> clazz,
MessageProperties properties)
fromClass in interface ClassMapperpublic java.lang.Class<?> toClass(MessageProperties properties)
toClass in interface ClassMapper