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 an HttpMessageConverter implementation for handling Google Protocol Buffers.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
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.