Uses of Package
org.springframework.http.converter.json
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.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
ClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
ClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations.Common base class for plain JSON converters, e.g.A builder used to createObjectMapper
instances with a fluent API. -
ClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
ClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
ClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
ClassDescriptionA simple holder for the POJO to serialize via
MappingJackson2HttpMessageConverter
along with further serialization instructions to be passed in to the converter.