See: Description
| Class | Description |
|---|---|
| DefaultDatatypeChannelMessageConverter |
Default message converter for datatype channels.
|
| MapMessageConverter |
Converts to/from a Map with 2 keys ('headers' and 'payload').
|
| PassThruMessageConverter |
The simple
MessageConverter implementation which contract is to return
Message as is for both from/to operations. |
| SimpleMessageConverter | |
| WhiteListDeserializingConverter |
A
Converter that delegates to a
Deserializer to convert data in a byte
array to an object. |