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.cborModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension.
- 
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.jsonModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write JSON using Jackson 2.x'sObjectMapper.
- 
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.smileModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension.
- 
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.xmlModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.
- 
Uses of AbstractJackson2HttpMessageConverter in org.springframework.http.converter.yamlModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the YAML data format using the dedicated Jackson 2.x extension.