| Package | Description |
|---|---|
| org.springframework.http.converter.cbor |
Provides an HttpMessageConverter for the CBOR data format.
|
| org.springframework.http.converter.json |
Provides HttpMessageConverter implementations for handling JSON.
|
| org.springframework.http.converter.smile |
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
|
| org.springframework.http.converter.xml |
Provides HttpMessageConverter implementations for handling XML.
|
| org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
| Class and Description |
|---|
| AbstractJackson2HttpMessageConverter
Abstract base class for Jackson based and content type independent
HttpMessageConverter implementations. |
| Class and Description |
|---|
| AbstractJackson2HttpMessageConverter
Abstract base class for Jackson based and content type independent
HttpMessageConverter implementations. |
| AbstractJsonHttpMessageConverter
Common base class for plain JSON converters, e.g.
|
| Jackson2ObjectMapperBuilder
A builder used to create
ObjectMapper instances with a fluent API. |
| Class and Description |
|---|
| AbstractJackson2HttpMessageConverter
Abstract base class for Jackson based and content type independent
HttpMessageConverter implementations. |
| Class and Description |
|---|
| AbstractJackson2HttpMessageConverter
Abstract base class for Jackson based and content type independent
HttpMessageConverter implementations. |
| Class and Description |
|---|
| MappingJacksonValue
A simple holder for the POJO to serialize via
MappingJackson2HttpMessageConverter along with further
serialization instructions to be passed in to the converter. |