Uses of Package
org.springframework.http.converter.json
Packages that use 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.-
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.cborClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.jsonClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations.Common base class for plain JSON converters, for example, Gson and JSON-B.A builder used to createObjectMapper
instances with a fluent API. -
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.smileClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.xmlClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.yamlClassDescriptionAbstract base class for Jackson based and content type independent
HttpMessageConverter
implementations. -
Classes in org.springframework.http.converter.json used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionA simple holder for the POJO to serialize via
MappingJackson2HttpMessageConverter
along with further serialization instructions to be passed in to the converter.