See: Description
| Interface | Description |
|---|---|
| ClassMapper |
Strategy for setting metadata on messages such that one can create the class
that needs to be instantiated when receiving a message.
|
| Jackson2JavaTypeMapper |
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when
receiving a message.
|
| JavaTypeMapper |
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when
receiving a message.
|
| MessageConverter |
| Class | Description |
|---|---|
| AbstractJavaTypeMapper | |
| AbstractJsonMessageConverter | |
| AbstractMessageConverter |
Convenient base class for
MessageConverter implementations. |
| DefaultClassMapper |
Maps to/from JSON using type information in the
MessageProperties;
the default name of the message property containing the type is '__TypeId__'. |
| DefaultJackson2JavaTypeMapper | |
| DefaultJavaTypeMapper | |
| Jackson2JsonMessageConverter |
JSON converter that uses the Jackson 2 Json library.
|
| JsonMessageConverter |
JSON converter that uses the Jackson Json library.
|
| MarshallingMessageConverter | |
| MessagingMessageConverter |
Convert a
Message from the messaging abstraction to and from a
Message using an underlying
MessageConverter for the payload and a
AmqpHeaderMapper to map the
AMQP headers to and from standard message headers. |
| SerializerMessageConverter |
Implementation of
MessageConverter that can work with Strings or native objects of any kind via the
Serializer and Deserializer abstractions in Spring. |
| SimpleMessageConverter |
Implementation of
MessageConverter that can work with Strings, Serializable instances,
or byte arrays. |
| Exception | Description |
|---|---|
| MessageConversionException |
Exception to be thrown by message converters if they encounter a problem with converting a message or object.
|