public abstract class AbstractJavaTypeMapper extends Object implements InitializingBean
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CLASSID_FIELD_NAME |
static String |
DEFAULT_CONTENT_CLASSID_FIELD_NAME |
static String |
DEFAULT_KEY_CLASSID_FIELD_NAME |
| Constructor and Description |
|---|
AbstractJavaTypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addHeader(MessageProperties properties,
String headerName,
Class<?> clazz) |
void |
afterPropertiesSet() |
String |
getClassIdFieldName() |
String |
getContentClassIdFieldName() |
Map<String,Class<?>> |
getIdClassMapping() |
String |
getKeyClassIdFieldName() |
protected String |
retrieveHeader(MessageProperties properties,
String headerName) |
void |
setIdClassMapping(Map<String,Class<?>> idClassMapping) |
public static final String DEFAULT_CLASSID_FIELD_NAME
public static final String DEFAULT_CONTENT_CLASSID_FIELD_NAME
public static final String DEFAULT_KEY_CLASSID_FIELD_NAME
public String getClassIdFieldName()
public String getContentClassIdFieldName()
public String getKeyClassIdFieldName()
protected void addHeader(MessageProperties properties, String headerName, Class<?> clazz)
protected String retrieveHeader(MessageProperties properties, String headerName)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanException