Uses of Class
org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Package
Description
Provides HttpMessageConverter implementations for handling JSON.
-
Uses of AbstractJsonHttpMessageConverter in org.springframework.http.converter.json
Modifier 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.