Uses of Interface
org.springframework.http.converter.GenericHttpMessageConverter
Packages that use GenericHttpMessageConverter
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 GenericHttpMessageConverter in org.springframework.http.converter
Classes in org.springframework.http.converter that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Abstract base class for mostGenericHttpMessageConverter
implementations.class
Implementation ofHttpMessageConverter
that can write a singleResourceRegion
or Collections ofResourceRegions
. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.cbor
Classes in org.springframework.http.converter.cbor that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonHttpMessageConverter
class
Common base class for plain JSON converters, for example, Gson and JSON-B.class
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.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonHttpMessageConverter
-
Uses of GenericHttpMessageConverter in org.springframework.http.converter.smile
Classes in org.springframework.http.converter.smile that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileHttpMessageConverter
-
Uses of GenericHttpMessageConverter in org.springframework.http.converter.xml
Classes in org.springframework.http.converter.xml that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Jaxb2CollectionHttpMessageConverter<T extends Collection>
AnHttpMessageConverter
that can read XML collections using JAXB2.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonXmlHttpMessageConverter
-
Uses of GenericHttpMessageConverter in org.springframework.http.converter.yaml
Classes in org.springframework.http.converter.yaml that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonYamlHttpMessageConverter
JacksonCborHttpMessageConverter