Uses of Class
org.springframework.messaging.converter.AbstractJsonMessageConverter
Packages that use AbstractJsonMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of AbstractJsonMessageConverter in org.springframework.messaging.converter
Subclasses of AbstractJsonMessageConverter in org.springframework.messaging.converterModifier and TypeClassDescriptionclass
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.