Package | Description |
---|---|
org.springframework.amqp.support.converter |
Provides classes for supporting message conversion.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Jackson2JavaTypeMapper
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when
receiving a message.
|
interface |
JavaTypeMapper
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when
receiving a message.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClassMapper
Maps to/from JSON using type information in the
MessageProperties ;
the default name of the message property containing the type is '__TypeId__'. |
class |
DefaultJackson2JavaTypeMapper |
class |
DefaultJavaTypeMapper |
Modifier and Type | Method and Description |
---|---|
ClassMapper |
AbstractJsonMessageConverter.getClassMapper() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJsonMessageConverter.setClassMapper(ClassMapper classMapper) |
Copyright © 2015. All rights reserved.