Uses of Class
org.springframework.messaging.converter.AbstractJsonMessageConverter
Package
Description
Provides support for message conversion.
-
Uses of AbstractJsonMessageConverter in org.springframework.messaging.converter
Modifier 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.