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.cborClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.jsonClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
AbstractJacksonHttpMessageConverter
Common base class for plain JSON converters, for example, Gson and JSON-B.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor using directly Jackson 3 builders likeJsonMapper.builder()
-
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.smileClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
AbstractJacksonHttpMessageConverter
-
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.xmlClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
AbstractJacksonHttpMessageConverter
-
Classes in org.springframework.http.converter.json used by org.springframework.http.converter.yamlClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
AbstractJacksonHttpMessageConverter
-
Classes in org.springframework.http.converter.json used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of using
SmartHttpMessageConverter
hints
AbstractJacksonHttpMessageConverter