- AbstractClientHttpRequest - Class in org.springframework.http.client
-
Abstract base for
ClientHttpRequest that makes sure that headers
and body are not written multiple times.
- AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
-
- AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
-
- AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
Creates a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
- AbstractClientHttpResponse - Class in org.springframework.http.client
-
- AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
-
- AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
-
- AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
-
Construct an AbstractHttpMessageConverter with no supported media types.
- AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
-
Construct an AbstractHttpMessageConverter with one supported media type.
- AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
-
Construct an AbstractHttpMessageConverter with multiple supported media type.
- AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
-
- AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
Protected constructor that sets the
supportedMediaTypes
to
text/xml and
application/xml, and
application/*-xml.
- ACCEPT - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Accept header field name.
- ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Accept-Charset header field name.
- ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Accept-Encoding header field name.
- ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Accept-Language header field name.
- ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Accept-Ranges header field name.
- add(String, String) - Method in class org.springframework.http.HttpHeaders
-
Add the given, single header value under the given name.
- addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Add a message body converter.
- AGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Age header field name.
- ALL - Static variable in class org.springframework.http.ContentCodingType
-
Public constant encoding type for *.
- ALL - Static variable in class org.springframework.http.MediaType
-
Public constant media type that includes all media ranges (i.e.
- ALL_VALUE - Static variable in class org.springframework.http.ContentCodingType
-
- ALL_VALUE - Static variable in class org.springframework.http.MediaType
-
- AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
-
- AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
-
- ALLOW - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Allow header field name.
- APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/atom+xml.
- APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/x-www-form-urlencoded.
- APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/json.
- APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/octet-stream.
- APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_RSS_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/rss+xml.
- APPLICATION_RSS_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_WILDCARD_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/*+xml.
- APPLICATION_WILDCARD_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/xhtml+xml.
- APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/xml.
- APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- assertNotExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Assert that this request has not been
executed yet.
- AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Authorization header field name.
- CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Cache-Control header field name.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Indicates whether the given type can be read by this converter.
- canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be read by this converter.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be written by this converter.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- clear() - Method in class org.springframework.http.HttpHeaders
-
- ClientHttpRequest - Interface in org.springframework.http.client
-
Represents a client-side HTTP request.
- ClientHttpRequestExecution - Interface in org.springframework.http.client
-
Represents the context of a client-side HTTP request execution.
- ClientHttpRequestFactory - Interface in org.springframework.http.client
-
- ClientHttpRequestInterceptor - Interface in org.springframework.http.client
-
Intercepts client-side HTTP requests.
- ClientHttpResponse - Interface in org.springframework.http.client
-
Represents a client-side HTTP response.
- close() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- close() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Closes this response, freeing any resources created.
- closeInternal() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
Abstract template method that closes the response.
- compareTo(ContentCodingType) - Method in class org.springframework.http.ContentCodingType
-
Compares this ContentCodingType to another alphabetically.
- compareTo(MediaType) - Method in class org.springframework.http.MediaType
-
Compares this MediaType to another alphabetically.
- CONNECTION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Connection header field name.
- containsKey(Object) - Method in class org.springframework.http.HttpHeaders
-
- containsValue(Object) - Method in class org.springframework.http.HttpHeaders
-
- CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Disposition header field name
- CONTENT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Encoding header field name.
- CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Language header field name.
- CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Length header field name.
- CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Location header field name.
- CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Range header field name.
- CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Content-Type header field name.
- ContentCodingType - Class in org.springframework.http
-
Represents a Compression Type, as defined in the HTTP specification.
- ContentCodingType(String) - Constructor for class org.springframework.http.ContentCodingType
-
Create a new ContentCodingType for the given type.
- ContentCodingType(String, double) - Constructor for class org.springframework.http.ContentCodingType
-
Create a new ContentCodingType for the given type and quality value.
- ContentCodingType(String, Map<String, String>) - Constructor for class org.springframework.http.ContentCodingType
-
Create a new ContentCodingType for the given type, and parameters.
- COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Cookie header field name.
- copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with the quality value of the given MediaType.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Template methods that creates a HttpContext for the given HTTP method and URI.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Template methods that creates a HttpContext for the given HTTP method and
URI.
- createHttpRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Create a HttpComponents HttpUriRequest object for the given HTTP method and URI specification.
- createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a Commons HttpMethodBase object for the given HTTP method and URI
specification.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
Create a new
ClientHttpRequest for the specified URI and HTTP method by using the
passed-on request factory.
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Deprecated.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
-
- EMPTY - Static variable in class org.springframework.http.HttpEntity
-
The empty HttpEntity, with no body or headers.
- encode() - Method in class org.springframework.web.util.UriComponents
-
Encode all URI components using their specific encoding rules, and returns the
result as a new UriComponents instance.
- encode(String) - Method in class org.springframework.web.util.UriComponents
-
Encode all URI components using their specific encoding rules, and
returns the result as a new UriComponents instance.
- encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI authority with the given encoding.
- encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI fragment with the given encoding.
- encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI host with the given encoding.
- encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
-
- encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI path with the given encoding.
- encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI path segment with the given encoding.
- encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI port with the given encoding.
- encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI query with the given encoding.
- encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI query parameter with the given encoding.
- encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI scheme with the given encoding.
- encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
-
- encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
-
- encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI user info with the given encoding.
- entrySet() - Method in class org.springframework.http.HttpHeaders
-
- equals(Object) - Method in class org.springframework.http.ContentCodingType
-
- equals(Object) - Method in class org.springframework.http.HttpEntity
-
- equals(Object) - Method in class org.springframework.http.HttpHeaders
-
- equals(Object) - Method in class org.springframework.http.MediaType
-
- ETAG - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP ETag header field name.
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity.
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity.
- exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity.
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity.
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity.
- exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity.
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
-
- execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- execute() - Method in interface org.springframework.http.client.ClientHttpRequest
-
- execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
-
Execute the request with the given request attributes and body, and return the response.
- execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
- execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
- execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
-
- execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
-
- executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that writes the given headers and content to the HTTP request.
- expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
-
Replace all URI template variables with the values from a given map.
- expand(Object...) - Method in class org.springframework.web.util.UriComponents
-
Replace all URI template variables with the values from a given array.
- expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
-
- expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
-
Given the Map of variables, expands this template into a URI.
- expand(Object...) - Method in class org.springframework.web.util.UriTemplate
-
Given an array of variables, expand this template into a full URI.
- EXPECT - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Expect header field name.
- EXPIRES - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Expires header field name.
- extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
- extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
-
Extract data from the given ClientHttpResponse and return it.
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter that can convert an HTTP
request into a target object of a specified generic type.
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- getAccept() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
media types,
as specified by the
Accept header.
- getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable charsets,
as specified by the Accept-Charset header.
- getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Return the list of supported Charset.
- getAcceptEncoding() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
coding types, as
specified by the
Accept-Encoding header.
- getAcceptLanguage() - Method in class org.springframework.http.HttpHeaders
-
Return the accept language, as specified by the Accept-Language header.
- getAllow() - Method in class org.springframework.http.HttpHeaders
-
Return the set of allowed
HTTP methods,
as specified by the
Allow header.
- getAuthorization() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Authorization header.
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getBody() - Method in class org.springframework.http.HttpEntity
-
Returns the body of this entity.
- getBody() - Method in interface org.springframework.http.HttpInputMessage
-
Return the body of the message as an input stream.
- getBody() - Method in interface org.springframework.http.HttpOutputMessage
-
Return the body of the message as an output stream.
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that returns the body.
- getBodyInternal() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
Abstract template method that returns the body.
- getCacheControl() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Cache-Control header.
- getCharSet() - Method in class org.springframework.http.MediaType
-
Return the character set, as indicated by a charset parameter, if any.
- getConnection() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Connection header.
- getContentEncoding() - Method in class org.springframework.http.HttpHeaders
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- getContentLength() - Method in class org.springframework.http.HttpHeaders
-
Return the length of the body in bytes, as specified by the
Content-Length header.
- getContentType() - Method in class org.springframework.http.HttpHeaders
-
Return the
media type of the body, as specified
by the
Content-Type header.
- getDate() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message was created, as specified
by the Date header.
- getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the default content type for the given type.
- getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the error handler.
- getETag() - Method in class org.springframework.http.HttpHeaders
-
Return the entity tag of the body, as specified by the ETag header.
- getExpires() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message is no longer valid,
as specified by the Expires header.
- getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the filename of the given multipart part.
- getFirst(String) - Method in class org.springframework.http.HttpHeaders
-
Return the first header value for the given header name, if any.
- getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date,
return -1 if there is no value, or raise IllegalArgumentException
if the value cannot be parsed as a date.
- getFirstValueAsList(String) - Method in class org.springframework.http.HttpHeaders
-
- getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the specified URL.
- getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getFragment() - Method in class org.springframework.web.util.UriComponents
-
Returns the fragment.
- getGson() - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the configured Gson instance for this converter.
- getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the headers of the wrapped request.
- getHeaders() - Method in class org.springframework.http.HttpEntity
-
Returns the headers of this entity.
- getHeaders() - Method in interface org.springframework.http.HttpMessage
-
Return the headers of this message.
- getHeaderValue() - Method in class org.springframework.http.HttpAuthentication
-
- getHeaderValue() - Method in class org.springframework.http.HttpBasicAuthentication
-
- getHost() - Method in class org.springframework.web.util.UriComponents
-
Returns the host.
- getHttpClient() - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Return the HttpClient used by this factory.
- getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Modified-Since header.
- getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-None-Match header.
- getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Return the request interceptor that this accessor uses.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Return the Jackson
JavaType for the specified type and context class.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getLastModified() - Method in class org.springframework.http.HttpHeaders
-
Return the time the resource was last changed, as specified by the
Last-Modified header.
- getLocation() - Method in class org.springframework.http.HttpHeaders
-
Return the (new) location of a resource
as specified by the Location header.
- getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
-
Return the offending media type.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the message body converters.
- getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the method of the wrapped request.
- getMethod() - Method in interface org.springframework.http.HttpRequest
-
Return the HTTP method of the request.
- getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Return the underlying ObjectMapper for this view.
- getOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Origin header.
- getParameter(String) - Method in class org.springframework.http.ContentCodingType
-
Return a generic parameter value, given a parameter name.
- getParameter(String) - Method in class org.springframework.http.MediaType
-
Return a generic parameter value, given a parameter name.
- getParameters() - Method in class org.springframework.http.MediaType
-
Return all generic parameter values.
- getPath() - Method in class org.springframework.web.util.UriComponents
-
Returns the path.
- getPathSegments() - Method in class org.springframework.web.util.UriComponents
-
Returns the list of path segments.
- getPort() - Method in class org.springframework.web.util.UriComponents
-
Returns the port.
- getPragma() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Pragma header.
- getQualityValue() - Method in class org.springframework.http.ContentCodingType
-
Return the quality value, as indicated by a q parameter, if any.
- getQualityValue() - Method in class org.springframework.http.MediaType
-
Return the quality value, as indicated by a q parameter, if any.
- getQuery() - Method in class org.springframework.web.util.UriComponents
-
Returns the query.
- getQueryParams() - Method in class org.springframework.web.util.UriComponents
-
Returns the map of query parameters.
- getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response as integer
- getRawStatusCode() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the raw HTTP status code value.
- getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
-
Return the reason phrase of this status code.
- getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the wrapped request.
- getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
-
Return the request factory that this accessor uses for obtaining
HttpRequests.
- getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the response body as a byte array.
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the response body as a byte array.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the response body as a string.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the response body as a string.
- getResponseHeaders() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP response headers.
- getResponseHeaders() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the HTTP response headers.
- getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- getScheme() - Method in class org.springframework.web.util.UriComponents
-
Returns the scheme.
- getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
-
Returns the scheme specific part.
- getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status code.
- getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status text of the response.
- getStatusText() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status text.
- getStatusText() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Return the HTTP status text.
- getSubtype() - Method in class org.springframework.http.MediaType
-
Return the subtype.
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Return the list of
MediaType objects supported by this converter.
- getType() - Method in class org.springframework.http.ContentCodingType
-
Return the primary type.
- getType() - Method in class org.springframework.http.MediaType
-
Return the primary type.
- getTypeToken(Type) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the Gson
TypeToken for the specified type.
- getUpgrade() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the Upgrade header.
- getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Returns the URI of the wrapped request.
- getURI() - Method in interface org.springframework.http.HttpRequest
-
Return the URI of the request.
- getUserAgent() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the User-Agent header.
- getUserInfo() - Method in class org.springframework.web.util.UriComponents
-
Returns the user info.
- getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
Get the value for the given URI variable name.
- getVariableNames() - Method in class org.springframework.web.util.UriTemplate
-
Return the names of the variables in the template, in order.
- GsonHttpMessageConverter - Class in org.springframework.http.converter.json
-
- GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Construct a new GsonHttpMessageConverter.
- GZIP - Static variable in class org.springframework.http.ContentCodingType
-
Public constant encoding type for gzip.
- GZIP_VALUE - Static variable in class org.springframework.http.ContentCodingType
-
- handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Handles the error in the given response.
- hasBody() - Method in class org.springframework.http.HttpEntity
-
Indicates whether this entity has a body.
- hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Indicates whether the given response has any errors.
- hashCode() - Method in class org.springframework.http.ContentCodingType
-
- hashCode() - Method in class org.springframework.http.HttpEntity
-
- hashCode() - Method in class org.springframework.http.HttpHeaders
-
- hashCode() - Method in class org.springframework.http.MediaType
-
- hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
Indicates whether the given response has a message body.
- headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve all headers of the resource specified by the URI template.
- headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve all headers of the resource specified by the URI template.
- headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve all headers of the resource specified by the URL.
- headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
-
- HOST - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Host header field name.
- host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI host.
- HttpAccessor - Class in org.springframework.http.client.support
-
- HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
-
- HttpAuthentication - Class in org.springframework.http
-
Represents an abstract HTTP Authentication.
- HttpAuthentication() - Constructor for class org.springframework.http.HttpAuthentication
-
- HttpBasicAuthentication - Class in org.springframework.http
-
Represents HTTP Basic Authentication.
- HttpBasicAuthentication(String, String) - Constructor for class org.springframework.http.HttpBasicAuthentication
-
- HttpClientErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 4xx is received.
- HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException based on an
HttpStatus.
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException based on an
HttpStatus and status text.
- HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException based on an
HttpStatus, status text, and response body content.
- HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException based on an
HttpStatus, status text, and response body content.
- HttpComponentsAndroidClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsAndroidClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
- HttpComponentsAndroidClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Create a new instance of the HttpComponentsAndroidClientHttpRequestFactory with the given
HttpClient instance.
- HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsClientHttpRequestFactory with a
default
HttpClient.
- HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsClientHttpRequestFactory with
the given
HttpClient instance.
- HttpEntity<T> - Class in org.springframework.http
-
Represents an HTTP request or response entity, consisting of headers and body.
- HttpEntity() - Constructor for class org.springframework.http.HttpEntity
-
Create a new, empty HttpEntity.
- HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given body and no headers.
- HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given headers and no body.
- HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity with the given body and headers.
- HttpHeaders - Class in org.springframework.http
-
Represents HTTP request and response headers, mapping string header names to list of string values.
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
-
Constructs a new, empty instance of the HttpHeaders object.
- HttpInputMessage - Interface in org.springframework.http
-
Represents an HTTP input message, consisting of
headers
and a readable
body.
- HttpMessage - Interface in org.springframework.http
-
Represents the base interface for HTTP request and response messages.
- HttpMessageConversionException - Exception in org.springframework.http.converter
-
- HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConverter<T> - Interface in org.springframework.http.converter
-
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
- HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
-
Response extractor that uses the given
entity
converters to convert the response into a type
T.
- HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor with the given
response type and message converters.
- HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor with the given
response type and message converters.
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
-
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotWritableException - Exception in org.springframework.http.converter
-
- HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMethod - Enum in org.springframework.http
-
Java 5 enumeration of HTTP request methods.
- HttpOutputMessage - Interface in org.springframework.http
-
Represents an HTTP output message, consisting of
headers
and a writable
body.
- HttpRequest - Interface in org.springframework.http
-
Represents an HTTP request message, consisting of
method
and
uri.
- HttpRequestWrapper - Class in org.springframework.http.client.support
-
Provides a convenient implementation of the
HttpRequest interface that can be overridden to adapt the
request.
- HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
-
Creates a new HttpRequest wrapping the given request object.
- HttpServerErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 5xx is received.
- HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on an
HttpStatus.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on an
HttpStatus and status text.
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on an
HttpStatus, status text, and response body content.
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException based on a
HttpStatus, status text, and response body content.
- HttpStatus - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status codes.
- HttpStatus.Series - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status series.
- HttpStatusCodeException - Exception in org.springframework.web.client
-
Abstract base class for exceptions based on an
HttpStatus.
- HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException based on an
HttpStatus.
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException based on an
HttpStatus and status text.
- HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException based on an
HttpStatus, status text, and response body content.
- HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException based on an
HttpStatus, status text, and response body content.
- parseCodingType(String) - Static method in class org.springframework.http.ContentCodingType
-
Parse the given String into a single ContentCodingType.
- parseCodingTypes(String) - Static method in class org.springframework.http.ContentCodingType
-
Parse the given, comma-separated string into a list of ContentCodingType objects.
- parseMediaType(String) - Static method in class org.springframework.http.MediaType
-
Parse the given String into a single MediaType.
- parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
-
Parse the given, comma-separated string into a list of MediaType objects.
- path(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Append the given path to the existing path of this builder.
- pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Append the given path segments to the existing path of this builder.
- port(int) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI port.
- port(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI port.
- postForEntity(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template,
and returns the response as
ResponseEntity.
- postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template,
and returns the response as
HttpEntity.
- postForEntity(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL,
and returns the response as
ResponseEntity.
- postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- postForLocation(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and returns the value of the
Location header.
- postForLocation(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and returns the value of the
Location header.
- postForLocation(URI, Object) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL, and returns the value of the
Location header.
- postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
-
- postForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template,
and returns the representation found in the response.
- postForObject(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template,
and returns the representation found in the response.
- postForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL,
and returns the representation found in the response.
- postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Template method that allows for manipulating the
HttpUriRequest before it is returned as part of a
HttpComponentsAndroidClientHttpRequest.
- postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Template method that allows for manipulating the
HttpUriRequest before it
is returned as part of a
HttpComponentsClientHttpRequest.
- PRAGMA - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Pragma header field name.
- prepareConnection(HttpURLConnection, String) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Template method for preparing the given HttpURLConnection.
- PROXY_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Proxy-Authenticate header field name.
- PROXY_AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Proxy-Authorization header field name.
- put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
-
- put(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create or update a resource by PUTting the given object to the URI.
- put(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Creates a new resource by PUTting the given object to URI template.
- put(URI, Object) - Method in interface org.springframework.web.client.RestOperations
-
Creates a new resource by PUTting the given object to URL.
- put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- put(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
-
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
-
- RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Range header field name.
- read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that reads the actual object.
- readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Return a HttpHeaders object that can only be read, not written to.
- REFERER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Referer header field name.
- remove(Object) - Method in class org.springframework.http.HttpHeaders
-
- removeQualityValue() - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with its quality value removed.
- replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the path of this builder overriding all existing path and path segment values.
- replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query of this builder overriding all existing query parameters.
- replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- RequestCallback - Interface in org.springframework.web.client
-
- ResourceAccessException - Exception in org.springframework.web.client
-
Exception thrown when an I/O error occurs.
- ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException with the given message.
- ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException with the given message and IOException.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
-
- ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
- ResponseEntity<T> - Class in org.springframework.http
-
- ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity with the given status code, and no body nor headers.
- ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity with the given body and status code, and no headers.
- ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity with the given headers and status code, and no body.
- ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity with the given body, headers, and status code.
- ResponseErrorHandler - Interface in org.springframework.web.client
-
Strategy interface used by the
RestTemplate to determine whether a particular response has an error or not.
- ResponseExtractor<T> - Interface in org.springframework.web.client
-
Generic callback interface used by
RestTemplate's retrieval methods
Implementations of this interface perform the actual work of extracting data
from a
ClientHttpResponse, but don't need to worry about exception
handling or closing resources.
- RestClientException - Exception in org.springframework.web.client
-
Base class for exceptions thrown by
RestTemplate whenever it encounters
client-side HTTP errors.
- RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException with the given message.
- RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException with the given message and
exception.
- RestGatewaySupport - Class in org.springframework.web.client.support
-
Convenient super class for application classes that need REST access.
- RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestOperations - Interface in org.springframework.web.client
-
Interface specifying a basic set of RESTful operations.
- RestTemplate - Class in org.springframework.web.client
-
Spring's central class for client-side HTTP access.
It simplifies communication with HTTP servers, and enforces RESTful principles.
- RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate using default settings.
- RestTemplate(boolean) - Constructor for class org.springframework.web.client.RestTemplate
-
- RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
-
- RestTemplate(boolean, ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
-
- RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
-
- RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Retry-After header field name.
- scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- series() - Method in enum org.springframework.http.HttpStatus
-
Returns the HTTP status series of this status code.
- SERVER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Server header field name.
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie header field name.
- SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie2 header field name.
- setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
media types,
as specified by the
Accept header.
- setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable charsets,
as specified by the Accept-Charset header.
- setAcceptEncoding(List<ContentCodingType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
coding types, as
specified by the
Accept-Encoding header.
- setAcceptEncoding(ContentCodingType) - Method in class org.springframework.http.HttpHeaders
-
Set the acceptable
coding type, as specified by
the
Accept-Encoding header.
- setAcceptLanguage(String) - Method in class org.springframework.http.HttpHeaders
-
Set the accept language, as specified by the Accept-Language header.
- setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
-
- setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the set of allowed
HTTP methods,
as specified by the
Allow header.
- setAuthorization(HttpAuthentication) - Method in class org.springframework.http.HttpHeaders
-
Sets a value for the Authorization header.
- setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
-
Sets the streaming body for this message.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Indicates whether this request factory should buffer the request body internally.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Indicates whether this request factory should buffer the
request body
internally.
- setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Cache-Control header.
- setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Sets the character set used for writing form data.
- setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Sets the number of bytes to write in each chunk when not buffering request bodies locally.
- setConnection(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection header.
- setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection header.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Deprecated.
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Content-Disposition header
for form-data.
- setContentEncoding(List<ContentCodingType>) - Method in class org.springframework.http.HttpHeaders
-
- setContentEncoding(ContentCodingType) - Method in class org.springframework.http.HttpHeaders
-
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the
Content-Length header.
- setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the
media type of the body,
as specified by the
Content-Type header.
- setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified
by the Date header.
- setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz".
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
-
Set the error handler.
- setETag(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) entity tag of the body, as specified by the ETag header.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message is no longer valid,
as specified by the Expires header.
- setGson(Gson) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Set the Gson instance to use.
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Set the HttpClient used by this factory.
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the HttpClient used for
- setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Modified-Since header.
- setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-None-Match header.
- setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) values of the If-None-Match header.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Sets the request interceptors that this accessor should use.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Specify a custom prefix to use for JSON output.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified header.
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource,
as specified by the Location header.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
-
Set the message body converters to use.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Set the ObjectMapper for this view.
- setOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Origin header.
- setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection can be set to 'output streaming' mode.
- setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the message body converters to use.
- setPragma(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Pragma header.
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the Proxy to use for this request factory.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Deprecated.
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining
HttpRequests.
- setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- setReuseConnection(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection should reuse the HTTP connection.
- setSerializer(Serializer) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
Sets the Serializer for this view.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType objects supported by this converter.
- setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Upgrade header.
- setUserAgent(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the User-Agent header.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
Indicates whether the Accept-Charset should be written to any outgoing request.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Indicates whether the Accept-Charset should be written to any outgoing request.
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying write timeout in milliseconds.
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Deprecated.
Sets the underlying write timeout in milliseconds.
- shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
- SimpleClientHttpRequestFactory - Class in org.springframework.http.client
-
- SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- SimpleXmlHttpMessageConverter - Class in org.springframework.http.converter.xml
-
Implementation of
HttpMessageConverter
that can read and write XML using Simple's
Serializer abstraction.
- SimpleXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
Construct a new SimpleXmlHttpMessageConverter with a default Serializer.
- SimpleXmlHttpMessageConverter(Serializer) - Constructor for class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
Construct a new SimpleXmlHttpMessageConverter with a customized Serializer.
- size() - Method in class org.springframework.http.HttpHeaders
-
- SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
- sortByQualityValue(List<ContentCodingType>) - Static method in class org.springframework.http.ContentCodingType
-
Sorts the given list of ContentCodingType objects by quality value.
- sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by quality value.
- sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by specificity.
- sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType objects by specificity as the
primary criteria and quality value the secondary.
- SourceHttpMessageConverter<T extends javax.xml.transform.Source> - Class in org.springframework.http.converter.xml
-
- SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
- StreamingHttpOutputMessage - Interface in org.springframework.http
-
Represents a HTTP output message that allows for setting a streaming body.
- StreamingHttpOutputMessage.Body - Interface in org.springframework.http
-
Defines the contract for bodies that can be written directly to a
OutputStream.
- StringHttpMessageConverter - Class in org.springframework.http.converter
-
- StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A default constructor that uses "ISO-8859-1" as the default charset.
- StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A constructor accepting a default charset to use if the requested content
type does not specify one.
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-