Uses of Interface
org.springframework.http.converter.SmartHttpMessageConverter

Packages that use SmartHttpMessageConverter
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 support for reading and writing multipart support, through an HttpMessageConverter.
Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Provides a comprehensive HttpMessageConverter variant for form handling.
Provides HttpMessageConverter implementations for handling XML.
Provides an HttpMessageConverter for the YAML data format.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.