Uses of Class
org.springframework.messaging.converter.AbstractMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of AbstractMessageConverter in org.springframework.messaging.converter
Modifier and TypeClassDescriptionclass
Common base class for plain JSON converters, e.g.class
AMessageConverter
that supports MIME type "application/octet-stream" with the payload converted to and from a byte[].class
Implementation ofMessageConverter
that can read and write JSON using Google Gson.class
Implementation ofMessageConverter
that can read and write JSON using the JSON Binding API.class
Implementation ofMessageConverter
that can read and write JSON using kotlinx.serialization.class
A Jackson 2 basedMessageConverter
implementation.class
Implementation ofMessageConverter
that can read and write XML using Spring'sMarshaller
andUnmarshaller
abstractions.class
Subclass ofProtobufMessageConverter
for use with the official"com.google.protobuf:protobuf-java-util"
library for JSON support.class
AnMessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers.class
AMessageConverter
that supports MIME type "text/plain" with the payload converted to and from a String.