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 TypeClassDescriptionclassCommon base class for plain JSON converters, for example, Gson and JSON-B.classAbstract base class forSmartMessageConverterimplementations 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.classAMessageConverterthat supports MIME type "application/octet-stream" with the payload converted to and from a byte[].classAMessageConverterthat delegates to a list of registered converters to be invoked until one of them returns a non-null result.classImplementation ofMessageConverterthat can read and write JSON using Google Gson.classA Jackson 3.x basedMessageConverterimplementation.classImplementation ofMessageConverterthat can read and write JSON using the JSON Binding API.classImplementation ofMessageConverterthat can read and write JSON using kotlinx.serialization.classDeprecated, for removal: This API element is subject to removal in a future version.classImplementation ofMessageConverterthat can read and write XML using Spring'sMarshallerandUnmarshallerabstractions.classSubclass ofProtobufMessageConverterfor use with the official"com.google.protobuf:protobuf-java-util"library for JSON support.classAnMessageConverterthat reads and writescom.google.protobuf.Messagesusing Google Protocol Buffers.classAMessageConverterthat supports MIME type "text/plain" with the payload converted to and from a String.
JacksonJsonMessageConverter