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.converter
Subclasses of AbstractGenericHttpMessageConverter in org.springframework.http.converterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can write a singleResourceRegionor Collections ofResourceRegions. -
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.cbor
Modifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension. -
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.json
Modifier and TypeClassDescriptionclassAbstract base class for Jackson based and content type independentHttpMessageConverterimplementations.classCommon 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.classImplementation ofHttpMessageConverterthat can read and write JSON using Jackson 2.x'sObjectMapper. -
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.smile
Modifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension. -
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.xml
Modifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data. -
Uses of AbstractGenericHttpMessageConverter in org.springframework.http.converter.yaml
Modifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the YAML data format using the dedicated Jackson 2.x extension.