Package | Description |
---|---|
org.springframework.messaging.converter |
Provides support for message conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericMessageConverter
An extension of the
SimpleMessageConverter that uses a
ConversionService to convert the payload of the message
to the requested type. |