Uses of Package
org.springframework.http.converter.json
Packages that use org.springframework.http.converter.json 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 theorg.springframework.web.method.annotationpackage.Classes in org.springframework.http.converter.json used by org.springframework.http.converter.cbor Class Description AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.Classes in org.springframework.http.converter.json used by org.springframework.http.converter.json Class Description AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.AbstractJsonHttpMessageConverter Common base class for plain JSON converters, e.g.Jackson2ObjectMapperBuilder A builder used to createObjectMapperinstances with a fluent API.Classes in org.springframework.http.converter.json used by org.springframework.http.converter.smile Class Description AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.Classes in org.springframework.http.converter.json used by org.springframework.http.converter.xml Class Description AbstractJackson2HttpMessageConverter Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.Classes in org.springframework.http.converter.json used by org.springframework.web.servlet.mvc.method.annotation Class Description MappingJacksonValue A simple holder for the POJO to serialize viaMappingJackson2HttpMessageConverteralong with further serialization instructions to be passed in to the converter.