- 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
-
- canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Indicates whether the given type can be read by this converter.
- canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be read by this converter.
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Indicates whether the given class can be written by this converter.
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
- 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
-
- 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
-
- ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
-
- 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
-
- ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
-
- 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
-
- 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
-
- ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
-
- ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
-
- 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
-
- createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- createRelative(String) - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that relative resources cannot be created for this resource.
- createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
-
This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
- createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
-
This implementation creates a FileSystemResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) - Method in interface org.springframework.core.io.Resource
-
Create a resource relative to this resource.
- createRelative(String) - Method in class org.springframework.core.io.UrlResource
-
This implementation creates a UrlResource, applying the given path
relative to the path of the underlying URL of this resource descriptor.
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
Create a new
ClientHttpRequest
for the specified URI and HTTP method by using the
passed-on request factory.
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.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
-
- customizeConnection(URLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- customizeConnection(HttpURLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Construct a new GsonHttpMessageConverter
.
- GZIP - Static variable in class org.springframework.http.ContentCodingType
-
Public constant encoding type for gzip
.
- GZIP_VALUE - Static variable in class org.springframework.http.ContentCodingType
-
- handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
- handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
-
Handles the error in the given response.
- 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
-
- 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
-
- HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
-
- HttpAuthentication - Class in org.springframework.http
-
Represents an abstract HTTP Authentication.
- HttpAuthentication() - Constructor for class org.springframework.http.HttpAuthentication
-
- HttpBasicAuthentication - Class in org.springframework.http
-
Represents HTTP Basic Authentication.
- HttpBasicAuthentication(String, String) - Constructor for class org.springframework.http.HttpBasicAuthentication
-
- HttpClientErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 4xx is received.
- HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
.
- HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
and status text.
- HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
-
Construct a new instance of
HttpClientErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpComponentsAndroidClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsAndroidClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
- HttpComponentsAndroidClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Create a new instance of the HttpComponentsAndroidClientHttpRequestFactory with the given
HttpClient
instance.
- HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
-
- HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsClientHttpRequestFactory
with a
default
HttpClient
.
- HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Create a new instance of the
HttpComponentsClientHttpRequestFactory
with
the given
HttpClient
instance.
- HttpEntity<T> - Class in org.springframework.http
-
Represents an HTTP request or response entity, consisting of headers and body.
- HttpEntity() - Constructor for class org.springframework.http.HttpEntity
-
Create a new, empty HttpEntity
.
- HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given body and no headers.
- HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given headers and no body.
- HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
-
Create a new HttpEntity
with the given body and headers.
- HttpHeaders - Class in org.springframework.http
-
Represents HTTP request and response headers, mapping string header names to list of string values.
- HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
-
Constructs a new, empty instance of the HttpHeaders
object.
- HttpInputMessage - Interface in org.springframework.http
-
Represents an HTTP input message, consisting of
headers
and a readable
body.
- HttpMessage - Interface in org.springframework.http
-
Represents the base interface for HTTP request and response messages.
- HttpMessageConversionException - Exception in org.springframework.http.converter
-
- HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
-
Create a new HttpMessageConversionException.
- HttpMessageConverter<T> - Interface in org.springframework.http.converter
-
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
- HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
-
Response extractor that uses the given
entity
converters to convert the response into a type
T
.
- HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor
with the given
response type and message converters.
- HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
-
Creates a new instance of the HttpMessageConverterExtractor
with the given
response type and message converters.
- HttpMessageNotReadableException - Exception in org.springframework.http.converter
-
- HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
-
Create a new HttpMessageNotReadableException.
- HttpMessageNotWritableException - Exception in org.springframework.http.converter
-
- HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
-
Create a new HttpMessageNotWritableException.
- HttpMethod - Enum in org.springframework.http
-
Java 5 enumeration of HTTP request methods.
- HttpOutputMessage - Interface in org.springframework.http
-
Represents an HTTP output message, consisting of
headers
and a writable
body.
- HttpRequest - Interface in org.springframework.http
-
Represents an HTTP request message, consisting of
method
and
uri.
- HttpRequestWrapper - Class in org.springframework.http.client.support
-
Provides a convenient implementation of the
HttpRequest
interface that can be overridden to adapt the
request.
- HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
-
Creates a new HttpRequest
wrapping the given request object.
- HttpServerErrorException - Exception in org.springframework.web.client
-
Exception thrown when an HTTP 5xx is received.
- HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
.
- HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
and status text.
- HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on an
HttpStatus
, status text, and response body content.
- HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
-
Construct a new instance of
HttpServerErrorException
based on a
HttpStatus
, status text, and response body content.
- HttpStatus - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status codes.
- HttpStatus.Series - Enum in org.springframework.http
-
Java 5 enumeration of HTTP status series.
- HttpStatusCodeException - Exception in org.springframework.web.client
-
Abstract base class for exceptions based on an
HttpStatus
.
- HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
.
- HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
and status text.
- HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
- HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on an
HttpStatus
, status text, and response body content.
- IDENTITY - Static variable in class org.springframework.http.ContentCodingType
-
Public constant encoding type for identity
.
- IDENTITY_VALUE - Static variable in class org.springframework.http.ContentCodingType
-
- identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- 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
-
- IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/jpeg
.
- IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_PNG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/png
.
- IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
-
- includes(ContentCodingType) - Method in class org.springframework.http.ContentCodingType
-
Indicate whether this ContentCodingType
includes the given coding type.
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
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
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Creates a new instance of the InterceptingClientHttpRequestFactory
with the given parameters.
- InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding
interceptor-related properties to
HttpAccessor
's common properties.
- InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
-
- InvalidMediaTypeException - Exception in org.springframework.http
-
- 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
-
- is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
-
- is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
-
- is4xxClientError() - Method in enum org.springframework.http.HttpStatus
-
- is5xxServerError() - Method in enum org.springframework.http.HttpStatus
-
- 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
*
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
*
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.
- 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
-
- 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
-
- setContentEncoding(ContentCodingType) - Method in class org.springframework.http.HttpHeaders
-
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the
Content-Length
header.
- setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the
media type of the body,
as specified by the
Content-Type
header.
- setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified
by the Date
header.
- setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz"
.
- 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
-
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the Proxy
to use for this request factory.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsAndroidClientHttpRequestFactory
-
Deprecated.
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Deprecated.
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining
HttpRequests
.
- setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- setReuseConnection(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection should reuse the HTTP connection.
- setSerializer(Serializer) - Method in class org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter
-
Sets the Serializer
for this view.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- 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
-
- 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
-
- SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
- split(String, String) - Static method in class org.springframework.util.StringUtils
-
Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- SQLiteConnectionRepository - Class in org.springframework.social.connect.sqlite
-
ConnectionRepository
that uses SQLite to persist connection data to a relational database.
- SQLiteConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepository(String, SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepositoryHelper - Class in org.springframework.social.connect.sqlite.support
-
- SQLiteConnectionRepositoryHelper(Context) - Constructor for class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
-
- SQLiteUsersConnectionRepository - Class in org.springframework.social.connect.sqlite
-
UsersConnectionRepository
that uses SQLite to persist connection data to a relational database.
- SQLiteUsersConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
- standard(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
-
Creates a standard password-based bytes encryptor using 256 bit AES encryption.
- startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given String starts with the specified prefix,
ignoring upper/lower case.
- state(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
- state(boolean) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
- 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
-
- 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
-