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.xml |
Provides an HttpMessageConverter implementations for handling XML.
|
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 the conversion 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
read method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write 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
read method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write 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
read method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write method fails. |
Class and Description |
---|
AbstractHttpMessageConverter
Abstract base class for most
HttpMessageConverter implementations. |
FormHttpMessageConverter
Implementation of
HttpMessageConverter that can handle form data, including multipart form data (i.e. file
uploads). |
HttpMessageConverter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
read method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write method fails. |
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 |
---|
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
read method fails. |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write method fails. |
Copyright © 2015. All rights reserved.