Uses of Interface
org.springframework.messaging.converter.SmartMessageConverter
Packages that use SmartMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of SmartMessageConverter in org.springframework.messaging.converter
Classes in org.springframework.messaging.converter that implement SmartMessageConverterModifier and TypeClassDescriptionclass
Common base class for plain JSON converters, for example, Gson and JSON-B.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
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