Spring for Android
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Creates a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
AbstractFileResolvingResource - Class in org.springframework.core.io
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media type.
AbstractResource - Class in org.springframework.core.io
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept header field name.
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
add(K, V) - Method in interface org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
addComparator(Comparator<T>) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain.
addComparator(Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain using the provided sort order.
addConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
addConverter(Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(GenericConverter) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a generic converter to this registry.
addConverter(Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverterFactory(ConverterFactory<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a ranged converter factory to this registry.
addConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addDefaultConverters(GenericConversionService) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
addDefaultConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
Add converters appropriate for most environments.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
AGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Age header field name.
ALL - Static variable in class org.springframework.http.ContentCodingType
Public constant encoding type for *.
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL_VALUE - Static variable in class org.springframework.http.ContentCodingType
A String equivalent of ContentCodingType.ALL.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
The HTTP Allow header field name.
AndroidEncryptors - Class in org.springframework.security.crypto.encrypt
Factory for commonly used encryptors.
AndroidKeyGenerators - Class in org.springframework.security.crypto.keygen
Factory for commonly used key generators.
APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_RSS_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/rss+xml.
APPLICATION_RSS_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_RSS_XML.
APPLICATION_WILDCARD_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/*+xml.
APPLICATION_WILDCARD_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_WILDCARD_XML.
APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e.
array(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor as an array of the specified type.
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]"
arrayToCommaDelimitedString(Object[]) - Static method in class org.springframework.util.StringUtils
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a String array as a delimited (e.g.
arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
Convert the supplied array into a List.
Assert - Class in org.springframework.util
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 
assertNotExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
Assert that this request has not been executed yet.
AssetResource - Class in org.springframework.core.io
Resource implementation for Android asset resources.
AssetResource(AssetManager, String) - Constructor for class org.springframework.core.io.AssetResource
Create a new AssetResource.
AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Authorization header field name.

B

Base64Utils - Class in org.springframework.util
A simple utility class for Base64 encoding and decoding that delegates to Android's Base64 class.
Base64Utils() - Constructor for class org.springframework.util.Base64Utils
 
BeansException - Exception in org.springframework.beans
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message.
BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message and root cause.
BooleanComparator - Class in org.springframework.util.comparator
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BridgeMethodResolver - Class in org.springframework.core
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - Constructor for class org.springframework.core.BridgeMethodResolver
 
BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
 
BufferingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from an array.
buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Build a message for the given base message and root cause.
ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
Creates a new instance of the ByteArrayHttpMessageConverter.
ByteArrayResource - Class in org.springframework.core.io
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.

C

CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cache-Control header field name.
calculateShift(int, int) - Static method in class org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
canBypassConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Returns true if conversion between the sourceType and targetType can be bypassed.
canConvert(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
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.ConcurrentReferenceHashMap
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
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
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
ClientHttpResponse - Interface in org.springframework.http.client
Represents a client-side HTTP response.
close() - Method in class org.springframework.http.client.AbstractClientHttpResponse
 
close() - Method in interface org.springframework.http.client.ClientHttpResponse
Closes this response, freeing any resources created.
closeInternal() - Method in class org.springframework.http.client.AbstractClientHttpResponse
Abstract template method that closes the response.
collection(Class<?>, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Collection type.
CollectionFactory - Class in org.springframework.core
Factory for collections, being aware of Java 5 and Java 6 collections.
CollectionFactory() - Constructor for class org.springframework.core.CollectionFactory
 
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.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class org.springframework.util.comparator.ComparableComparator
 
compare(S, S) - Method in class org.springframework.core.convert.converter.ConvertingComparator
 
compare(Boolean, Boolean) - Method in class org.springframework.util.comparator.BooleanComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.ComparableComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.CompoundComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InstanceComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InvertibleComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.NullSafeComparator
 
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.
CompoundComparator<T> - Class in org.springframework.util.comparator
A comparator that chains a sequence of one or more more Comparators.
CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator...) - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator from the Comparators in the provided array.
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
ConcurrentMap - Interface in org.springframework.core
Deprecated.
since standard ConcurrentMap is available on Android 2.3
ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
A single map entry.
ConcurrentReferenceHashMap.Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.springframework.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - Enum in org.springframework.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - Class in org.springframework.util
A single segment used to divide the map to allow better concurrent performance.
ConcurrentReferenceHashMap.Segment(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
ConditionalConverter - Interface in org.springframework.core.convert.converter
Allows a Converter, GenericConverter or ConverterFactory to conditionally execute based on attributes of the source and target TypeDescriptor.
ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
A GenericConverter that may conditionally execute based on attributes of the source and target TypeDescriptor.
ConfigurableConversionService - Interface in org.springframework.core.convert.support
Configuration interface to be implemented by most if not all ConversionService types.
CONNECTION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Connection header field name.
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.ConcurrentReferenceHashMap
 
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.
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Disposition header field name
CONTENT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Type header field name.
ContentCodingType - Class in org.springframework.http
Represents a Compression Type, as defined in the HTTP specification.
ContentCodingType(String) - Constructor for class org.springframework.http.ContentCodingType
Create a new ContentCodingType for the given type.
ContentCodingType(String, double) - Constructor for class org.springframework.http.ContentCodingType
Create a new ContentCodingType for the given type and quality value.
ContentCodingType(String, Map<String, String>) - Constructor for class org.springframework.http.ContentCodingType
Create a new ContentCodingType for the given type, and parameters.
contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
contentLength() - Method in class org.springframework.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
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 class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() - Method in interface org.springframework.core.io.Resource
Determine the content length for this resource.
ConversionException - Exception in org.springframework.core.convert
Base class for exceptions thrown by the conversion system.
ConversionException(String) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionException(String, Throwable) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionFailedException - Exception in org.springframework.core.convert
Exception to be thrown when an actual type conversion attempt fails.
ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) - Constructor for exception org.springframework.core.convert.ConversionFailedException
Create a new conversion exception.
ConversionService - Interface in org.springframework.core.convert
A service interface for type conversion.
ConversionServiceFactory - Class in org.springframework.core.convert.support
A factory for common ConversionService configurations.
ConversionServiceFactory() - Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
 
convert(Object, Class<T>) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(S) - Method in interface org.springframework.core.convert.converter.Converter
Convert the source of type S to target type T.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.GenericConverter
Convert the source to the targetType described by the TypeDescriptor.
convert(Object, Class<T>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
Converter<S,T> - Interface in org.springframework.core.convert.converter
A converter converts a source object of type S to a target of type T.
ConverterFactory<S,R> - Interface in org.springframework.core.convert.converter
A factory for "ranged" converters that can convert objects from S to subtypes of R.
ConverterNotFoundException - Exception in org.springframework.core.convert
Thrown when a suitable converter could not be found in a conversion service.
ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Creates a new conversion executor not found exception.
ConverterRegistry - Interface in org.springframework.core.convert.converter
For registering converters with a type conversion system.
ConvertingComparator<S,T> - Class in org.springframework.core.convert.converter
A Comparator that converts values before they are compared.
ConvertingComparator(Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ComparableComparator instance.
ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
Create a new ConvertingPropertyEditorAdapter for a given ConversionService and the given target type.
convertKey(String) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertNullSource(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Template method to convert a null source.
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.
COOKIE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cookie header field 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.
copy(byte[], OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given String to the given output OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
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.
copyToByteArray(InputStream) - Static method in class org.springframework.util.StreamUtils
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.
copyToString(InputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
createApproximateCollection(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given collection type.
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.
createConcurrentMap(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createConcurrentMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createConnectionRepository(String) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 
createCopyOnWriteSet() - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createDefaultConversionService() - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Create a HttpComponents HttpUriRequest object for the given HTTP method and URI specification.
createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createIdentityMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createLinkedCaseInsensitiveMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createLinkedMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createLinkedSetIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated. 
createMap(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
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
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
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
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
customizeConnection(URLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
customizeConnection(HttpURLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource

D

DATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Date header field name.
declaresException(Method, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
decode(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array.
decode(String) - Static method in class org.springframework.util.Base64Utils
Deprecated.
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decodes the given encoded source String into an URI.
decodeFromString(String) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decreaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Decrease this parameter's nesting level.
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
DefaultConversionService - Class in org.springframework.core.convert.support
A specialization of GenericConversionService configured by default with converters appropriate for most environments.
DefaultConversionService() - Constructor for class org.springframework.core.convert.support.DefaultConversionService
Create a new DefaultConversionService with the set of default converters.
DefaultResponseErrorHandler - Class in org.springframework.web.client
Default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
delete(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
delete(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.springframework.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
DescriptiveResource - Class in org.springframework.core.io
Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
DescriptiveResource(String) - Constructor for class org.springframework.core.io.DescriptiveResource
Create a new DescriptiveResource.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
determineCommonAncestor(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the common ancestor of the given classes, if any.
DisposableBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to release resources on destruction.
doesNotContain(String, String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
doWith(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWithRequest(ClientHttpRequest) - Method in interface org.springframework.web.client.RequestCallback

E

elementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Collection or an Array, creates a element TypeDescriptor from the provided collection or array element.
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-encode the given byte array.
encode() - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI authority with the given encoding.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI fragment with the given encoding.
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI host with the given encoding.
encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
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.
encodeToString(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-encode the given byte array to a String.
encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
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.ConcurrentReferenceHashMap
 
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.convert.converter.GenericConverter.ConvertiblePair
 
equals(Object) - Method in class org.springframework.core.convert.Property
 
equals(Object) - Method in class org.springframework.core.convert.TypeDescriptor
 
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.DescriptiveResource
This implementation compares the underlying description String.
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.comparator.BooleanComparator
 
equals(Object) - Method in class org.springframework.util.comparator.CompoundComparator
 
equals(Object) - Method in class org.springframework.util.comparator.InvertibleComparator
 
equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
 
equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
equals(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
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.
ETAG - Static variable in class org.springframework.http.HttpHeaders
The HTTP ETag header field name.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
 
execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
execute() - Method in interface org.springframework.http.client.ClientHttpRequest
Execute this request, resulting in a ClientHttpResponse that can be read.
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 the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
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.DescriptiveResource
 
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
Replace all URI template variables with the values from a given map.
expand(Object...) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given array.
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from the given UriComponents.UriTemplateVariables.
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - Method in class org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
EXPECT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expect header field name.
EXPIRES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expires header field name.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
 
extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse and return it.
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).

F

FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
URL prefix for loading from the file system: "file:"
FileCopyUtils - Class in org.springframework.util
Simple utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileSystemResource - Class in org.springframework.core.io
Resource implementation for java.io.File handles.
FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a file path.
findAllConnections() - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
Find the original method for the supplied bridge Method.
findCommonElementType(Collection) - Static method in class org.springframework.util.CollectionUtils
Find the common element type of the given Collection, if any.
findConnections(String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findConnections(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findConnectionsToUsers(MultiValueMap<String, String>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection, Collection) - Static method in class org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findPrimaryConnection(Class<A>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
findUserIdsConnectedTo(String, Set<String>) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 
findUserIdsWithConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
 
findValueOfType(Collection<?>, Class<T>) - Static method in class org.springframework.util.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - Static method in class org.springframework.util.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
forMethodOrConstructor(Object, int) - Static method in class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method or constructor.
FormHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can handle form data, including multipart form data (i.e.
FormHttpMessageConverter() - Constructor for class org.springframework.http.converter.FormHttpMessageConverter
 
forName(String) - Static method in class org.springframework.util.ClassUtils
Deprecated.
in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader)
forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
forObject(Object) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor for an object.
fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI fragment.
FROM - Static variable in class org.springframework.http.HttpHeaders
The HTTP From header field name.
fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Creates a new UriComponents object from the string HTTP URL.
fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given path.
fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI.
fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI string.

G

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
 
GenericConversionService - Class in org.springframework.core.convert.support
Base ConversionService implementation suitable for use in most environments.
GenericConversionService() - Constructor for class org.springframework.core.convert.support.GenericConversionService
 
GenericConverter - Interface in org.springframework.core.convert.converter
Generic converter interface for converting between two or more types.
GenericConverter.ConvertiblePair - Class in org.springframework.core.convert.converter
Holder for a source-to-target class pair.
GenericConverter.ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Create a new source-to-target pair.
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.ConcurrentReferenceHashMap
 
get() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the referenced entry or null if the entry is no longer available.
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.
getAnnotation(Class<T>) - Method in class org.springframework.core.convert.TypeDescriptor
Obtain the annotation associated with this type descriptor of the specified type.
getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor
The annotations associated with this type descriptor, if any.
getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
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).
getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
Returns the number of aggregated comparators.
getConnection() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Connection header.
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
Return the list of content coding types, as specified by the Content-Encoding header.
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the content length for the given type.
getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
getContentLength() - Method in class org.springframework.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentType() - Method in class org.springframework.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getConverter(Class<T>) - Method in interface org.springframework.core.convert.converter.ConverterFactory
Get the converter to convert from S to target type T, where T is also an instance of R.
getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Hook method to lookup the converter for a given sourceType/targetType pair.
getConvertibleTypes() - Method in interface org.springframework.core.convert.converter.GenericConverter
Return the source and target types which this converter can convert between.
getCount() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getDate() - Method in class org.springframework.http.HttpHeaders
Return the date and time at which the message was created, as specified by the Date header.
getDeclaringClass() - Method in class org.springframework.core.MethodParameter
Return the class that declares the underlying Method or Constructor.
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
 
getDefaultConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Return the default converter if no converter is found for the given sourceType/targetType pair.
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.DescriptiveResource
 
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.
getElementType() - Method in class org.springframework.core.convert.TypeDescriptor
getElementTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is an array, returns the array's component type.
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
Return the entity tag of the body, as specified by the ETag header.
getExpires() - Method in class org.springframework.http.HttpHeaders
Return the date and time at which the message is no longer valid, as specified by the Expires header.
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 returns null, assuming that this resource type 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
Determine 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.
getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
Parse the first header value for the given header name as a date, return -1 if there is no value, or raise IllegalArgumentException if the value cannot be parsed as a date.
getFirstValueAsList(String) - Method in class org.springframework.http.HttpHeaders
 
getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getFragment() - Method in class org.springframework.web.util.UriComponents
Returns the fragment.
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.
getHash(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the hash for the reference.
getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns the headers of the wrapped request.
getHeaders() - Method in class org.springframework.http.HttpEntity
Returns the headers of this entity.
getHeaders() - Method in interface org.springframework.http.HttpMessage
Return the headers of this message.
getHeaderValue() - Method in class org.springframework.http.HttpAuthentication
 
getHeaderValue() - Method in class org.springframework.http.HttpBasicAuthentication
 
getHost() - Method in class org.springframework.web.util.UriComponents
Returns the host.
getHttpClient() - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Return the HttpClient used by this factory.
getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Return the HttpClient used for synchronous execution.
getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-Modified-Since header.
getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
Return the value of the If-None-Match header.
getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
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.DescriptiveResource
 
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.
getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Determine the JSON encoding to use for the given content type.
getKey() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getLastModified() - Method in class org.springframework.http.HttpHeaders
Return the time the resource was last changed, as specified by the Last-Modified header.
getLoadFactor() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
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() - Method in class org.springframework.core.convert.TypeDescriptor
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).
getMapKeyTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map and its key type is parameterized, returns the map's key type.
getMapKeyTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map, creates a mapKey TypeDescriptor from the provided map key.
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() - Method in class org.springframework.core.convert.TypeDescriptor
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).
getMapValueTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map and its value type is parameterized, returns the map's value type.
getMapValueTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map, creates a mapValue TypeDescriptor from the provided map value.
getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
Return the offending media type.
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 public 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 public 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.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getName() - Method in class org.springframework.core.convert.Property
The name of the property: e.g.
getName() - Method in class org.springframework.core.convert.TypeDescriptor
Returns the name of this type: the fully qualified class name.
getNestedParameterType() - Method in class org.springframework.core.MethodParameter
 
getNestingLevel() - Method in class org.springframework.core.MethodParameter
Return the nesting level of the target type (typically 1; e.g.
getNext() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the next reference in the chain or null
getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectType() - Method in class org.springframework.core.convert.Property
The object declaring this property, either directly or in a superclass the object extends.
getObjectType() - Method in class org.springframework.core.convert.TypeDescriptor
Variation of TypeDescriptor.getType() that accounts for a primitive type by returning its object wrapper type.
getOrigin() - Method in class org.springframework.http.HttpHeaders
Return the value of the Origin header.
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.
getPackageName(String) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given fully-qualified class name, 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
Return 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
getRawStatusCode() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the raw HTTP status code value.
getReadMethod() - Method in class org.springframework.core.convert.Property
The property getter method: e.g.
getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
Return the reason phrase of this status code.
getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
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
Return the response body as a byte array.
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a byte array.
getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the response body as a string.
getResponseBodyAsString() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a string.
getResponseHeaders() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP response headers.
getResponseHeaders() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the HTTP response headers.
getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
Returns the RestTemplate for the gateway.
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.
getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
Returns the scheme specific part.
getSegment(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSegmentsSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
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.
getSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getSourceType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the source type we tried to convert the value from.
getSourceType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getSourceType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the source type that was requested to convert from.
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
Return the HTTP status code.
getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status text of the response.
getStatusText() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP status text.
getStatusText() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the HTTP status text.
getSubtype() - Method in class org.springframework.http.MediaType
Return the subtype.
getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
Return the list of MediaType objects supported by this converter.
getTargetType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the target type we tried to convert the value to.
getTargetType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getTargetType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the target type that was requested to convert to.
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.convert.Property
The property type: e.g.
getType() - Method in class org.springframework.core.convert.TypeDescriptor
The type of the backing class, method parameter, field, or property described by this TypeDescriptor.
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 classes 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.
getUpgrade() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Upgrade header.
getURI() - Method in class org.springframework.core.io.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getURL().
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, if available.
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)
getValue() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the offending value.
getValue() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
Get the value for the given URI variable name.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
getWriteMethod() - Method in class org.springframework.core.convert.Property
The property setter method: e.g.
GsonHttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using the Google Gson library's Gson class.
GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
Construct a new GsonHttpMessageConverter.
GZIP - Static variable in class org.springframework.http.ContentCodingType
Public constant encoding type for gzip.
GZIP_VALUE - Static variable in class org.springframework.http.ContentCodingType
A String equivalent of ContentCodingType.GZIP.

H

handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
This default implementation throws a HttpClientErrorException if the response status code is HttpStatus.Series.CLIENT_ERROR, a HttpServerErrorException if it is HttpStatus.Series.SERVER_ERROR, and a RestClientException in other cases.
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.
hasAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
Determine if this type descriptor has the specified annotation.
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
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
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.convert.converter.GenericConverter.ConvertiblePair
 
hashCode() - Method in class org.springframework.core.convert.Property
 
hashCode() - Method in class org.springframework.core.convert.TypeDescriptor
 
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.DescriptiveResource
This implementation returns the hash code of the underlying description String.
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.comparator.BooleanComparator
 
hashCode() - Method in class org.springframework.util.comparator.CompoundComparator
 
hashCode() - Method in class org.springframework.util.comparator.InvertibleComparator
 
hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
 
hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
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()}.
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 public 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 - Static variable in class org.springframework.http.HttpHeaders
The HTTP Host header field name.
host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI host.
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
HttpAuthentication - Class in org.springframework.http
Represents an abstract HTTP Authentication.
HttpAuthentication() - Constructor for class org.springframework.http.HttpAuthentication
 
HttpBasicAuthentication - Class in org.springframework.http
Represents HTTP Basic Authentication.
HttpBasicAuthentication(String, String) - Constructor for class org.springframework.http.HttpBasicAuthentication
 
HttpClientErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpComponentsAndroidClientHttpRequestFactory - Class in org.springframework.http.client
Deprecated.
in favor of HttpClient 4.3 and HttpComponentsClientHttpRequestFactory
HttpComponentsAndroidClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAndroidClientHttpRequestFactory with a default HttpClient that uses a default ThreadSafeClientConnManager.
HttpComponentsAndroidClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Create a new instance of the HttpComponentsAndroidClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Apache HttpComponents Android HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient.
HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
HttpHeaders - Class in org.springframework.http
Represents HTTP request and response headers, mapping string header names to list of string values.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpMessage - Interface in org.springframework.http
Represents the base interface for HTTP request and response messages.
HttpMessageConversionException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when the conversion fails.
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
Thrown by HttpMessageConverter implementations when the read method fails.
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
Thrown by HttpMessageConverter implementations when the write method fails.
HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMethod - Enum in org.springframework.http
Java 5 enumeration of HTTP request methods.
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpRequest - Interface in org.springframework.http
Represents an HTTP request message, consisting of method and uri.
HttpRequestWrapper - Class in org.springframework.http.client.support
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
Creates a new HttpRequest wrapping the given request object.
HttpServerErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus.
HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus and status text.
HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on a HttpStatus, status text, and response body content.
HttpStatus - Enum in org.springframework.http
Java 5 enumeration of HTTP status codes.
HttpStatus.Series - Enum in org.springframework.http
Java 5 enumeration of HTTP status series.
HttpStatusCodeException - Exception in org.springframework.web.client
Abstract base class for exceptions based on an HttpStatus.
HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.

I

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
A String equivalent of ContentCodingType.IDENTITY.
identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Match header field name.
IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Modified-Since header field name.
IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-None-Match header field name.
IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Range header field name.
IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
The HTTP If-Unmodified-Since header field name.
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
A String equivalent of MediaType.IMAGE_GIF.
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
A String equivalent of MediaType.IMAGE_JPEG.
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
A String equivalent of MediaType.IMAGE_PNG.
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
Indicate 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.
INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
 
InstanceComparator<T> - Class in org.springframework.util.comparator
Compares objects based on an arbitrary class order.
InstanceComparator(Class<?>...) - Constructor for class org.springframework.util.comparator.InstanceComparator
Create a new InstanceComparator instance.
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
Wrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.
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
 
InvalidMediaTypeException - Exception in org.springframework.http
Exception thrown from MediaType.parseMediaType(String) in case of encountering an invalid media type specification String.
InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
Create a new InvalidMediaTypeException for the given media type.
InvertibleComparator<T> - Class in org.springframework.util.comparator
A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order.
InvertibleComparator(Comparator<T>) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts based on the provided order.
invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of each sort definition contained by this compound comparator.
invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of the sort definition at the specified index.
invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
Invert the sort order: ascending -> descending or descending -> ascending.
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.
is1xxInformational() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.INFORMATIONAL.
is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SUCCESSFUL.
is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.REDIRECTION.
is4xxClientError() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR.
is5xxServerError() - Method in enum org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SERVER_ERROR.
isApproximableCollectionType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given collection type is an approximable type, i.e.
isApproximableMapType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given map type is an approximable type, i.e.
isArray() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type an array type?
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.
isAscending() - Method in class org.springframework.util.comparator.InvertibleComparator
Return the sort order: ascending (true) or descending (false).
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
 
isAssignableTo(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
Returns true if an object of this type descriptor can be assigned to the location described by the given type descriptor.
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.
isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
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.
isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Collection type?
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
Indicate 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.
isEmpty(Object) - Static method in class org.springframework.util.StringUtils
Check whether the given String is empty.
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", "vfsfile" 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", "vfszip", "wsjar" or "code-source".
isMap() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Map type?
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.
isPrimitive() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a primitive type?
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.
isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Returns the configured value for whether XML external entities are allowed.
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.DescriptiveResource
 
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.
isVisibilityBridgeMethodPair(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
Compare the signatures of the bridge method and the method which it bridges.
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 &#42; or the wildcard character followed by a sufiix (e.g.
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 &#42; 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.

J

JAR_URL_SEPARATOR - Static variable in class org.springframework.util.ResourceUtils
Separator between JAR URL and file path within the JAR

K

keySet() - Method in class org.springframework.http.HttpHeaders
 
keySet() - Method in class org.springframework.util.LinkedMultiValueMap
 

L

LAST_MODIFIED - Static variable in class org.springframework.http.HttpHeaders
The HTTP Last-Modified header field name.
lastModified() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
lastModified() - Method in class org.springframework.core.io.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - Method in interface org.springframework.core.io.Resource
Determine the last-modified timestamp for this resource.
LINK - Static variable in class org.springframework.http.HttpHeaders
The HTTP Link header field name.
LinkedCaseInsensitiveMap<V> - Class in org.springframework.util
LinkedHashMap variant that stores String keys in a case-insensitive manner, for example for key-based access in a results table.
LinkedCaseInsensitiveMap() - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap for the default Locale.
LinkedCaseInsensitiveMap(Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores lower-case keys according to the given Locale.
LinkedCaseInsensitiveMap(int) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the default Locale.
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the given Locale.
LinkedMultiValueMap<K,V> - Class in org.springframework.util
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in a LinkedList.
LinkedMultiValueMap() - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - Constructor for class org.springframework.util.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Location header field name.

M

makeAccessible(Field) - Static method in class org.springframework.util.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - Static method in class org.springframework.util.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - Static method in class org.springframework.util.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
map(Class<?>, TypeDescriptor, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Map type.
mapEntryKeys(Comparator<K>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator that compares map * entries based on their keys.
mapEntryValues(Comparator<V>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator that compares map entries based on their values.
MappingJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using Jackson 2.x's ObjectMapper.
MappingJackson2HttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter.
match(String) - Method in class org.springframework.web.util.UriTemplate
Match the given URI to a map of variable values.
matches(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.ConditionalConverter
Should the conversion from sourceType to targetType currently under consideration be selected?
matches(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matches(String) - Method in class org.springframework.web.util.UriTemplate
Indicate whether the given URI matches this template.
matchesTypeName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Check whether the given class matches the user-specified type name.
MAX_FORWARDS - Static variable in class org.springframework.http.HttpHeaders
The HTTP Max-Forwards header field name.
MediaType - Class in org.springframework.http
Represents an Internet Media Type, as defined in the HTTP specification.
MediaType(String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
mergeArrayIntoCollection(Object, Collection) - Static method in class org.springframework.util.CollectionUtils
Merge the given array into the given Collection.
mergePropertiesIntoMap(Properties, Map) - Static method in class org.springframework.util.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Merge the given String arrays into one, with overlapping array elements only included once.
MethodParameter - Class in org.springframework.core
Helper class that encapsulates the specification of a method parameter, i.e.
MethodParameter(Method, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method, with nesting level 1.
MethodParameter(Method, int, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method.
MethodParameter(Constructor<?>, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor<?>, int, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given constructor.
MethodParameter(MethodParameter) - Constructor for class org.springframework.core.MethodParameter
Copy constructor, resulting in an independent MethodParameter object based on the same metadata and cache state that the original object was in.
MULTIPART_FORM_DATA - Static variable in class org.springframework.http.MediaType
Public constant media type for multipart/form-data.
MULTIPART_FORM_DATA_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.MULTIPART_FORM_DATA.
MultiValueMap<K,V> - Interface in org.springframework.util
Extension of the Map interface that stores multiple values.

N

narrow(Object) - Method in class org.springframework.core.convert.TypeDescriptor
Narrows this TypeDescriptor by setting its type to the class of the provided value.
nested(MethodParameter, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the method parameter.
nested(Field, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the field.
nested(Property, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the property.
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.
NON_BRIDGED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
nonClosing(InputStream) - Static method in class org.springframework.util.StreamUtils
Returns a variant of the given InputStream where calling close() has no effect.
nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
Returns a variant of the given OutputStream where calling close() has no effect.
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 .
NULLS_HIGH - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls higher than non-null objects.
NULLS_LOW - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls lower than non-null objects.
nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
Determine the class name for the given object.
NullSafeComparator<T> - Class in org.springframework.util.comparator
A Comparator that will safely compare nulls to be lower or higher than other objects.
NullSafeComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, decorating the given Comparator.
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
 

O

ObjectToStringHttpMessageConverter - Class in org.springframework.http.converter
An HttpMessageConverter that uses StringHttpMessageConverter for reading and writing content and a ConversionService for converting the String content to and from the target object type.
ObjectToStringHttpMessageConverter(ConversionService) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService to use to convert the (String) message body to/from the target class type.
ObjectToStringHttpMessageConverter(ConversionService, Charset) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService as well as a default charset.
ObjectUtils - Class in org.springframework.util
Miscellaneous object utility methods.
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
 
OkHttp3ClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses OkHttp 3.x to create requests.
OkHttp3ClientHttpRequestFactory() - Constructor for class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with a default OkHttpClient instance.
OkHttp3ClientHttpRequestFactory(OkHttpClient) - Constructor for class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with the given OkHttpClient instance.
OkHttpClientHttpRequestFactory - Class in org.springframework.http.client
Deprecated.
OkHttpClientHttpRequestFactory() - Constructor for class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
Create a factory with a default OkHttpClient instance.
OkHttpClientHttpRequestFactory(OkHttpClient) - Constructor for class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
Create a factory with the given OkHttpClient instance.
onCreate(SQLiteDatabase) - Method in class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
 
openConnection(URL, Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Opens and returns a connection to the given URL.
optionsForAllow(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(URI) - Method in class org.springframework.web.client.RestTemplate
 
org.springframework.beans - package org.springframework.beans
 
org.springframework.beans.factory - package org.springframework.beans.factory
 
org.springframework.core - package org.springframework.core
 
org.springframework.core.convert - package org.springframework.core.convert
 
org.springframework.core.convert.converter - package org.springframework.core.convert.converter
 
org.springframework.core.convert.support - package org.springframework.core.convert.support
 
org.springframework.core.io - package org.springframework.core.io
 
org.springframework.http - package org.springframework.http
 
org.springframework.http.client - package org.springframework.http.client
 
org.springframework.http.client.support - package org.springframework.http.client.support
 
org.springframework.http.converter - package org.springframework.http.converter
 
org.springframework.http.converter.json - package org.springframework.http.converter.json
 
org.springframework.http.converter.support - package org.springframework.http.converter.support
 
org.springframework.http.converter.xml - package org.springframework.http.converter.xml
 
org.springframework.security.crypto.encrypt - package org.springframework.security.crypto.encrypt
 
org.springframework.security.crypto.keygen - package org.springframework.security.crypto.keygen
 
org.springframework.social.connect.sqlite - package org.springframework.social.connect.sqlite
 
org.springframework.social.connect.sqlite.support - package org.springframework.social.connect.sqlite.support
 
org.springframework.util - package org.springframework.util
 
org.springframework.util.comparator - package org.springframework.util.comparator
 
org.springframework.web.client - package org.springframework.web.client
 
org.springframework.web.client.support - package org.springframework.web.client.support
 
org.springframework.web.util - package org.springframework.web.util
 
ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The HTTP Origin header field name.
overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.

P

ParameterizedTypeReference<T> - Class in org.springframework.core
The purpose of this class is to enable capturing and passing a generic Type.
ParameterizedTypeReference() - Constructor for class org.springframework.core.ParameterizedTypeReference
 
ParameterNameDiscoverer - Interface in org.springframework.core
Interface to discover parameter names for methods and constructors.
parseCodingType(String) - Static method in class org.springframework.http.ContentCodingType
Parse the given String into a single ContentCodingType.
parseCodingTypes(String) - Static method in class org.springframework.http.ContentCodingType
Parse the given, comma-separated string into a list of ContentCodingType objects.
parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
Parse the given localeString value into a Locale.
parseMediaType(String) - Static method in class org.springframework.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
Parse the given, comma-separated string into a list of MediaType objects.
parseNumber(String, Class<T>) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the corresponding decode / valueOf methods.
parseNumber(String, Class<T>, NumberFormat) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the given NumberFormat.
path(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given path to the existing path of this builder.
pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
Compare two paths after normalization of them.
pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given path segments to the existing path of this builder.
pollForPurge() - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
port(int) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI port.
port(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI port.
postForEntity(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Template method that allows for manipulating the HttpUriRequest before it is returned as part of a HttpComponentsAndroidClientHttpRequest.
postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template method that allows for manipulating the HttpUriRequest before it is returned as part of a HttpComponentsClientHttpRequest.
PRAGMA - Static variable in class org.springframework.http.HttpHeaders
The HTTP Pragma header field name.
prepareConnection(HttpURLConnection, String) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Template method for preparing the given HttpURLConnection.
Property - Class in org.springframework.core.convert
A description of a JavaBeans Property that allows us to avoid a dependency on java.beans.PropertyDescriptor.
Property(Class<?>, Method, Method) - Constructor for class org.springframework.core.convert.Property
 
Property(Class<?>, Method, Method, String) - Constructor for class org.springframework.core.convert.Property
 
PropertyAccessException - Exception in org.springframework.beans
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException.
PropertyAccessException(String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException without PropertyChangeEvent.
PROXY_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Proxy-Authenticate header field name.
PROXY_AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Proxy-Authorization header field name.
purgeUnreferencedEntries() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
 
put(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
put(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
put(K, List<V>) - Method in class org.springframework.util.LinkedMultiValueMap
 
put(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URL.
put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
put(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
 
putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.springframework.util.LinkedMultiValueMap
 
putIfAbsent(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
putIfAbsent(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 

Q

QUALITY_VALUE_COMPARATOR - Static variable in class org.springframework.http.ContentCodingType
QUALITY_VALUE_COMPARATOR - Static variable in class org.springframework.http.MediaType
query(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given query to the existing query of this builder.
queryableText(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates an encryptor for queryable text strings that uses standard password-based encryption.
queryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Append the given query parameter to the existing query parameters.
queryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
Add the given query parameters.
quote(String) - Static method in class org.springframework.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - Static method in class org.springframework.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Range header field name.
read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that reads the actual object.
readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
Return a HttpHeaders object that can only be read, not written to.
REFERER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Referer header field name.
ReflectionUtils - Class in org.springframework.util
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
 
ReflectionUtils.FieldCallback - Interface in org.springframework.util
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - Interface in org.springframework.util
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - Interface in org.springframework.util
Action to take on each method.
ReflectionUtils.MethodFilter - Interface in org.springframework.util
Callback optionally used to filter methods to be operated on by a method callback.
registerConverters(Set<?>, ConverterRegistry) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
Register the given Converter objects with the given target ConverterRegistry.
release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
remove(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
remove(Object) - Method in class org.springframework.http.HttpHeaders
 
remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
remove(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
removeConnection(ConnectionKey) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
removeConnections(String) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
removeConvertible(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Remove any converters from sourceType to targetType.
removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
Remove duplicate Strings from the given array.
removeQualityValue() - Method in class org.springframework.http.MediaType
Return a replica of this instance with its quality value removed.
replace(Object, Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
replace(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(String, String, String) - Static method in class org.springframework.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the path of this builder overriding all existing path and path segment values.
replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the query of this builder overriding all existing query parameters.
replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the query parameter values overriding all existing query values for the same parameter.
RequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on a ClientHttpRequest.
resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolveParameterType(MethodParameter, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the given generic parameter type.
resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolveReturnType(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the generic return type of the given method, where formal type variables are declared on the given class.
resolveReturnTypeArgument(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target method which is assumed to return the given interface or an implementation of it.
resolveReturnTypeForGenericMethod(Method, Object[]) - Static method in class org.springframework.core.GenericTypeResolver
Deprecated.
in favor of resolveReturnTypeForFactoryMethod in the internal AutowireUtils class in the beans module; we do not expect other use of it!
resolveType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the specified generic type against the given TypeVariable map.
resolveTypeArgument(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare a concrete type for its type variable.
resolveTypeArguments(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the type arguments of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare concrete types for its type variables.
resolveURL() - Method in class org.springframework.core.io.ClassPathResource
Resolves a URL for the underlying class path resource.
Resource - Interface in org.springframework.core.io
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
ResourceAccessException - Exception in org.springframework.web.client
Exception thrown when an I/O error occurs.
ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message.
ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message and IOException.
ResourceHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write Resources.
ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
 
ResourceUtils - Class in org.springframework.util
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
 
ResponseEntity<T> - Class in org.springframework.http
Extension of HttpEntity that adds a HttpStatus status code.
ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given status code, and no body nor headers.
ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given body and status code, and no headers.
ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given headers and status code, and no body.
ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given body, headers, and status code.
ResponseErrorHandler - Interface in org.springframework.web.client
Strategy interface used by the RestTemplate to determine whether a particular response has an error or not.
ResponseExtractor<T> - Interface in org.springframework.web.client
Generic callback interface used by RestTemplate's retrieval methods Implementations of this interface perform the actual work of extracting data from a ClientHttpResponse, but don't need to worry about exception handling or closing resources.
RestClientException - Exception in org.springframework.web.client
Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message.
RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message and exception.
RestGatewaySupport - Class in org.springframework.web.client.support
Convenient super class for application classes that need REST access.
RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with default parameters.
RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with the given ClientHttpRequestFactory.
RestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of RESTful operations.
restructureIfNecessary(boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
RestTemplate - Class in org.springframework.web.client
Spring's central class for client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.
RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using default settings.
RestTemplate(boolean) - Constructor for class org.springframework.web.client.RestTemplate
Deprecated.
RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate based on the given ClientHttpRequestFactory.
RestTemplate(boolean, ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using the given list of HttpMessageConverter to use
rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Retry-After header field name.

S

scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI scheme-specific-part.
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.
SERVER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Server header field name.
set(String, String) - Method in class org.springframework.http.HttpHeaders
Set the given, single header value under the given name.
set(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.
SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Set-Cookie header field name.
SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
The HTTP Set-Cookie2 header field name.
setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAcceptEncoding(List<ContentCodingType>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable coding types, as specified by the Accept-Encoding header.
setAcceptEncoding(ContentCodingType) - Method in class org.springframework.http.HttpHeaders
Set the acceptable coding type, as specified by the Accept-Encoding header.
setAcceptLanguage(String) - Method in class org.springframework.http.HttpHeaders
Set the accept language, as specified by the Accept-Language header.
setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
 
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.
setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
Specify the sort order: ascending (true) or descending (false).
setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to ascending.
setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
setAuthorization(HttpAuthentication) - Method in class org.springframework.http.HttpHeaders
Sets a value for the Authorization header.
setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
Sets the streaming body for this message.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Cache-Control header.
setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Sets the character set used for writing form data.
setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Sets the number of bytes to write in each chunk when not buffering request bodies locally.
setComparator(int, Comparator<T>) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index.
setComparator(int, Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index using the given sort order.
setConnection(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
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.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying connect timeout in milliseconds.
setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
Sets the underlying connect timeout in milliseconds.
setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's connect timeout (in milliseconds).
setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Content-Disposition header for form-data.
setContentEncoding(List<ContentCodingType>) - Method in class org.springframework.http.HttpHeaders
Set the list of content coding types, as specified by the Content-Encoding header.
setContentEncoding(ContentCodingType) - Method in class org.springframework.http.HttpHeaders
Set the content coding type, as specified by the Content-Encoding header.
setContentLength(long) - Method in class org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setDate(long) - Method in class org.springframework.http.HttpHeaders
Set the date and time at which the message was created, as specified by the Date header.
setDate(String, long) - Method in class org.springframework.http.HttpHeaders
Set the given date under the given header name after formatting it as a string using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz".
setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to descending sort.
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
Set the error handler.
setETag(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) entity tag of the body, as specified by the ETag header.
setExpires(long) - Method in class org.springframework.http.HttpHeaders
Set the date and time at which the message is no longer valid, as specified by the Expires header.
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.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Set the HttpClient used by this factory.
setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the HttpClient used for
setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-Modified-Since header.
setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the If-None-Match header.
setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
Set the (new) values of the If-None-Match header.
setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
Sets the request interceptors that this accessor should use.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Specify a custom prefix to use for JSON output.
setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Specify a custom prefix to use for this view's JSON output.
setLastModified(long) - Method in class org.springframework.http.HttpHeaders
Set the time the resource was last changed, as specified by the Last-Modified header.
setLocation(URI) - Method in class org.springframework.http.HttpHeaders
Set the (new) location of a resource, as specified by the Location header.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
Set the message body converters to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Set the ObjectMapper for this view.
setOrigin(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Origin header.
setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set if the underlying URLConnection can be set to 'output streaming' mode.
setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the message body converters to use.
setPragma(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Pragma header.
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
Indicates whether external XML entities are processed when converting to a Source.
setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the Proxy to use for this request factory.
setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
Deprecated.
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying read timeout in milliseconds.
setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
Sets the underlying read timeout in milliseconds.
setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's read timeout (in milliseconds).
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
Set the request factory that this accessor uses for obtaining HttpRequests.
setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
Sets the RestTemplate for the gateway.
setReuseConnection(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set if the underlying URLConnection should reuse the HTTP connection.
setSerializer(Serializer) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
Sets the Serializer for this view.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
Set the type index for the current nesting level.
setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the Upgrade header.
setUserAgent(String) - Method in class org.springframework.http.HttpHeaders
Set the (new) value of the User-Agent header.
setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying write timeout in milliseconds.
setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
Sets the underlying write timeout in milliseconds.
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
ClientHttpRequestFactory implementation that uses standard J2SE facilities.
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.ConcurrentReferenceHashMap
 
size() - Method in class org.springframework.util.LinkedMultiValueMap
 
SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
 
sortByQualityValue(List<ContentCodingType>) - Static method in class org.springframework.http.ContentCodingType
Sorts the given list of ContentCodingType objects by quality value.
sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity.
sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity as the primary criteria and quality value the secondary.
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
Implementation of HttpMessageConverter that can read and write Source objects.
SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
Sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
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.
StreamingHttpOutputMessage - Interface in org.springframework.http
Represents a HTTP output message that allows for setting a streaming body.
StreamingHttpOutputMessage.Body - Interface in org.springframework.http
Defines the contract for bodies that can be written directly to a OutputStream.
StreamUtils - Class in org.springframework.util
Simple utility methods for dealing with streams.
StreamUtils() - Constructor for class org.springframework.util.StreamUtils
 
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
Implementation of HttpMessageConverter that can read and write strings.
StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A default constructor that uses "ISO-8859-1" as the default charset.
StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A constructor accepting a default charset to use if the requested content type does not specify one.
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.json.GsonHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 

T

TE - Static variable in class org.springframework.http.HttpHeaders
The HTTP TE header field name.
text(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
Creates a text encryptor that uses standard password-based encryption.
TEXT_HTML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_HTML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
toArray(Enumeration<E>, A[]) - Static method in class org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toClassArray(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
toCommaDelimitedString(List<String>) - Method in class org.springframework.http.HttpHeaders
 
toIterator(Enumeration<E>) - Static method in class org.springframework.util.CollectionUtils
Adapt an enumeration to an iterator.
tokenizeToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - Static method in class org.springframework.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toMultiValueMap(Map<K, List<V>>) - Static method in class org.springframework.util.CollectionUtils
Adapts a Map<K, List<V>> to an MultiValueMap<K,V>.
toObjectArray(Object) - Static method in class org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toSingleValueMap() - Method in class org.springframework.http.HttpHeaders
 
toSingleValueMap() - Method in class org.springframework.util.LinkedMultiValueMap
 
toSingleValueMap() - Method in interface org.springframework.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toString() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService
 
toString() - Method in class org.springframework.core.convert.TypeDescriptor
 
toString() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - Method in class org.springframework.core.ParameterizedTypeReference
 
toString() - Method in class org.springframework.http.ContentCodingType
 
toString(Collection<ContentCodingType>) - Static method in class org.springframework.http.ContentCodingType
Return a string representation of the given list of ContentCodingType objects.
toString() - Method in class org.springframework.http.HttpBasicAuthentication
 
toString() - Method in class org.springframework.http.HttpEntity
 
toString() - Method in class org.springframework.http.HttpHeaders
 
toString() - Method in enum org.springframework.http.HttpStatus
Return a string representation of this status code.
toString() - Method in class org.springframework.http.MediaType
 
toString(Collection<MediaType>) - Static method in class org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - Method in class org.springframework.http.ResponseEntity
 
toString() - Method in class org.springframework.util.comparator.BooleanComparator
 
toString() - Method in class org.springframework.util.comparator.CompoundComparator
 
toString() - Method in class org.springframework.util.comparator.InvertibleComparator
 
toString() - Method in class org.springframework.util.comparator.NullSafeComparator
 
toString() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
toString() - Method in class org.springframework.util.LinkedMultiValueMap
 
toString() - Method in class org.springframework.web.util.UriComponents
 
toString() - Method in class org.springframework.web.util.UriTemplate
 
toStringArray(Collection<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
toURI(URL) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
toURI(String) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toUri() - Method in class org.springframework.web.util.UriComponents
Return a URI from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.UriComponents
Return a URI string from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a URI String.
TRAILER - Static variable in class org.springframework.http.HttpHeaders
The HTTP Trailer header field name.
TRANSFER_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Transfer-Encoding header field name.
transform(Source, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
trimAllWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - Static method in class org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE_HIGH - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
TypeDescriptor - Class in org.springframework.core.convert
Context about a type to convert from or to.
TypeDescriptor(MethodParameter) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a MethodParameter.
TypeDescriptor(Field) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Field.
TypeDescriptor(Property) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Property.
TypeMismatchException - Exception in org.springframework.beans
Exception thrown on a type mismatch when trying to set a bean property.
TypeMismatchException(PropertyChangeEvent, Class<?>) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(PropertyChangeEvent, Class<?>, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(Object, Class<?>) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeMismatchException(Object, Class<?>, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeUtils - Class in org.springframework.util
Utility to work with Java 5 generic type parameters.
TypeUtils() - Constructor for class org.springframework.util.TypeUtils
 

U

uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UnknownHttpStatusCodeException - Exception in org.springframework.web.client
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Static method in class org.springframework.util.CollectionUtils
Returns an unmodifiable view of the specified multi-value map.
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
upcast(Class<?>) - Method in class org.springframework.core.convert.TypeDescriptor
Cast this TypeDescriptor to a superclass or implemented interface preserving annotations and nested type context.
updateConnection(Connection<?>) - Method in class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
 
UPGRADE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Upgrade header field name.
uri(URI) - Method in class org.springframework.web.util.UriComponentsBuilder
Initialize all components of this URI builder with the components of the given URI.
UriComponents - Class in org.springframework.web.util
Represents an immutable collection of URI components, mapping component type to String values.
UriComponents(String, String) - Constructor for class org.springframework.web.util.UriComponents
 
uriComponents(UriComponents) - Method in class org.springframework.web.util.UriComponentsBuilder
Set all components of this URI builder from the given UriComponents.
UriComponents.UriTemplateVariables - Interface in org.springframework.web.util
Defines the contract for URI Template variables
UriComponentsBuilder - Class in org.springframework.web.util
Builder for UriComponents.
UriComponentsBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder
Default constructor.
UriTemplate - Class in org.springframework.web.util
Represents a URI template.
UriTemplate(String) - Constructor for class org.springframework.web.util.UriTemplate
Construct a new UriTemplate with the given URI String.
UriUtils - Class in org.springframework.web.util
Utility class for URI encoding and decoding based on RFC 3986.
UriUtils() - Constructor for class org.springframework.web.util.UriUtils
 
URL_PROTOCOL_CODE_SOURCE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from an OC4J jar file: "code-source"
URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSFILE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile"
URL_PROTOCOL_VFSZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WSJAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a zip file: "zip"
UrlResource - Class in org.springframework.core.io
Resource implementation for java.net.URL locators.
UrlResource(URI) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource based on the given URI object.
UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource based on the given URL object.
UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource based on a URL path.
UrlResource(String, String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(String, String, String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource based on a URI specification.
useCachesIfNecessary(URLConnection) - Static method in class org.springframework.util.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
USER_AGENT - Static variable in class org.springframework.http.HttpHeaders
The HTTP User-Agent header field name.
USER_DECLARED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods which are not declared on java.lang.Object.
userInfo(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI user info.

V

value() - Method in enum org.springframework.http.HttpStatus.Series
Return the integer value of this status series.
value() - Method in enum org.springframework.http.HttpStatus
Return the integer value of this status code.
valueOf(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from the given type.
valueOf(String) - Static method in class org.springframework.http.ContentCodingType
Parse the given String value into a ContentCodingType object.
valueOf(String) - Static method in enum org.springframework.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpStatus.Series
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(HttpStatus) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(String) - Static method in enum org.springframework.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(String) - Static method in class org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.http.HttpHeaders
 
values() - Static method in enum org.springframework.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus.Series
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.util.LinkedMultiValueMap
 
VARY - Static variable in class org.springframework.http.HttpHeaders
The HTTP Vary header field name.
VIA - Static variable in class org.springframework.http.HttpHeaders
The HTTP Via header field name.

W

WARNING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Warning header field name.
WritableResource - Interface in org.springframework.core.io
Extended interface for a resource that supports writing to it.
write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation delegates to AbstractHttpMessageConverter.getDefaultContentType(Object) if a content type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType), and sets the corresponding headers on the output message.
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(byte[], HttpOutputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
writeInternal(String, HttpOutputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
writeTo(OutputStream) - Method in interface org.springframework.http.StreamingHttpOutputMessage.Body
Writes this body to the given OutputStream.
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
WWW_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP WWW-Authenticate header field name.

X

XmlAwareFormHttpMessageConverter - Class in org.springframework.http.converter.xml
XmlAwareFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
Deprecated.
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Spring for Android