Uses of Class
org.springframework.http.converter.AbstractJacksonHttpMessageConverter
Packages that use AbstractJacksonHttpMessageConverter
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 AbstractJacksonHttpMessageConverter in org.springframework.http.converter.cbor
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write the CBOR data format using the dedicated Jackson 3.x extension. -
Uses of AbstractJacksonHttpMessageConverter in org.springframework.http.converter.json
Modifier and TypeClassDescriptionclass
-
Uses of AbstractJacksonHttpMessageConverter in org.springframework.http.converter.smile
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write Smile data format ("binary JSON") using the dedicated Jackson 3.x extension. -
Uses of AbstractJacksonHttpMessageConverter in org.springframework.http.converter.xml
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write XML using Jackson 3.x extension component for reading and writing XML encoded data. -
Uses of AbstractJacksonHttpMessageConverter in org.springframework.http.converter.yaml
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write the YAML data format using the dedicated Jackson 3.x extension.