Package | Description |
---|---|
org.springframework.amqp.support.converter |
Provides classes for supporting message conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonMessageConverter |
class |
Jackson2JsonMessageConverter
JSON converter that uses the Jackson 2 Json library.
|
class |
JsonMessageConverter
JSON converter that uses the Jackson Json library.
|
class |
MarshallingMessageConverter
|
class |
SerializerMessageConverter
Implementation of
MessageConverter that can work with Strings or native objects
of any kind via the Serializer and Deserializer abstractions in Spring. |
class |
SimpleMessageConverter
Implementation of
MessageConverter that can work with Strings, Serializable
instances, or byte arrays. |
class |
WhiteListDeserializingMessageConverter
MessageConverters that potentially use Java deserialization.
|
Copyright © 2018. All rights reserved.