public interface Jackson2JavaTypeMapper extends ClassMapper
| Modifier and Type | Interface and Description |
|---|---|
static class |
Jackson2JavaTypeMapper.TypePrecedence |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJavaType(com.fasterxml.jackson.databind.JavaType javaType,
MessageProperties properties) |
Jackson2JavaTypeMapper.TypePrecedence |
getTypePrecedence() |
com.fasterxml.jackson.databind.JavaType |
toJavaType(MessageProperties properties) |
fromClass, toClassvoid fromJavaType(com.fasterxml.jackson.databind.JavaType javaType,
MessageProperties properties)
com.fasterxml.jackson.databind.JavaType toJavaType(MessageProperties properties)
Jackson2JavaTypeMapper.TypePrecedence getTypePrecedence()