Uses of Class
org.springframework.http.converter.AbstractGenericHttpMessageConverter
Packages that use AbstractGenericHttpMessageConverter
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides an HttpMessageConverter for the CBOR data format.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Provides HttpMessageConverter implementations for handling XML.
Provides an 
HttpMessageConverter for the YAML data format.- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converterSubclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can write a singleResourceRegionor Collections ofResourceRegions.
- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.cborModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.jsonModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonHttpMessageConverterclassCommon base class for plain JSON converters, for example, Gson and JSON-B.classImplementation ofHttpMessageConverterthat can read and write JSON using the Google Gson library.classImplementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.classDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonHttpMessageConverter
- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.smileModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileHttpMessageConverter
- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.xmlModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonXmlHttpMessageConverter
- 
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.yamlModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonYamlHttpMessageConverter
JacksonCborHttpMessageConverter