Uses of Class
org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Packages that use AbstractJackson2HttpMessageConverter
Package
Description
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 AbstractJackson2HttpMessageConverter in org.springframework.http.converter.cbor
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.json
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonHttpMessageConverter
-
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.smile
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileHttpMessageConverter
-
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.xml
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonXmlHttpMessageConverter
-
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.yaml
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonYamlHttpMessageConverter
JacksonCborHttpMessageConverter