Uses of Class
org.springframework.messaging.converter.AbstractMessageConverter
Packages that use AbstractMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of AbstractMessageConverter in org.springframework.messaging.converter
Subclasses of AbstractMessageConverter in org.springframework.messaging.converterModifier and TypeClassDescriptionclass
Common base class for plain JSON converters, for example, Gson and JSON-B.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
A Jackson 3.x basedMessageConverter
implementation.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
Deprecated, for removal: This API element is subject to removal in a future version.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.
JacksonJsonMessageConverter