Uses of Class
org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Packages that use AbstractJsonHttpMessageConverter
Package
Description
Provides HttpMessageConverter implementations for handling JSON.
-
Uses of AbstractJsonHttpMessageConverter in org.springframework.http.converter.json
Subclasses of AbstractJsonHttpMessageConverter in org.springframework.http.converter.jsonModifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write JSON using the Google Gson library.class
Implementation ofHttpMessageConverter
that can read and write JSON using the JSON Binding API.