Package | Description |
---|---|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
org.springframework.http.converter.feed |
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
|
org.springframework.http.converter.json |
Provides an HttpMessageConverter implementations for handling JSON.
|
org.springframework.http.converter.support | |
org.springframework.http.converter.xml |
Provides an HttpMessageConverter implementations for handling XML.
|
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
Class and Description |
---|
AbstractHttpMessageConverter
Abstract base class for most
HttpMessageConverter implementations. |
HttpMessageConversionException
Thrown by
HttpMessageConverter implementations when a conversion attempt fails. |
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage) method fails. |
Class and Description |
---|
AbstractHttpMessageConverter
Abstract base class for most
HttpMessageConverter implementations. |
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage) method fails. |
Class and Description |
---|
AbstractHttpMessageConverter
Abstract base class for most
HttpMessageConverter implementations. |
GenericHttpMessageConverter
A specialization of
HttpMessageConverter that can convert an HTTP
request into a target object of a specified generic type. |
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage) method fails. |
Class and Description |
---|
FormHttpMessageConverter
Implementation of
HttpMessageConverter that can handle form data, including multipart form data (i.e. |
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
Class and Description |
---|
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage) method fails. |
Class and Description |
---|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage) method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
HttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage) method fails. |
Copyright © 2015. All rights reserved.