Uses of Class
org.springframework.amqp.support.converter.AbstractMessageConverter
Package
Description
Provides classes for supporting message conversion.
-
Uses of AbstractMessageConverter in org.springframework.amqp.support.converter
Modifier and TypeClassDescriptionclass
Abstract Jackson2 message converter.class
MessageConverters that potentially use Java deserialization.class
JSON converter that uses the Jackson 2 Json library.class
XML converter that uses the Jackson 2 Xml library.class
class
Implementation ofMessageConverter
that can work with Strings or native objects of any kind via theSerializer
andDeserializer
abstractions in Spring.class
Implementation ofMessageConverter
that can work with Strings, Serializable instances, or byte arrays.