Uses of Interface
org.springframework.messaging.converter.SmartMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of SmartMessageConverter in org.springframework.messaging.converter
Modifier and TypeClassDescriptionclass
Common base class for plain JSON converters, e.g.class
Abstract base class forSmartMessageConverter
implementations including support for common properties and a partial implementation of the conversion methods, mainly to check if the converter supports the conversion based on the payload class and MIME type.class
AMessageConverter
that supports MIME type "application/octet-stream" with the payload converted to and from a byte[].class
AMessageConverter
that delegates to a list of registered converters to be invoked until one of them returns a non-null result.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.