- 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.json.MappingJacksonHttpMessageConverter
-
Deprecated.
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
- 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.json.MappingJacksonHttpMessageConverter
-
Deprecated.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- capitalize(String) - Static method in class org.springframework.util.StringUtils
-
Capitalize a String
, changing the first letter to
upper case as per Character.toUpperCase(char)
.
- caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
-
Case insensitive alternative to Enum.valueOf(Class, String)
.
- CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
-
The CGLIB class separator character "$$"
- CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
-
The ".class" file suffix
- classNamesToString(Class...) - Static method in class org.springframework.util.ClassUtils
-
Build a String that consists of the names of the classes/interfaces in the given array.
- classNamesToString(Collection<Class>) - Static method in class org.springframework.util.ClassUtils
-
Build a String that consists of the names of the classes/interfaces in the given collection.
- classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all
dots ('.') are replaced by slashes ('/').
- CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
-
Pseudo URL prefix for loading from the class path: "classpath:"
- ClassPathResource - Class in org.springframework.core.io
-
Resource
implementation for class path resources.
- ClassPathResource(String) - Constructor for class org.springframework.core.io.ClassPathResource
-
Create a new ClassPathResource for ClassLoader usage.
- ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
-
Create a new ClassPathResource for ClassLoader usage.
- ClassPathResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
-
Create a new ClassPathResource for Class usage.
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
-
Create a new ClassPathResource with optional ClassLoader and Class.
- ClassUtils - Class in org.springframework.util
-
Miscellaneous class utility methods.
- ClassUtils() - Constructor for class org.springframework.util.ClassUtils
-
- cleanPath(String) - Static method in class org.springframework.util.StringUtils
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- clear() - Method in class org.springframework.http.HttpHeaders
-
- clear() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- clear() - Method in class org.springframework.util.LinkedMultiValueMap
-
- 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.
- close() - Method in class org.springframework.util.support.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- closeInternal() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
Abstract template method that closes the response.
- collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
-
Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
-
Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
-
Convenience method to return a Collection as a delimited (e.g.
- CollectionUtils - Class in org.springframework.util
-
Miscellaneous collection utility methods.
- CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
-
- commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
-
Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
-
Convert a CSV list into an array of Strings.
- 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.
- concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
-
Concatenate the given String arrays into one,
with overlapping array elements included twice.
- contains(Class<?>) - Method in exception org.springframework.core.NestedCheckedException
-
Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
- contains(Class<?>) - Method in exception org.springframework.core.NestedRuntimeException
-
Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
- contains(Iterator<?>, Object) - Static method in class org.springframework.util.CollectionUtils
-
Check whether the given Iterator contains the given element.
- contains(Enumeration<?>, Object) - Static method in class org.springframework.util.CollectionUtils
-
Check whether the given Enumeration contains the given element.
- containsAny(Collection<?>, Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Return true
if any element in 'candidates
' is contained in 'source
';
otherwise returns false
.
- containsConstant(Enum<?>[], String) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name,
ignoring case when determining a match.
- containsConstant(Enum<?>[], String, boolean) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name.
- containsElement(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given array contains the given element.
- containsInstance(Collection<?>, Object) - Static method in class org.springframework.util.CollectionUtils
-
Check whether the given Collection contains the given element instance.
- containsKey(Object) - Method in class org.springframework.http.HttpHeaders
-
- containsKey(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- containsKey(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- containsValue(Object) - Method in class org.springframework.http.HttpHeaders
-
- containsValue(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
-
Check whether the given CharSequence contains any whitespace characters.
- containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
-
Check whether the given String contains any whitespace characters.
- 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.
- contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- contentLength() - Method in class org.springframework.core.io.AbstractResource
-
This implementation checks the length of the underlying File,
if available.
- contentLength() - Method in class org.springframework.core.io.AssetResource
-
This implementation checks the length of the underlying AssetFileDescriptor, if available.
- contentLength() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns the length of the underlying byte array.
- contentLength() - Method in interface org.springframework.core.io.Resource
-
Determine the content length for this resource.
- convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
-
Convert a "."-based fully qualified class name to a "/"-based resource path.
- convertKey(String) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
Convert the given key to a case-insensitive key.
- convertNumberToTargetClass(Number, Class<T>) - Static method in class org.springframework.util.NumberUtils
-
Convert the given number into an instance of the given target class.
- convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
-
Convert a "/"-based resource path to a "."-based fully qualified class name.
- copy(File, File) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given input File to the given output File.
- copy(byte[], File) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given byte array to the given output File.
- copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(byte[], OutputStream) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given byte array to the given OutputStream.
- copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given String to the given output Writer.
- COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
-
Pre-built FieldFilter that matches all non-static, non-final fields.
- copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given input File into a new byte array.
- copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(Reader) - Static method in class org.springframework.util.FileCopyUtils
-
Copy the contents of the given Reader into a String.
- countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
-
Count the occurrences of the substring in string s.
- createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single
Class.
- createConnectionRepository(String) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
- 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.HttpComponentsClientHttpRequestFactory
-
Create a HttpComponents HttpUriRequest object for the given HTTP method and URI specification.
- createRelative(String) - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that relative resources cannot be created for this resource.
- createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
-
This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
- createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
-
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying
file of this resource descriptor.
- createRelative(String) - Method in interface org.springframework.core.io.Resource
-
Create a resource relative to this resource.
- createRelative(String) - Method in class org.springframework.core.io.UrlResource
-
This implementation creates a UrlResource, applying the given path
relative to the path of the underlying URL of this resource descriptor.
- 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.HttpComponentsClientHttpRequestFactory
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- 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(byte[]) - Static method in class org.springframework.util.Base64Utils
-
Base64 encodes the input.
- ENCODE - Static variable in class org.springframework.util.support.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.springframework.util.support.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.springframework.util.support.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
CharBuffer.
- encode() - Method in class org.springframework.web.util.UriComponents
-
Encodes 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
-
Encodes 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.
- encodeBytes(byte[]) - Static method in class org.springframework.util.support.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.springframework.util.support.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.springframework.util.support.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.springframework.util.support.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.springframework.util.support.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.springframework.util.support.Base64
-
- encodeFileToFile(String, String) - Static method in class org.springframework.util.support.Base64
-
Reads infile and encodes it to outfile.
- encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI fragment with the given encoding.
- encodeFromFile(String) - Static method in class org.springframework.util.support.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- 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
-
- encodeObject(Serializable) - Static method in class org.springframework.util.support.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.springframework.util.support.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- 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.
- encodeToFile(byte[], String) - Static method in class org.springframework.util.support.Base64
-
Convenience method for encoding data to a file.
- encodeToString(byte[]) - Static method in class org.springframework.util.Base64Utils
-
Base64 encodes the input.
- encodeUri(String) - Method in class org.springframework.web.util.UriTemplate
-
Deprecated.
No longer in use, with no direct replacement
- 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.
- endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given String ends with the specified suffix,
ignoring upper/lower case.
- entrySet() - Method in class org.springframework.http.HttpHeaders
-
- entrySet() - Method in class org.springframework.util.LinkedMultiValueMap
-
- equals(Object) - Method in exception org.springframework.beans.BeansException
-
- equals(Object) - Method in class org.springframework.core.io.AbstractResource
-
This implementation compares description strings.
- equals(Object) - Method in class org.springframework.core.io.AssetResource
-
This implementation compares the file names of the resources.
- equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation compares the underlying byte array.
- equals(Object) - Method in class org.springframework.core.io.ClassPathResource
-
This implementation compares the underlying class path locations.
- equals(Object) - Method in class org.springframework.core.io.FileSystemResource
-
This implementation compares the underlying File references.
- equals(Object) - Method in class org.springframework.core.io.InputStreamResource
-
This implementation compares the underlying InputStream.
- equals(Object) - Method in class org.springframework.core.io.UrlResource
-
This implementation compares the underlying URL references.
- equals(Object) - Method in class org.springframework.core.MethodParameter
-
- equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
-
- 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
-
- equals(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- equals(Object) - Method in class org.springframework.web.util.UriComponents
-
- ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
-
Error code that a type mismatch error will be registered with.
- ErrorCoded - Interface in org.springframework.core
-
Interface that can be implemented by exceptions etc that are error coded.
- 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.
- exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- exists() - Method in class org.springframework.core.io.AbstractResource
-
This implementation checks whether a File can be opened,
falling back to whether an InputStream can be opened.
- exists() - Method in class org.springframework.core.io.AssetResource
-
This implementation returns whether the underlying asset exists.
- exists() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation always returns true
.
- exists() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation checks for the resolution of a resource URL.
- exists() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns whether the underlying file exists.
- exists() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation always returns true
.
- exists() - Method in interface org.springframework.core.io.Resource
-
Return whether this resource actually exists in physical form.
- expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
-
Replaces all URI template variables with the values from a given map.
- expand(Object...) - Method in class org.springframework.web.util.UriComponents
-
Replaces all URI template variables with the values from a given array.
- 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.
- 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.
- extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Extract the URL for the actual jar file from the given URL
(which may point to a resource in a jar file or to a jar file itself).
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- GenericCollectionTypeResolver - Class in org.springframework.core
-
Helper class for determining element types of collections and maps.
- GenericCollectionTypeResolver() - Constructor for class org.springframework.core.GenericCollectionTypeResolver
-
- 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.
- GenericTypeResolver - Class in org.springframework.core
-
Helper class for resolving generic types against type variables.
- GenericTypeResolver() - Constructor for class org.springframework.core.GenericTypeResolver
-
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- get(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- get(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- 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.
- getAllDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Get all declared methods on the leaf class and all superclasses.
- getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- 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.
- getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
-
Return the underlying byte array.
- 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.
- getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the class file, relative to the containing package: e.g.
- getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
-
Return the ClassLoader that this resource will be obtained from.
- getCollectionFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection field.
- getCollectionFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection field.
- getCollectionFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection field.
- getCollectionParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection parameter.
- getCollectionReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection return type.
- getCollectionReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection return type.
- getCollectionType(Class<? extends Collection>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic element type of the given Collection class
(if it declares one through a generic superclass or generic interface).
- getConnection(ConnectionKey) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- getConnection(Class<A>, String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- getConstructor() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped Constructor, if any.
- getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a public constructor with the given signature, and return it if available
(else return null
).
- 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(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
-
Returns the date and time at which the message was created, as specified by the Date
header.
- getDeclaringClass() - Method in class org.springframework.core.MethodParameter
-
Return the class that declares the underlying Method or Constructor.
- getDefaultCharset() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
The default Charset
is ISO-8859-1.
- getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
-
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader
that loaded the ClassUtils class will be used as fallback.
- 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
-
- getDescription() - Method in class org.springframework.core.io.AssetResource
-
- getDescription() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns the passed-in description, if any.
- getDescription() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns a description that includes the class path location.
- getDescription() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a description that includes the absolute path of the file.
- getDescription() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation returns the passed-in description, if any.
- getDescription() - Method in interface org.springframework.core.io.Resource
-
Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns a description that includes the URL.
- getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
-
Return a descriptive name for the given object's type: usually simply the class name, but component type class
name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
- getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a content-based String representation if obj
is
not null
; otherwise returns an empty String.
- getErrorCode() - Method in exception org.springframework.beans.TypeMismatchException
-
- getErrorCode() - Method in interface org.springframework.core.ErrorCoded
-
Return the error code associated with this failure.
- getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the error handler.
- getETag() - Method in class org.springframework.http.HttpHeaders
-
Returns the entity tag of the body, as specified by the ETag
header.
- getExpires() - Method in class org.springframework.http.HttpHeaders
-
Returns the date and time at which the message is no longer valid, as specified by the Expires
header.
- getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Get the field represented by the supplied field object
on the
specified target object
.
- getFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path resource, provided that it refers to a
file in the file system.
- getFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path resource, provided that it refers to a
file in the file system.
- getFile() - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to an absolute file path.
- getFile() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns the underlying File reference.
- getFile() - Method in interface org.springframework.core.io.Resource
-
Return a File handle for this resource.
- getFile() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns a File reference for the underlying URL/URI,
provided that it refers to a file in the file system.
- getFile(String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource location to a java.io.File
,
i.e.
- getFile(URL) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URL to a java.io.File
,
i.e.
- getFile(URL, String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URL to a java.io.File
,
i.e.
- getFile(URI) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URI to a java.io.File
,
i.e.
- getFile(URI, String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URI to a java.io.File
,
i.e.
- getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
- getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractResource
-
Determine the File to use for timestamp checking.
- getFilename() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always throws IllegalStateException,
assuming that the resource does not have a filename.
- getFilename() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns the name of the file that this class path
resource refers to.
- getFilename() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns the name of the file.
- getFilename() - Method in interface org.springframework.core.io.Resource
-
Return a filename for this resource, i.e.
- getFilename() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the name of the file that this URL refers to.
- getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the filename of the given multipart part.
- getFilename(String) - Static method in class org.springframework.util.StringUtils
-
Extract the filename from the given path,
e.g.
- getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
-
Extract the filename extension from the given path,
e.g.
- getFirst(String) - Method in class org.springframework.http.HttpHeaders
-
Return the first header value for the given header name, if any.
- getFirst(K) - Method in class org.springframework.util.LinkedMultiValueMap
-
- getFirst(K) - Method in interface org.springframework.util.MultiValueMap
-
Return the first value for the given key.
- 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.
- getGenericParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the generic type of the method/constructor parameter.
- 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.HttpComponentsClientHttpRequestFactory
-
Return the HttpClient
used by this factory.
- getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a hex String form of an object's identity hash code.
- getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the If-None-Match
header.
- getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the IfModifiedSince
header.
- getInputStream() - Method in class org.springframework.core.io.AssetResource
-
- getInputStream() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns a ByteArrayInputStream for the underlying byte array.
- getInputStream() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation opens an InputStream for the given class path resource.
- getInputStream() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileInputStream for the underlying file.
- getInputStream() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation throws IllegalStateException if attempting to
read the underlying stream multiple times.
- getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
-
Return an InputStream
.
- getInputStream() - Method in class org.springframework.core.io.UrlResource
-
This implementation opens an InputStream for the given URL.
- 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.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
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.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
Determine the JSON encoding to use for the given content type.
- getLastModified() - Method in class org.springframework.http.HttpHeaders
-
Returns 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.
- getMapKeyFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map field.
- getMapKeyFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map field.
- getMapKeyFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map field.
- getMapKeyParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map parameter.
- getMapKeyReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map return type.
- getMapKeyReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map return type.
- getMapKeyType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic key type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMapValueFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map field.
- getMapValueFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map field.
- getMapValueFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map field.
- getMapValueParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map parameter.
- getMapValueReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map return type.
- getMapValueReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map return type.
- getMapValueType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Determine the generic value type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMessage() - Method in exception org.springframework.core.NestedCheckedException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.core.NestedIOException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.core.NestedRuntimeException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the message body converters.
- getMethod() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped Method, if any.
- 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.
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a method with the given signature, and return it if available (else throws
an IllegalStateException
).
- getMethodAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
-
Return the method/constructor annotation of the given type, if available.
- getMethodAnnotations() - Method in class org.springframework.core.MethodParameter
-
Return the annotations associated with the target method/constructor itself.
- getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
-
Return the number of methods with a given name (with any argument types), for the given class and/or its
superclasses.
- getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a method with the given signature, and return it if available (else return
null
).
- getMostSpecificCause() - Method in exception org.springframework.core.NestedCheckedException
-
Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMostSpecificCause() - Method in exception org.springframework.core.NestedRuntimeException
-
Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getNestingLevel() - Method in class org.springframework.core.MethodParameter
-
Return the nesting level of the target type
(typically 1; e.g.
- getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Return the underlying ObjectMapper
for this view.
- getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
Return the underlying ObjectMapper
for this view.
- getOutputStream() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileOutputStream for the underlying file.
- getOutputStream() - Method in interface org.springframework.core.io.WritableResource
-
Return an OutputStream
for the underlying resource, allowing to (over-)write its content.
- getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the package of the given class: e.g.
- 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.
- getParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
-
Return the parameter annotation of the given type, if available.
- getParameterAnnotations() - Method in class org.springframework.core.MethodParameter
-
Return the annotations associated with the specific method/constructor parameter.
- getParameterIndex() - Method in class org.springframework.core.MethodParameter
-
Return the index of the method/constructor parameter.
- getParameterName() - Method in class org.springframework.core.MethodParameter
-
Return the name of the method/constructor parameter.
- getParameterNames(Method) - Method in interface org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this method,
or null
if they cannot be determined.
- getParameterNames(Constructor<?>) - Method in interface org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this constructor,
or null
if they cannot be determined.
- getParameters() - Method in class org.springframework.http.MediaType
-
Return all generic parameter values.
- getParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the type of the method/constructor parameter.
- getPath() - Method in class org.springframework.core.io.ClassPathResource
-
Return the path for this resource (as resource path within the class path).
- getPath() - Method in class org.springframework.core.io.FileSystemResource
-
Return the file path for this resource.
- 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
-
Returns the value of the Pragma
header.
- getPrimaryConnection(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- getPropertyChangeEvent() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the PropertyChangeEvent that resulted in the problem.
- getPropertyName() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the name of the affected property, if available.
- getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
-
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method
name.
- getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]"
for arrays.
- 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
- 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
-
- getRequiredType() - Method in exception org.springframework.beans.TypeMismatchException
-
Return the required target type, if any.
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Returns the response body as a byte array.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Returns the response body as a string.
- getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- getRootCause() - Method in exception org.springframework.core.NestedCheckedException
-
Retrieve the innermost cause of this exception, if any.
- getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
-
Retrieve the innermost cause of this exception, if any.
- getScheme() - Method in class org.springframework.web.util.UriComponents
-
Returns the scheme.
- getShortName(String) - Static method in class org.springframework.util.ClassUtils
-
Get the class name without the qualified package name.
- getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Get the class name without the qualified package name.
- getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Return a public static method of a class.
- 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
-
Returns 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
-
Returns 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.
- getTargetType(MethodParameter) - Static method in class org.springframework.core.GenericTypeResolver
-
Determine the target type for the given parameter specification.
- getType() - Method in class org.springframework.core.ParameterizedTypeReference
-
- getType() - Method in class org.springframework.http.ContentCodingType
-
Return the primary type.
- getType() - Method in class org.springframework.http.MediaType
-
Return the primary type.
- getTypeIndexForCurrentLevel() - Method in class org.springframework.core.MethodParameter
-
Return the type index for the current nesting level.
- getTypeIndexForLevel(int) - Method in class org.springframework.core.MethodParameter
-
Return the type index for the specified nesting level.
- getTypeToken(Type) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the Gson
TypeToken
for the specified type.
- getTypeVariableMap(Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Build a mapping of TypeVariable names
to concrete
Class
for the specified Class
.
- getUniqueDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Get the unique set of declared methods on the leaf class and all superclasses.
- getURI() - Method in class org.springframework.core.io.AbstractResource
-
- getURI() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in interface org.springframework.core.io.Resource
-
Return a URI handle for this resource.
- getURI() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the underlying URI directly,
if possible.
- 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.
- getURL() - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to a URL.
- getURL() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns a URL for the underlying class path resource.
- getURL() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a URL for the underlying file.
- getURL() - Method in interface org.springframework.core.io.Resource
-
Return a URL handle for this resource.
- getURL() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the underlying URL reference.
- getURL(String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource location to a java.net.URL
.
- getUserAgent() - Method in class org.springframework.http.HttpHeaders
-
Returns the value of the User-Agent
header.
- getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
-
Return the user-defined class for the given instance: usually simply the class of the given instance, but the
original class in case of a CGLIB-generated subclass.
- getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the user-defined class for the given class: usually simply the given class, but the original class in case
of a CGLIB-generated subclass.
- getUserInfo() - Method in class org.springframework.web.util.UriComponents
-
Returns the user info.
- getValue() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the affected value that was about to be set, if any.
- getValue() - Method in exception org.springframework.beans.TypeMismatchException
-
Return the offending value (may be null
)
- 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 - Static variable in class org.springframework.util.support.Base64
-
Specify that data should be gzip-compressed in second bit.
- 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.
- handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
-
Handle the given invocation target exception.
- handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
-
Handle the given reflection exception.
- hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
-
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with
any argument types)? Includes non-public methods.
- hasBody() - Method in class org.springframework.http.HttpEntity
-
Indicates whether this entity has a body.
- hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a public constructor with the given signature.
- 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 exception org.springframework.beans.BeansException
-
- hashCode() - Method in class org.springframework.core.io.AbstractResource
-
This implementation returns the description's hash code.
- hashCode() - Method in class org.springframework.core.io.AssetResource
-
This implementation returns the hash code of the file name.
- hashCode() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns the hash code based on the underlying byte array.
- hashCode() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns the hash code of the underlying
class path location.
- hashCode() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns the hash code of the underlying File reference.
- hashCode() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation returns the hash code of the underlying InputStream.
- hashCode() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the hash code of the underlying URL reference.
- hashCode() - Method in class org.springframework.core.MethodParameter
-
- hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
-
- 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
-
- hashCode() - Method in class org.springframework.util.LinkedMultiValueMap
-
- hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
-
Return the same value as Boolean.hashCode()
.
- hashCode(double) - Static method in class org.springframework.util.ObjectUtils
-
Return the same value as Double.hashCode()
.
- hashCode(float) - Static method in class org.springframework.util.ObjectUtils
-
Return the same value as Float.hashCode()
.
- hashCode(long) - Static method in class org.springframework.util.ObjectUtils
-
Return the same value as Long.hashCode()
.
- hashCode() - Method in class org.springframework.web.util.UriComponents
-
- hasLength(String, String) - Static method in class org.springframework.util.Assert
-
Assert that the given String is not empty; that is,
it must not be null
and not the empty String.
- hasLength(String) - Static method in class org.springframework.util.Assert
-
Assert that the given String is not empty; that is,
it must not be null
and not the empty String.
- hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
-
Check that the given CharSequence is neither null
nor of length 0.
- hasLength(String) - Static method in class org.springframework.util.StringUtils
-
Check that the given String is neither null
nor of length 0.
- hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
Indicates whether the given response has a message body.
- hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a method with the given signature.
- hasParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
-
Return true if the parameter has the given annotation type, and false if it doesn't.
- hasParameterAnnotations() - Method in class org.springframework.core.MethodParameter
-
Return true if the parameter has at least one annotation, false if it has none.
- hasText(String, String) - Static method in class org.springframework.util.Assert
-
Assert that the given String has valid text content; that is, it must not
be null
and must contain at least one non-whitespace character.
- hasText(String) - Static method in class org.springframework.util.Assert
-
Assert that the given String has valid text content; that is, it must not
be null
and must contain at least one non-whitespace character.
- hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
-
Check whether the given CharSequence has actual text.
- hasText(String) - Static method in class org.springframework.util.StringUtils
-
Check whether the given String has actual text.
- hasUniqueObject(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Determine whether the given Collection only contains a single unique object.
- 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(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Sets 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 a
HttpStatus
.
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on a
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 a
HttpStatus
, status text, and
response body content.
- 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
that uses a default ThreadSafeClientConnManager
.
- 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 a
HttpStatus
.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on a
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 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 a
HttpStatus
.
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on a
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 a
HttpStatus
, status text, and
response body content.
- IDENTITY - Static variable in class org.springframework.http.ContentCodingType
-
Public constant encoding type for identity
.
- IDENTITY_VALUE - Static variable in class org.springframework.http.ContentCodingType
-
- identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- IMAGE_GIF - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/gif
.
- IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/jpeg
.
- IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_PNG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/png
.
- IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
-
- includes(ContentCodingType) - Method in class org.springframework.http.ContentCodingType
-
Indicate whether this ContentCodingType
includes the given coding type.
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
Indicates whether this MediaType
includes the given media type.
- increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
-
Increase this parameter's nesting level.
- initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
-
Initialize parameter name discovery for this method parameter.
- InputStreamResource - Class in org.springframework.core.io
-
Resource
implementation for a given InputStream.
- InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamSource - Interface in org.springframework.core.io
-
Simple interface for objects that are sources for an InputStream
.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Creates a new instance of the InterceptingClientHttpRequestFactory
with the given parameters.
- InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding
interceptor-related properties to
HttpAccessor
's common properties.
- InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
-
- invokeJdbcMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified JDBC API Method
against the supplied target
object with no arguments.
- invokeJdbcMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified JDBC API Method
against the supplied target
object with the supplied arguments.
- invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified Method
against the supplied target object with no arguments.
- invokeMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified Method
against the supplied target object with the
supplied arguments.
- isArray(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.Assert
-
Assert that superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
- isAssignable(Type, Type) - Static method in class org.springframework.util.TypeUtils
-
Check if the right-hand side type may be assigned to the left-hand side
type following the Java generics rules.
- isAssignableBound(Type, Type) - Static method in class org.springframework.util.TypeUtils
-
- isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
-
Determine if the given type is assignable from the given value, assuming setting by reflection.
- isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is cache-safe in the given context, i.e.
- isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWith(ContentCodingType) - Method in class org.springframework.http.ContentCodingType
-
Indicate whether this ContentCodingType
is compatible with the given coding type.
- isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
-
Indicates whether this MediaType
is compatible with the given media type.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isConcrete() - Method in class org.springframework.http.MediaType
-
Indicates whether this media type is concrete, i.e.
- isEmpty() - Method in class org.springframework.http.HttpHeaders
-
- isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Return true
if the supplied Collection is null
or empty.
- isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
-
Return true
if the supplied Map is null
or empty.
- isEmpty() - Method in class org.springframework.util.LinkedMultiValueMap
-
- isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is an "equals" method.
- isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in the file system,
that is, has protocol "file" or "vfs".
- isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "hashCode" method.
- isInstanceOf(Class<?>, Object) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in a jar file,
that is, has protocol "jar", "zip", "wsjar" or "code-source".
- isNull(Object, String) - Static method in class org.springframework.util.Assert
-
Assert that an object is null
.
- isNull(Object) - Static method in class org.springframework.util.Assert
-
Assert that an object is null
.
- isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is originally declared by Object
.
- isOpen() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns false
.
- isOpen() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation always returns true
.
- isOpen() - Method in interface org.springframework.core.io.Resource
-
Return whether this resource represents a handle with an open
stream.
- isPresent(String) - Static method in class org.springframework.util.ClassUtils
-
- isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the Class
identified by the supplied name is present and can be loaded.
- isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitives, i.e.
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive (i.e.
- isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive wrapper, i.e.
- isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitive wrappers, i.e.
- isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given field is a "public static final" constant.
- isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- isReadable() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns true
.
- isReadable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file
with content, not to a directory).
- isReadable() - Method in interface org.springframework.core.io.Resource
-
Return whether the contents of this resource can be read,
e.g.
- isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "toString" method.
- isTrue(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false
.
- isTrue(boolean) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false
.
- isUrl(String) - Static method in class org.springframework.util.ResourceUtils
-
Return whether the given resource location is a URL:
either a special "classpath" pseudo URL or a standard URL.
- isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWildcardSubtype() - Method in class org.springframework.http.MediaType
-
Indicates whether the
subtype is the wildcard character
*
or not.
- isWildcardType() - Method in class org.springframework.http.ContentCodingType
-
Indicates whether the
type is the wildcard character
*
or not.
- isWildcardType() - Method in class org.springframework.http.MediaType
-
Indicates whether the
type is the wildcard character
*
or not.
- isWritable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file
with content, not to a directory).
- isWritable() - Method in interface org.springframework.core.io.WritableResource
-
Return whether the contents of this resource can be modified, e.g.
- NestedCheckedException - Exception in org.springframework.core
-
Handy class for wrapping checked Exceptions
with a root cause.
- NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
-
Construct a NestedCheckedException
with the specified detail message.
- NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
-
Construct a NestedCheckedException
with the specified detail message
and nested exception.
- NestedExceptionUtils - Class in org.springframework.core
-
Helper class for implementing exception classes which are capable of
holding nested exceptions.
- NestedExceptionUtils() - Constructor for class org.springframework.core.NestedExceptionUtils
-
- NestedIOException - Exception in org.springframework.core
-
Subclass of IOException
that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does.
- NestedIOException(String) - Constructor for exception org.springframework.core.NestedIOException
-
Construct a NestedIOException
with the specified detail message.
- NestedIOException(String, Throwable) - Constructor for exception org.springframework.core.NestedIOException
-
Construct a NestedIOException
with the specified detail message
and nested exception.
- NestedRuntimeException - Exception in org.springframework.core
-
Handy class for wrapping runtime Exceptions
with a root cause.
- NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
-
Construct a NestedRuntimeException
with the specified detail message.
- NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
-
Construct a NestedRuntimeException
with the specified detail message
and nested exception.
- newInstance() - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Returns a new, empty builder.
- NO_OPTIONS - Static variable in class org.springframework.util.support.Base64
-
No options specified.
- NON_BRIDGED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
-
Pre-built MethodFilter that matches all non-bridge methods.
- noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
-
Assert that an array has no null elements.
- noNullElements(Object[]) - Static method in class org.springframework.util.Assert
-
Assert that an array has no null elements.
- noOpText() - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
-
Creates a text encryptor that performs no encryption.
- normalize() - Method in class org.springframework.web.util.UriComponents
-
Normalize the path removing sequences like "path/..".
- notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
-
Assert that an array has elements; that is, it must not be
null
and must have at least one element.
- notEmpty(Object[]) - Static method in class org.springframework.util.Assert
-
Assert that an array has elements; that is, it must not be
null
and must have at least one element.
- notEmpty(Collection<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that a collection has elements; that is, it must not be
null
and must have at least one element.
- notEmpty(Collection<?>) - Static method in class org.springframework.util.Assert
-
Assert that a collection has elements; that is, it must not be
null
and must have at least one element.
- notEmpty(Map<?, ?>, String) - Static method in class org.springframework.util.Assert
-
Assert that a Map has entries; that is, it must not be null
and must have at least one entry.
- notEmpty(Map<?, ?>) - Static method in class org.springframework.util.Assert
-
Assert that a Map has entries; that is, it must not be null
and must have at least one entry.
- notNull(Object, String) - Static method in class org.springframework.util.Assert
-
Assert that an object is not null
.
- notNull(Object) - Static method in class org.springframework.util.Assert
-
Assert that an object is not null
.
- nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine if the given objects are equal, returning true
if both are null
or false
if only one is
null
.
- nullSafeHashCode(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object.hashCode()
.
- nullSafeHashCode(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(boolean[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- NumberUtils - Class in org.springframework.util
-
Miscellaneous utility methods for number conversion and parsing.
- NumberUtils() - Constructor for class org.springframework.util.NumberUtils
-
- scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Sets the URI scheme.
- secureRandom() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator
that uses a SecureRandom
to generate keys of 8 bytes in length.
- secureRandom(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator
that uses a SecureRandom
to generate keys of a custom length.
- series() - Method in enum org.springframework.http.HttpStatus
-
Returns the HTTP status series of this status code.
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- set(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
-
- set(K, V) - Method in interface org.springframework.util.MultiValueMap
-
Set the given single value under the given key.
- 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
-
- setAll(Map<K, V>) - Method in class org.springframework.util.LinkedMultiValueMap
-
- setAll(Map<K, V>) - Method in interface org.springframework.util.MultiValueMap
-
Set the given values under.
- 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.
- 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
-
Sets 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.
- setConnectionSignUp(ConnectionSignUp) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
The command to execute to create a new local user profile in the event no user id could be mapped to a connection.
- 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.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Sets 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
-
Sets the date and time at which the message was created, as specified by the Date
header.
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
-
Set the error handler.
- setETag(String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) entity tag of the body, as specified by the ETag
header.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the date and time at which the message is no longer valid, as specified by the Expires
header.
- setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Set the field represented by the supplied field object
on the
specified target object
to the specified value
.
- 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.HttpComponentsClientHttpRequestFactory
-
Set the HttpClient
used by this factory.
- setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the If-Modified-Since
header.
- setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the If-None-Match
header.
- setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Sets 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.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
Specify a custom prefix to use for this view's JSON output.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Sets 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.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
Set the ObjectMapper
for this view.
- 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
-
Sets 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 "{} &&".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
Deprecated.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Sets the Proxy
to use for this request factory.
- 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.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
-
- 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.
- setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
-
Set the type index for the current nesting level.
- setUserAgent(String) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the User-Agent
header.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Indicates whether the Accept-Charset
should be written to any outgoing request.
- shallowCopyFieldState(Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Given the source object and the destination, which must be the same class
or a subclass, copy all fields, including inherited fields.
- shared(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator
that returns a single, shared SecureRandom
key of a custom length.
- 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
-
- size() - Method in class org.springframework.util.LinkedMultiValueMap
-
- 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.
- sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
-
Turn given source String array into sorted array.
- 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
-
- split(String, String) - Static method in class org.springframework.util.StringUtils
-
Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- SQLiteConnectionRepository - Class in org.springframework.social.connect.sqlite
-
ConnectionRepository
that uses SQLite to persist connection data to a relational database.
- SQLiteConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepository(String, SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepositoryHelper - Class in org.springframework.social.connect.sqlite.support
-
- SQLiteConnectionRepositoryHelper(Context) - Constructor for class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
-
- SQLiteUsersConnectionRepository - Class in org.springframework.social.connect.sqlite
-
UsersConnectionRepository
that uses SQLite to persist connection data to a relational database.
- SQLiteUsersConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
- standard(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
-
Creates a standard password-based bytes encryptor using 256 bit AES encryption.
- startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given String starts with the specified prefix,
ignoring upper/lower case.
- state(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
- state(boolean) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
- string() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Creates a StringKeyGenerator
that hex-encodes SecureRandom
keys of 8 bytes in length.
- StringHttpMessageConverter - Class in org.springframework.http.converter
-
- StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
Create a new StringHttpMessageConverter instance with a default Charset
of ISO-8859-1,
and default list of available Charset
's from Charset.availableCharsets()
.
- StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
Create a new StringHttpMessageConverter instance with a default Charset
,
and default list of available Charset
's from Charset.availableCharsets()
.
- StringHttpMessageConverter(Charset, List<Charset>) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
Create a new StringHttpMessageConverter instance with a default Charset
,
and list of available Charset
's.
- StringUtils - Class in org.springframework.util
-
Miscellaneous String
utility methods.
- StringUtils() - Constructor for class org.springframework.util.StringUtils
-
- stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
-
Strip the filename extension from the given path,
e.g.
- substringMatch(CharSequence, int, CharSequence) - Static method in class org.springframework.util.StringUtils
-
Test whether the given string matches the given substring
at the given index.
- 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.feed.AtomFeedHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.SyndFeedHttpMessageConverter
-
- 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.json.MappingJacksonHttpMessageConverter
-
Deprecated.
- 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
-
- suspendEncoding() - Method in class org.springframework.util.support.Base64.OutputStream
-
Suspends encoding of the stream.
- SyndFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- SyndFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.SyndFeedHttpMessageConverter
-