Uses of Package
org.springframework.http.converter
Packages that use org.springframework.http.converter
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides an HttpMessageConverter for the CBOR data format.
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Provides a comprehensive HttpMessageConverter variant for form handling.
Provides HttpMessageConverter implementations for handling XML.
Support for testing Spring MVC applications via
WebTestClient
with MockMvc for server request
handling.Contains built-in
MockMvcBuilder implementations.Core package of the client-side web support.
Provides generic filter base classes allowing for bean-style configuration.
Annotation-based setup for Spring MVC.
Provides the types that make up Spring's functional web framework for Servlet environments.
Classes supporting the
org.springframework.web.servlet.function package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.Support package for MVC controllers.
Support classes for serving static resources.
-
Classes in org.springframework.http.converter used by org.springframework.http.converterClassDescriptionAbstract base class for most
GenericHttpMessageConverterimplementations.Abstract base class for mostHttpMessageConverterimplementations.A specialization ofHttpMessageConverterthat can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.Thrown byHttpMessageConverterimplementations when a conversion attempt fails.Strategy interface for converting from and to HTTP requests and responses.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.cborClassDescriptionAbstract base class for most
GenericHttpMessageConverterimplementations.Abstract base class for mostHttpMessageConverterimplementations.A specialization ofHttpMessageConverterthat can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.Strategy interface for converting from and to HTTP requests and responses. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.feedClassDescriptionAbstract base class for most
HttpMessageConverterimplementations.Strategy interface for converting from and to HTTP requests and responses.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.jsonClassDescriptionAbstract base class for most
GenericHttpMessageConverterimplementations.Abstract base class for mostHttpMessageConverterimplementations.A specialization ofHttpMessageConverterthat can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.Strategy interface for converting from and to HTTP requests and responses.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.protobufClassDescriptionAbstract base class for most
HttpMessageConverterimplementations.Strategy interface for converting from and to HTTP requests and responses.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.smileClassDescriptionAbstract base class for most
GenericHttpMessageConverterimplementations.Abstract base class for mostHttpMessageConverterimplementations.A specialization ofHttpMessageConverterthat can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.Strategy interface for converting from and to HTTP requests and responses. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.supportClassDescriptionImplementation of
HttpMessageConverterto read and write 'normal' HTML forms and also to write (but not read) multipart data (e.g.Strategy interface for converting from and to HTTP requests and responses. -
Classes in org.springframework.http.converter used by org.springframework.http.converter.xmlClassDescriptionAbstract base class for most
GenericHttpMessageConverterimplementations.Abstract base class for mostHttpMessageConverterimplementations.A specialization ofHttpMessageConverterthat can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.Strategy interface for converting from and to HTTP requests and responses.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.test.web.servlet.clientClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.test.web.servlet.setupClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.web.clientClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.web.filterClassDescriptionImplementation of
HttpMessageConverterto read and write 'normal' HTML forms and also to write (but not read) multipart data (e.g. -
Classes in org.springframework.http.converter used by org.springframework.web.servlet.config.annotationClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.web.servlet.functionClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.web.servlet.function.supportClassDescriptionStrategy interface for converting from and to HTTP requests and responses.
-
Classes in org.springframework.http.converter used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionStrategy interface for converting from and to HTTP requests and responses.Thrown by
HttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.web.servlet.mvc.supportClassDescriptionThrown by
HttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.Thrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. -
Classes in org.springframework.http.converter used by org.springframework.web.servlet.resourceClassDescriptionImplementation of
HttpMessageConverterthat can read/writeResourcesand supports byte range requests.Implementation ofHttpMessageConverterthat can write a singleResourceRegionor Collections ofResourceRegions.