- CachingMetadataReaderFactory - Class in org.springframework.core.type.classreading
- 
- CachingMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Create a new CachingMetadataReaderFactory for the default class loader,
 using a local resource cache. 
- CachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Create a new CachingMetadataReaderFactory for the given  ClassLoader,
 using a local resource cache. 
- CachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Create a new CachingMetadataReaderFactory for the given  ResourceLoader,
 using a shared resource cache if supported or a local resource cache otherwise. 
- 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. 
- CALOAD - Static variable in interface org.springframework.asm.Opcodes
-  
- canBypassConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
- 
Return whether conversion between the source type and the target type can be bypassed. 
- cancel(boolean) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- cancel(boolean) - Method in class org.springframework.util.concurrent.FutureAdapter
-  
- cancel(boolean) - Method in class org.springframework.util.concurrent.MonoToListenableFutureAdapter
-  
- cancel(boolean) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-  
- canConvert(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.ConversionService
- 
Return trueif objects ofsourceTypecan be converted to thetargetType.
 
- canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
- 
Return trueif objects ofsourceTypecan be converted to thetargetType.
 
- canConvert(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
-  
- canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
-  
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.AbstractDecoder
-  
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteArrayDecoder
-  
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteBufferDecoder
-  
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.DataBufferDecoder
-  
- canDecode(ResolvableType, MimeType) - Method in interface org.springframework.core.codec.Decoder
- 
Whether the decoder supports the given target element type and the MIME
 type of the source stream. 
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceDecoder
-  
- canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.StringDecoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.AbstractEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteArrayEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteBufferEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.CharSequenceEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.DataBufferEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in interface org.springframework.core.codec.Encoder
- 
Whether the encoder supports the given source element type and the MIME
 type for the output stream. 
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceEncoder
-  
- canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceRegionEncoder
-  
- canonicalName(String) - Method in class org.springframework.core.SimpleAliasRegistry
- 
Determine the raw name, resolving aliases to canonical names. 
- capacity() - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Return the number of bytes that this buffer can contain. 
- capacity(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Set the number of bytes that this buffer can contain. 
- capacity() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- capacity(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- capacity() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- capacity(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- capacity() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- capacity(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- capacity() - Method in class org.springframework.util.ResizableByteArrayOutputStream
- 
Return the current size of this stream's internal buffer. 
- capitalize(String) - Static method in class org.springframework.util.StringUtils
- 
- caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
- 
- CAST - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the type declared in an explicit or implicit cast
 instruction. 
- CASTORE - Static variable in interface org.springframework.asm.Opcodes
-  
- CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
- 
The CGLIB class separator: "$$".
 
- CHAR - Static variable in class org.springframework.asm.Type
- 
The sort of the chartype.
 
- CHAR_TYPE - Static variable in class org.springframework.asm.Type
- 
The chartype.
 
- charAt(int) - Method in class org.springframework.core.log.LogMessage
-  
- CharSequenceEncoder - Class in org.springframework.core.codec
- 
Encode from a CharSequencestream to a bytes stream.
 
- CHECKCAST - Static variable in interface org.springframework.asm.Opcodes
-  
- checkForAliasCircle(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
- 
Check whether the given name points back to the given alias as an alias
 in the other direction already, catching a circular reference upfront
 and throwing a corresponding IllegalStateException. 
- checkParameters(String, String) - Method in class org.springframework.util.MimeType
-  
- CLASS_BY_NAME - Static variable in class org.springframework.cglib.core.KeyFactory
-  
- CLASS_EXTENDS - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the super class of a class or one of the interfaces it
 implements. 
- CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
- 
The ".class" file suffix. 
- CLASS_TYPE_PARAMETER - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target a type parameter of a generic class. 
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target a bound of a type parameter of a generic class. 
- classLoader - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- classLoader - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- ClassLoaderAwareGeneratorStrategy - Class in org.springframework.cglib.core
- 
CGLIB GeneratorStrategy variant which exposes the application ClassLoader
 as current thread context ClassLoader for the time of class generation. 
- ClassLoaderAwareGeneratorStrategy(ClassLoader) - Constructor for class org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
-  
- ClassLoaderData(ClassLoader) - Constructor for class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-  
- ClassMetadata - Interface in org.springframework.core.type
- 
Interface that defines abstract metadata of a specific class,
 in a form that does not require that class to be loaded yet. 
- 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_ALL_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
- 
Pseudo URL prefix for all matching resources from the class path: "classpath*:"
 This differs from ResourceLoader's classpath URL prefix in that it
 retrieves all matching resources for a given name (e.g. 
- CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
- 
Pseudo URL prefix for loading from the class path: "classpath:". 
- CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
- 
Pseudo URL prefix for loading from the class path: "classpath:". 
- ClassPathContextResource(String, ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
-  
- 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 ClassPathResourceforClassLoaderusage.
 
- ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
- 
Create a new ClassPathResourceforClassLoaderusage.
 
- ClassPathResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
- 
Create a new ClassPathResourceforClassusage.
 
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
- 
- ClassReader - Class in org.springframework.asm
- 
A parser to make a  ClassVisitor visit a ClassFile structure, as defined in the Java
 Virtual Machine Specification (JVMS). 
- ClassReader(byte[]) - Constructor for class org.springframework.asm.ClassReader
- 
- ClassReader(byte[], int, int) - Constructor for class org.springframework.asm.ClassReader
- 
- ClassReader(InputStream) - Constructor for class org.springframework.asm.ClassReader
- 
- ClassReader(String) - Constructor for class org.springframework.asm.ClassReader
- 
- ClassRelativeResourceLoader - Class in org.springframework.core.io
- 
ResourceLoader implementation that interprets plain resource paths
 as relative to a given  java.lang.Class. 
- ClassRelativeResourceLoader(Class<?>) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
- 
Create a new ClassRelativeResourceLoader for the given class. 
- ClassTooLargeException - Exception in org.springframework.asm
- 
Exception thrown when the constant pool of a class produced by a  ClassWriter is too
 large. 
- ClassTooLargeException(String, int) - Constructor for exception org.springframework.asm.ClassTooLargeException
- 
- ClassUtils - Class in org.springframework.util
- 
Miscellaneous java.lang.Classutility methods.
 
- ClassUtils() - Constructor for class org.springframework.util.ClassUtils
-  
- ClassVisitor - Class in org.springframework.asm
- 
A visitor to visit a Java class. 
- ClassVisitor(int) - Constructor for class org.springframework.asm.ClassVisitor
- 
- ClassVisitor(int, ClassVisitor) - Constructor for class org.springframework.asm.ClassVisitor
- 
- ClassWriter - Class in org.springframework.asm
- 
A  ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
 Virtual Machine Specification (JVMS). 
- ClassWriter(int) - Constructor for class org.springframework.asm.ClassWriter
- 
- ClassWriter(ClassReader, int) - Constructor for class org.springframework.asm.ClassWriter
- 
Constructs a new  ClassWriter object and enables optimizations for "mostly add" bytecode
 transformations. 
- 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.core.io.buffer.LimitedDataBufferList
-  
- clear() - Method in class org.springframework.util.AutoPopulatingList
-  
- 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
-  
- clear() - Method in class org.springframework.util.xml.SimpleNamespaceContext
- 
Remove all declared prefixes. 
- clearCache() - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Clear the internal annotation metadata cache. 
- clearCache() - Static method in class org.springframework.core.ResolvableType
- 
Clear the internal ResolvableType/SerializableTypeWrappercache.
 
- clearCache() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Clear the local MetadataReader cache, if any, removing all cached class metadata. 
- clearCache() - Static method in class org.springframework.util.ReflectionUtils
- 
Clear the internal method/field cache. 
- clearResourceCaches() - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Clear all resource caches in this resource loader. 
- clone() - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
-  
- clone() - Method in class org.springframework.core.MethodParameter
-  
- clone() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- clone() - Method in class org.springframework.util.LinkedMultiValueMap
- 
Create a regular copy of this Map. 
- close() - Method in class org.springframework.util.CommonsLogWriter
-  
- close() - Method in class org.springframework.util.FastByteArrayOutputStream
-  
- CodecException - Exception in org.springframework.core.codec
- 
General error that indicates a problem while encoding and decoding to and
 from an Object stream. 
- CodecException(String) - Constructor for exception org.springframework.core.codec.CodecException
- 
Create a new CodecException. 
- CodecException(String, Throwable) - Constructor for exception org.springframework.core.codec.CodecException
- 
Create a new CodecException. 
- 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 that is aware of common Java and Spring collection types. 
- collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
- 
Convert a Collectioninto a delimitedString(e.g., CSV).
 
- collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
- 
- collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
- 
Convert a Collectioninto a delimitedString(e.g.
 
- CollectionUtils - Class in org.springframework.util
- 
Miscellaneous collection utility methods. 
- CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
-  
- combine(String, String) - Method in class org.springframework.util.AntPathMatcher
- 
Combine two patterns into a new pattern. 
- combine(String, String) - Method in interface org.springframework.util.PathMatcher
- 
Combines two patterns into a new pattern that is returned. 
- combine(String, String) - Method in interface org.springframework.util.RouteMatcher
- 
Combines two patterns into a single pattern. 
- combine(String, String) - Method in class org.springframework.util.SimpleRouteMatcher
-  
- commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
- 
Convert a comma delimited list (e.g., a row from a CSV file) into a set. 
- commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
- 
Convert a comma delimited list (e.g., a row from a CSV file) into an
 array of strings. 
- COMMAND_LINE_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
- 
- CommandLinePropertySource<T> - Class in org.springframework.core.env
- 
Abstract base class for  PropertySource implementations backed by command line
 arguments. 
- CommandLinePropertySource(T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
- 
Create a new  CommandLinePropertySource having the default name
  "commandLineArgs" and backed by the given source object. 
- CommandLinePropertySource(String, T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
- 
- CommonsLogWriter - Class in org.springframework.util
- 
java.io.Writeradapter for a Commons LoggingLog.
 
- CommonsLogWriter(Log) - Constructor for class org.springframework.util.CommonsLogWriter
- 
Create a new CommonsLogWriter for the given Commons Logging logger. 
- comparable() - Static method in class org.springframework.util.comparator.Comparators
- 
- ComparableComparator<T extends 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
-  
- Comparators - Class in org.springframework.util.comparator
- 
Convenient entry point with generically typed factory methods
 for common Spring  Comparator variants. 
- Comparators() - Constructor for class org.springframework.util.comparator.Comparators
-  
- compare(S, S) - Method in class org.springframework.core.convert.converter.ConvertingComparator
-  
- compare(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.springframework.core.ExceptionDepthComparator
-  
- compare(Object, Object) - Method in class org.springframework.core.OrderComparator
-  
- compare(String, String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
- 
Compare two patterns to determine which should match first, i.e. 
- 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
- 
Deprecated. 
- compare(T, T) - Method in class org.springframework.util.comparator.InstanceComparator
-  
- compare(T, T) - Method in class org.springframework.util.comparator.InvertibleComparator
- 
Deprecated. 
- compare(T, T) - Method in class org.springframework.util.comparator.NullSafeComparator
-  
- compare(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
-  
- compareParameters(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
-  
- compareTo(MethodClassKey) - Method in class org.springframework.core.MethodClassKey
-  
- compareTo(MimeType) - Method in class org.springframework.util.MimeType
- 
Compares this MIME Type to another alphabetically. 
- compareTo(DataSize) - Method in class org.springframework.util.unit.DataSize
-  
- completable() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- completable() - Method in interface org.springframework.util.concurrent.ListenableFuture
- 
- completable() - Method in class org.springframework.util.concurrent.ListenableFutureTask
-  
- completable() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-  
- CompletableToListenableFutureAdapter<T> - Class in org.springframework.util.concurrent
- 
- CompletableToListenableFutureAdapter(CompletionStage<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
- 
- CompletableToListenableFutureAdapter(CompletableFuture<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
- 
- CompositeIterator<E> - Class in org.springframework.util
- 
- CompositeIterator() - Constructor for class org.springframework.util.CompositeIterator
-  
- CompositePropertySource - Class in org.springframework.core.env
- 
- CompositePropertySource(String) - Constructor for class org.springframework.core.env.CompositePropertySource
- 
Create a new CompositePropertySource.
 
- CompoundComparator<T> - Class in org.springframework.util.comparator
- 
- CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Construct a CompoundComparator with initially no Comparators. 
- CompoundComparator(Comparator...) - Constructor for class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Construct a CompoundComparator from the Comparators in the provided array. 
- COMPUTE_FRAMES - Static variable in class org.springframework.asm.ClassWriter
- 
A flag to automatically compute the stack map frames of methods from scratch. 
- COMPUTE_MAXS - Static variable in class org.springframework.asm.ClassWriter
- 
A flag to automatically compute the maximum stack size and the maximum number of local
 variables of methods. 
- computeIfAbsent(String, Function<? super String, ? extends V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
- 
Concatenate the given Stringarrays into one,
 with overlapping array elements included twice.
 
- ConcurrencyThrottleSupport - Class in org.springframework.util
- 
Support class for throttling concurrent access to a specific resource. 
- ConcurrencyThrottleSupport() - Constructor for class org.springframework.util.ConcurrencyThrottleSupport
-  
- ConcurrentExecutorAdapter - Class in org.springframework.core.task.support
- 
- ConcurrentExecutorAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
- 
Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor. 
- ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
- 
- ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
- 
Create a new ConcurrentReferenceHashMapinstance.
 
- ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
- 
A single map entry. 
- ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
- 
- ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
- 
- 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. 
- 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. 
- ConfigurableEnvironment - Interface in org.springframework.core.env
- 
Configuration interface to be implemented by most if not all  Environment types. 
- ConfigurableObjectInputStream - Class in org.springframework.core
- 
Special ObjectInputStream subclass that resolves class names
 against a specific ClassLoader. 
- ConfigurableObjectInputStream(InputStream, ClassLoader) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
- 
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader. 
- ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
- 
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader. 
- ConfigurablePropertyResolver - Interface in org.springframework.core.env
- 
Configuration interface to be implemented by most if not all  PropertyResolver
 types. 
- ConstantDynamic - Class in org.springframework.asm
- 
A constant whose value is computed at runtime, with a bootstrap method. 
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class org.springframework.asm.ConstantDynamic
- 
- ConstantException(String, String, String) - Constructor for exception org.springframework.core.Constants.ConstantException
- 
Thrown when an invalid constant name is requested. 
- ConstantException(String, String, Object) - Constructor for exception org.springframework.core.Constants.ConstantException
- 
Thrown when an invalid constant value is looked up. 
- Constants - Class in org.springframework.core
- 
This class can be used to parse other classes containing constant definitions
 in public static final members. 
- Constants(Class<?>) - Constructor for class org.springframework.core.Constants
- 
Create a new Constants converter class wrapping the given class. 
- Constants.ConstantException - Exception in org.springframework.core
- 
Exception thrown when the  Constants class is asked for
 an invalid constant name. 
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target a type parameter of a generic constructor in a
 constructor call. 
- CONSTRUCTOR_REFERENCE - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the receiver type of a constructor reference. 
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target a type parameter of a generic constructor in a
 constructor reference. 
- contains(String) - Method in class org.springframework.core.env.MutablePropertySources
-  
- contains(String) - Method in interface org.springframework.core.env.PropertySources
- 
Return whether a property source with the given name is contained. 
- 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(Object) - Method in class org.springframework.util.AutoPopulatingList
-  
- 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. 
- containsAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
-  
- containsAny(Collection<?>, Collection<?>) - Static method in class org.springframework.util.CollectionUtils
- 
Return trueif any element in 'candidates' is
 contained in 'source'; otherwise returnsfalse.
 
- 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.util.ConcurrentReferenceHashMap
-  
- containsKey(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- containsKey(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-  
- containsOption(String) - Method in class org.springframework.core.env.CommandLinePropertySource
- 
Return whether the set of option arguments parsed from the command line contains
 an option with the given name. 
- containsOption(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-  
- containsOption(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-  
- containsProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- containsProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- containsProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
- 
- containsProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
-  
- containsProperty(String) - Method in class org.springframework.core.env.EnumerablePropertySource
- 
Return whether this PropertySourcecontains a property with the given name.
 
- containsProperty(String) - Method in class org.springframework.core.env.MapPropertySource
-  
- containsProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return whether the given property key is available for resolution,
 i.e. 
- containsProperty(String) - Method in class org.springframework.core.env.PropertySource
- 
Return whether this PropertySourcecontains the given name.
 
- containsProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-  
- containsProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
- 
Return trueif a property with the given name or any underscore/uppercase variant
 thereof exists in this property source.
 
- containsValue(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- containsValue(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-  
- containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
- 
Check whether the given CharSequencecontains any whitespace characters.
 
- containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
- 
Check whether the given Stringcontains any whitespace characters.
 
- 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.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/Path length. 
- contentLength() - Method in class org.springframework.core.io.PathResource
- 
This implementation returns the underlying file's length. 
- contentLength() - Method in interface org.springframework.core.io.Resource
- 
Determine the content length for this resource. 
- contentLength() - Method in class org.springframework.core.io.VfsResource
-  
- ContextResource - Interface in org.springframework.core.io
- 
Extended interface for a resource that is loaded from an enclosing
 'context', e.g. 
- Conventions - Class in org.springframework.core
- 
Provides methods to support various naming and other conventions used
 throughout the framework. 
- 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
- 
- convert(Object, Class<T>) - Method in interface org.springframework.core.convert.ConversionService
- 
Convert the given sourceto the specifiedtargetType.
 
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
- 
Convert the given sourceto the specifiedtargetType.
 
- convert(S) - Method in interface org.springframework.core.convert.converter.Converter
- 
Convert the source object of type Sto target typeT.
 
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.GenericConverter
- 
Convert the source object 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 target type is a descriptor that provides additional conversion context. 
- convert(byte[]) - Method in class org.springframework.core.serializer.support.DeserializingConverter
-  
- convert(Object) - Method in class org.springframework.core.serializer.support.SerializingConverter
- 
Serializes the source object and returns the byte array result. 
- convertClassLoaderURL(URL) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Convert the given URL as returned from the ClassLoader into a  Resource. 
- 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 Sto a target of typeT.
 
- 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
- 
Exception to be thrown when a suitable converter could not be found
 in a given conversion service. 
- ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
- 
Create a new conversion executor not found exception. 
- ConverterRegistry - Interface in org.springframework.core.convert.converter
- 
For registering converters with a type conversion system. 
- ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
- 
Create a new source-to-target pair. 
- 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
- 
Create a new ConvertingComparatorinstance.
 
- ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
- 
- 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 nullsource.
 
- 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. 
- convertValueIfNecessary(Object, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Convert the given value to the specified target type, if necessary. 
- 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. 
- copyAttributesFrom(AttributeAccessor) - Method in class org.springframework.core.AttributeAccessorSupport
- 
Copy the attributes from the supplied AttributeAccessor to this accessor. 
- copyRange(InputStream, OutputStream, long, long) - Static method in class org.springframework.util.StreamUtils
- 
Copy a range of content of the given InputStream to the given OutputStream. 
- copyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
- 
Recursively copy the contents of the srcfile/directory
 to thedestfile/directory.
 
- copyRecursively(Path, Path) - Static method in class org.springframework.util.FileSystemUtils
- 
Recursively copy the contents of the srcfile/directory
 to thedestfile/directory.
 
- 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 subin stringstr.
 
- create(Object) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- create(Class) - Static method in class org.springframework.cglib.core.KeyFactory
-  
- create(Class, Customizer) - Static method in class org.springframework.cglib.core.KeyFactory
-  
- create(Class, KeyFactoryCustomizer, List<KeyFactoryCustomizer>) - Static method in class org.springframework.cglib.core.KeyFactory
-  
- create(ClassLoader, Class, Customizer) - Static method in class org.springframework.cglib.core.KeyFactory
-  
- create(ClassLoader, Class, KeyFactoryCustomizer, List<KeyFactoryCustomizer>) - Static method in class org.springframework.cglib.core.KeyFactory
-  
- create() - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- create() - Method in class org.springframework.cglib.proxy.Enhancer
- 
Generate a new class if necessary and uses the specified
 callbacks (if any) to create a new object instance. 
- create(Class[], Object[]) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Generate a new class if necessary and uses the specified
 callbacks (if any) to create a new object instance. 
- create(Class, Callback) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Helper method to create an intercepted object. 
- create(Class, Class[], Callback) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Helper method to create an intercepted object. 
- create(Class, Class[], CallbackFilter, Callback[]) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Helper method to create an intercepted object. 
- create(Class, Class, String, String, String) - Static method in class org.springframework.cglib.proxy.MethodProxy
- 
For internal use by  Enhancer only; see the  FastMethod class
 for similar functionality. 
- 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. 
- createClass() - Method in class org.springframework.cglib.proxy.Enhancer
- 
Generate a new class if necessary and return it without creating a new instance. 
- createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
- 
Create the most appropriate collection for the given collection type. 
- createCollection(Class<?>, 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. 
- createContentHandler(Node) - Static method in class org.springframework.util.xml.DomUtils
- 
Returns a SAX ContentHandlerthat transforms callback calls to DOMNodes.
 
- createContentHandler(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createContentHandler(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createCustomStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createCustomStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createCustomStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createCustomStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createDefensiveInputFactory() - Static method in class org.springframework.util.xml.StaxUtils
- 
- createDefensiveInputFactory(Supplier<T>) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createElement(int) - Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
- 
Create the element for the supplied index. 
- createEventStreamReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createEventStreamWriter(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createEventStreamWriter(XMLEventWriter, XMLEventFactory) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createMap(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
- 
Create the most appropriate map for the given map type. 
- createMap(Class<?>, Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
- 
Create the most appropriate map for the given map type. 
- createPropertySource(String, EncodedResource) - Method in class org.springframework.core.io.support.DefaultPropertySourceFactory
-  
- createPropertySource(String, EncodedResource) - Method in interface org.springframework.core.io.support.PropertySourceFactory
- 
- 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.DefaultResourceLoader.ClassPathContextResource
-  
- 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 class org.springframework.core.io.FileUrlResource
-  
- createRelative(String) - Method in class org.springframework.core.io.PathResource
- 
This implementation creates a PathResource, 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
- 
- createRelative(String) - Method in class org.springframework.core.io.VfsResource
-  
- createRelativeURL(String) - Method in class org.springframework.core.io.UrlResource
- 
This delegate creates a java.net.URL, applying the given path
 relative to the path of the underlying URL of this resource descriptor.
 
- createSortedProperties(boolean) - Static method in class org.springframework.core.CollectionFactory
- 
Create a variant of  Properties that sorts properties
 alphanumerically based on their keys. 
- createSortedProperties(Properties, boolean) - Static method in class org.springframework.core.CollectionFactory
- 
Create a variant of  Properties that sorts properties
 alphanumerically based on their keys. 
- createStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createStringAdaptingProperties() - Static method in class org.springframework.core.CollectionFactory
- 
- createThread(Runnable) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Template method for the creation of a new  Thread. 
- createXMLEventReader(List<XMLEvent>) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createXMLReader(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- createXMLReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
- 
- currentTaskName() - Method in class org.springframework.util.StopWatch
- 
Get the name of the currently running task, if any. 
- CustomizableThreadCreator - Class in org.springframework.util
- 
Simple customizable helper class for creating new  Thread instances. 
- CustomizableThreadCreator() - Constructor for class org.springframework.util.CustomizableThreadCreator
- 
Create a new CustomizableThreadCreator with default thread name prefix. 
- CustomizableThreadCreator(String) - Constructor for class org.springframework.util.CustomizableThreadCreator
- 
Create a new CustomizableThreadCreator with the given thread name prefix. 
- customizeConnection(URLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
- 
- customizeConnection(HttpURLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
- 
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.AbstractEnvironment
- 
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.StandardEnvironment
- 
- cv - Variable in class org.springframework.asm.ClassVisitor
- 
The class visitor to which this visitor must delegate method calls. 
- generate(AbstractClassGenerator.ClassLoaderData) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- generate(ClassGenerator) - Method in class org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
-  
- generate(AbstractClassGenerator.ClassLoaderData) - Method in class org.springframework.cglib.proxy.Enhancer
-  
- generateClass(ClassVisitor) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- generateClass(ClassVisitor) - Method in class org.springframework.cglib.proxy.Enhancer
-  
- generateId() - Method in class org.springframework.util.AlternativeJdkIdGenerator
-  
- generateId() - Method in interface org.springframework.util.IdGenerator
- 
Generate a new identifier. 
- generateId() - Method in class org.springframework.util.JdkIdGenerator
-  
- generateId() - Method in class org.springframework.util.SimpleIdGenerator
-  
- generateMultipartBoundary() - Static method in class org.springframework.util.MimeTypeUtils
- 
Generate a random MIME boundary as bytes, often used in multipart mime types. 
- generateMultipartBoundaryString() - Static method in class org.springframework.util.MimeTypeUtils
- 
Generate a random MIME boundary as String, often used in multipart mime types. 
- Generator() - Constructor for class org.springframework.cglib.core.KeyFactory.Generator
-  
- 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. 
- GenericTypeResolver - Class in org.springframework.core
- 
Helper class for resolving generic types against type variables. 
- get(AbstractClassGenerator, boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-  
- get(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(Class<A>, Predicate<? super MergedAnnotation<A>>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(Class<A>, Predicate<? super MergedAnnotation<A>>, MergedAnnotationSelector<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(String, Predicate<? super MergedAnnotation<A>>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(String, Predicate<? super MergedAnnotation<A>>, MergedAnnotationSelector<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
- get(String) - Method in class org.springframework.core.env.MutablePropertySources
-  
- get(String) - Method in interface org.springframework.core.env.PropertySources
- 
Return the property source with the given name, nullif not found.
 
- get(int) - Method in class org.springframework.util.AutoPopulatingList
- 
Get the element at the supplied index, creating it if there is
 no element at that index. 
- get() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- get() - Method in class org.springframework.util.concurrent.FutureAdapter
-  
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.FutureAdapter
-  
- get() - Method in class org.springframework.util.concurrent.MonoToListenableFutureAdapter
-  
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.MonoToListenableFutureAdapter
-  
- get() - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 
Retrieve the value. 
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 
Retrieve the value. 
- get(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- get() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
- 
Return the referenced entry, or nullif the entry is no longer available.
 
- get() - Method in class org.springframework.util.function.SingletonSupplier
- 
Get the shared singleton instance for this supplier. 
- get(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- get(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-  
- getAccess() - Method in class org.springframework.asm.ClassReader
- 
Returns the class's access flags (see  Opcodes). 
- getActiveProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getActiveProfiles() - Method in interface org.springframework.core.env.Environment
- 
Return the set of profiles explicitly made active for this environment. 
- getAdaptee() - Method in class org.springframework.util.concurrent.FutureAdapter
- 
Returns the adaptee. 
- getAdapter(Class<?>) - Method in class org.springframework.core.ReactiveAdapterRegistry
- 
Get the adapter for the given reactive type. 
- getAdapter(Class<?>, Object) - Method in class org.springframework.core.ReactiveAdapterRegistry
- 
Get the adapter for the given reactive type. 
- getAggregateIndex() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the index of the aggregate collection containing this annotation. 
- getAliases(String) - Method in interface org.springframework.core.AliasRegistry
- 
Return the aliases for the given name, if defined. 
- getAliases(String) - Method in class org.springframework.core.SimpleAliasRegistry
-  
- getAllAnnotationAttributes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the annotation attributes of  all annotations of the specified
  annotationName in the annotation hierarchy above the supplied
  AnnotatedElement and store the results in a  MultiValueMap. 
- getAllAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the annotation attributes of  all annotations of
 the specified  annotationName in the annotation hierarchy above
 the supplied  AnnotatedElement and store the results in a
  MultiValueMap. 
- getAllAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Retrieve all attributes of all annotations of the given type, if any (i.e. 
- getAllAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Retrieve all attributes of all annotations of the given type, if any (i.e. 
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-  
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- 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 an 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 a 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 an 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 an 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 a 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 a Set,
 including ones implemented by superclasses. 
- getAllMergedAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get all annotations of the specified annotationTypewithin the annotation hierarchy above the suppliedelement;
 and for each annotation found, merge that annotation's attributes with
 matching attributes from annotations in lower levels of the annotation
 hierarchy and synthesize the results back into an annotation of the specifiedannotationType.
 
- getAllMergedAnnotations(AnnotatedElement, Set<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get all annotations of the specified annotationTypeswithin the annotation hierarchy above the suppliedelement;
 and for each annotation found, merge that annotation's attributes with
 matching attributes from annotations in lower levels of the
 annotation hierarchy and synthesize the results back into an annotation
 of the correspondingannotationType.
 
- getAnnotatedElement() - Method in class org.springframework.core.MethodParameter
- 
Return the wrapped annotated element. 
- getAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
- 
Retrieve the method metadata for all methods that are annotated
 (or meta-annotated) with the given annotation type. 
- getAnnotatedMethods(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-  
- getAnnotation(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
- getAnnotation(String, Class<A>) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the annotation of type annotationTypestored under the
 specifiedattributeName.
 
- getAnnotation(Annotation, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Get a single  Annotation of  annotationType from the supplied
 annotation: either the given annotation itself or a direct meta-annotation
 thereof. 
- getAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Get a single  Annotation of  annotationType from the supplied
  AnnotatedElement, where the annotation is either  present or
  meta-present on the  AnnotatedElement. 
- getAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Get a single  Annotation of  annotationType from the
 supplied  Method, where the annotation is either  present
 or  meta-present on the method. 
- getAnnotation(String, Class<T>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required annotation attribute value from the annotation. 
- getAnnotation(Class<T>) - Method in class org.springframework.core.convert.TypeDescriptor
- 
Obtain the annotation of the specified annotationTypethat is on this type descriptor.
 
- getAnnotationArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
- getAnnotationArray(String, Class<A>) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the array of type annotationTypestored under the specifiedattributeName.
 
- getAnnotationArray(String, Class<T>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required annotation array attribute value from the annotation. 
- getAnnotationAttributes(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the given annotation's attributes as a  Map, preserving all
 attribute types. 
- getAnnotationAttributes(Annotation, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the given annotation's attributes as a  Map. 
- getAnnotationAttributes(Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getAnnotationAttributes(AnnotatedElement, Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getAnnotationAttributes(AnnotatedElement, Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Retrieve the attributes of the annotation of the given type, if any (i.e. 
- getAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Retrieve the attributes of the annotation of the given type, if any (i.e. 
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-  
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- getAnnotationMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
- 
Read full annotation metadata for the underlying class,
 including metadata for annotated methods. 
- getAnnotations(AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getAnnotations(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor
- 
Return the annotations associated with this type descriptor, if any. 
- getAnnotations() - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Return annotation details based on the direct annotations of the
 underlying element. 
- getAnnotations() - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getAnnotations() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getAnnotations() - Method in class org.springframework.core.type.StandardAnnotationMetadata
-  
- getAnnotations() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- getAnnotationType() - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
- 
Return the  Annotation that this instance is using to filter
 candidates. 
- getAnnotationTypes() - Method in interface org.springframework.core.type.AnnotationMetadata
- 
Get the fully qualified class names of all annotation types that
 are present on the underlying class. 
- getAnnotationTypes() - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getAnnotationTypes() - Method in class org.springframework.core.type.StandardAnnotationMetadata
-  
- getArguments() - Method in class org.springframework.util.MethodInvoker
- 
Return the arguments for the method invocation. 
- getArgumentsAndReturnSizes() - Method in class org.springframework.asm.Type
- 
Returns the size of the arguments and of the return value of methods of this type. 
- getArgumentsAndReturnSizes(String) - Static method in class org.springframework.asm.Type
- 
Computes the size of the arguments and of the return value of a method. 
- getArgumentTypes() - Method in class org.springframework.asm.Type
- 
Returns the argument types of methods of this type. 
- getArgumentTypes(String) - Static method in class org.springframework.asm.Type
- 
Returns the  Type values corresponding to the argument types of the given method
 descriptor. 
- getArgumentTypes(Method) - Static method in class org.springframework.asm.Type
- 
Returns the  Type values corresponding to the argument types of the given method. 
- getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
-  
- getAsText() - Method in class org.springframework.core.io.ResourceEditor
-  
- getAttemptLoad() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
- 
Get the value of the attribute identified by name.
 
- getAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-  
- getBeanGetters(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getBeanProperties(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getBeanSetters(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getBoolean(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas a boolean.
 
- getBoolean(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required boolean attribute value from the annotation. 
- getBooleanArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required boolean array attribute value from the annotation. 
- getBootstrapMethod() - Method in class org.springframework.asm.ConstantDynamic
- 
Returns the bootstrap method used to compute the value of this constant. 
- getBootstrapMethodArgument(int) - Method in class org.springframework.asm.ConstantDynamic
- 
Returns an argument passed to the bootstrap method, in order to compute the value of this
 constant. 
- getBootstrapMethodArgumentCount() - Method in class org.springframework.asm.ConstantDynamic
- 
Returns the number of arguments passed to the bootstrap method, in order to compute the value
 of this constant. 
- getBoundPrefixes() - Method in class org.springframework.util.xml.SimpleNamespaceContext
- 
Return all declared prefixes. 
- getByte(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required byte attribute value from the annotation. 
- getByte(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Read a single byte at the given index from this data buffer. 
- getByte(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- getByte(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- getByte(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- getByteArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required byte array attribute value from the annotation. 
- getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
- 
Return the underlying byte array. 
- getByteBufAllocator() - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- 
Return the ByteBufAllocatorused by this factory.
 
- getCacheLimit() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Return the maximum number of entries for the MetadataReader cache. 
- getChar(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required char attribute value from the annotation. 
- getCharArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required char array attribute value from the annotation. 
- getCharset() - Method in class org.springframework.core.io.support.EncodedResource
- 
Return the  Charset to use for reading from the  resource,
 or  null if none specified. 
- getCharset() - Method in class org.springframework.util.MimeType
- 
Return the character set, as indicated by a charsetparameter, if any.
 
- getChildElementByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
- 
Utility method that returns the first child element identified by its name. 
- getChildElements(Element) - Static method in class org.springframework.util.xml.DomUtils
- 
Retrieves all child elements of the given DOM element. 
- getChildElementsByTagName(Element, String...) - Static method in class org.springframework.util.xml.DomUtils
- 
Retrieves all child elements of the given DOM element that match any of the given element names. 
- getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
- 
Retrieves all child elements of the given DOM element that match the given element name. 
- getChildElementValueByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
- 
Utility method that returns the first child element value identified by its name. 
- getClass(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas a class.
 
- getClass(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required class attribute value from the annotation. 
- getClassArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas an
 array of classes.
 
- getClassArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required class array attribute value from the annotation. 
- getClasses(Object[]) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
Determine the name of the class file, relative to the containing
 package: e.g. 
- getClassInfo(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getClassLoader() - Method in class org.springframework.asm.ClassWriter
- 
- getClassLoader() - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-  
- getClassLoader() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
- 
Return the ClassLoader that this resource will be obtained from. 
- getClassLoader() - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Return the ClassLoader to load class path resources with. 
- getClassLoader() - Method in interface org.springframework.core.io.ResourceLoader
- 
Expose the ClassLoader used by this ResourceLoader. 
- getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-  
- getClassMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
- 
Read basic class metadata for the underlying class. 
- getClassName() - Method in class org.springframework.asm.ClassReader
- 
- getClassName() - Method in exception org.springframework.asm.ClassTooLargeException
- 
Returns the internal name of the class. 
- getClassName() - Method in exception org.springframework.asm.MethodTooLargeException
- 
Returns the internal name of the owner class. 
- getClassName() - Method in class org.springframework.asm.Type
- 
Returns the binary name of the class corresponding to this type. 
- getClassName() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getClassName() - Method in class org.springframework.core.Constants
- 
Return the name of the analyzed class. 
- getClassName() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return the name of the underlying class. 
- getClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- getCodeSize() - Method in exception org.springframework.asm.MethodTooLargeException
- 
Returns the size of the method's Code attribute, in bytes. 
- getCommonSuperClass(String, String) - Method in class org.springframework.asm.ClassWriter
- 
Returns the common super type of the two given types. 
- getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Returns the number of aggregated comparators. 
- getComponentType() - Method in class org.springframework.core.ResolvableType
- 
Return the ResolvableType representing the component type of the array or
  ResolvableType.NONE if this type does not represent an array. 
- getCompositeLog(Log, Log, Log...) - Static method in class org.springframework.core.log.LogDelegateFactory
- 
Create a composite logger that delegates to a primary or falls back on a
 secondary logger if logging for the primary logger is not enabled. 
- getConcurrencyLimit() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Return the maximum number of parallel accesses allowed. 
- getConcurrencyLimit() - Method in class org.springframework.util.ConcurrencyThrottleSupport
- 
Return the maximum number of concurrent access attempts allowed. 
- getConstantPoolCount() - Method in exception org.springframework.asm.ClassTooLargeException
- 
Returns the number of constant pool items of the class. 
- getConstructor(Class, Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getConstructor() - Method in class org.springframework.core.MethodParameter
- 
Return the wrapped Constructor, if any. 
- getConstructorDescriptor(Constructor<?>) - Static method in class org.springframework.asm.Type
- 
Returns the descriptor corresponding to the given constructor. 
- 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).
 
- getContainingClass() - Method in class org.springframework.core.MethodParameter
- 
Return the containing class for this method parameter. 
- getConversionService() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getConversionService() - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getConversionService() - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
- 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 that this converter can convert between. 
- getCount() - Method in class org.springframework.core.io.support.ResourceRegion
- 
Return the byte count of this region in the underlying  Resource. 
- getCount() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
- 
Return the total number of references in this segment. 
- getCurrent() - Static method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Used internally by CGLIB. 
- getCustomizers(Class<T>) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- getDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
- 
Variant of  Class.getDeclaredMethods() that uses a local cache in
 order to avoid the JVM's SecurityManager check and new Method instances. 
- getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getDeclaringClass() - Method in class org.springframework.core.MethodParameter
- 
Return the class that declares the underlying Method or Constructor. 
- getDeclaringClassName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getDeclaringClassName() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return the fully-qualified name of the class that declares this method. 
- getDeclaringClassName() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- getDecodableMimeTypes() - Method in class org.springframework.core.codec.AbstractDecoder
-  
- getDecodableMimeTypes() - Method in interface org.springframework.core.codec.Decoder
- 
Return the list of MIME types this decoder supports. 
- getDecoratedClass() - Method in interface org.springframework.core.DecoratingProxy
- 
Return the (ultimate) decorated class behind this proxy. 
- getDefaultClassLoader() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getDefaultClassLoader() - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- getDefaultClassLoader() - Method in class org.springframework.cglib.proxy.Enhancer
-  
- 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. 
- 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. 
- getDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getDefaultProfiles() - Method in interface org.springframework.core.env.Environment
- 
Return the set of profiles to be active by default when no active profiles have
 been set explicitly. 
- getDefaultThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Build the default thread name prefix for this factory. 
- getDefaultValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the default value of the valueattribute
 of a single-element Annotation, given an annotation instance.
 
- getDefaultValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the default value of a named attribute, given an annotation instance. 
- getDefaultValue(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the  default value of the  value attribute
 of a single-element Annotation, given the  annotation type. 
- getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the  default value of a named attribute, given the
  annotation type. 
- getDefaultValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the default attribute value from the annotation as specified in
 the annotation declaration. 
- getDefaultValue(String, Class<T>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the default attribute value from the annotation as specified in
 the annotation declaration. 
- getDesc() - Method in class org.springframework.asm.Handle
- 
Returns the descriptor of the field or method designated by this handle. 
- getDescription() - Method in class org.springframework.core.io.ByteArrayResource
- 
This implementation returns a description that includes 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 a description that includes the passed-in
 description, if any. 
- getDescription() - Method in class org.springframework.core.io.PathResource
-  
- 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. 
- getDescription() - Method in class org.springframework.core.io.VfsResource
-  
- 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. 
- getDescriptor() - Method in class org.springframework.asm.ConstantDynamic
- 
Returns the type of this constant. 
- getDescriptor() - Method in exception org.springframework.asm.MethodTooLargeException
- 
Returns the descriptor of the method. 
- getDescriptor() - Method in class org.springframework.asm.Type
- 
Returns the descriptor corresponding to this type. 
- getDescriptor(Class<?>) - Static method in class org.springframework.asm.Type
- 
Returns the descriptor corresponding to the given class. 
- getDescriptor() - Method in class org.springframework.core.ReactiveAdapter
- 
Return the descriptor of the reactive type for the adapter. 
- getDimensions() - Method in class org.springframework.asm.Type
- 
Returns the number of dimensions of this array type. 
- getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
- 
Return a content-based String representation if objis
 notnull; otherwise returns an empty String.
 
- getDistance() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the distance of this annotation related to its use as a
 meta-annotation. 
- getDouble(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required double attribute value from the annotation. 
- getDoubleArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required double array attribute value from the annotation. 
- getElementType() - Method in class org.springframework.asm.Type
- 
Returns the type of the elements of this array type. 
- getElementTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
- 
If this type is an array, returns the array's component type. 
- getEmptyValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
- 
Return an empty-value instance for the underlying reactive or async type. 
- getEnclosingClassName() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return the name of the enclosing class of the underlying class,
 or nullif the underlying class is a top-level class.
 
- getEnclosingClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- getEncodableMimeTypes() - Method in class org.springframework.core.codec.AbstractEncoder
-  
- getEncodableMimeTypes() - Method in interface org.springframework.core.codec.Encoder
- 
Return the list of mime types this encoder supports. 
- getEncoding() - Method in class org.springframework.core.io.support.EncodedResource
- 
Return the encoding to use for reading from the  resource,
 or  null if none specified. 
- getEnum(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas an enum.
 
- getEnum(String, Class<E>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required enum attribute value from the annotation. 
- getEnumArray(String, Class<E>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required enum array attribute value from the annotation. 
- getEnvironment() - Method in interface org.springframework.core.env.EnvironmentCapable
- 
- getExceptionIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced
 by this type reference. 
- getExceptionTypes(Member) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getExecutable() - Method in class org.springframework.core.MethodParameter
- 
Return the wrapped executable. 
- getFallbackClassLoader() - Method in class org.springframework.core.ConfigurableObjectInputStream
- 
Return the fallback ClassLoader to use when no ClassLoader was specified
 and ObjectInputStream's own default class loader failed. 
- GETFIELD - Static variable in interface org.springframework.asm.Opcodes
-  
- getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
- 
- getFieldCache() - Method in class org.springframework.core.Constants
- 
Exposes the field cache to subclasses:
 a Map from String field name to object value. 
- 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 given URI-identified
 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 class org.springframework.core.io.FileUrlResource
-  
- getFile() - Method in class org.springframework.core.io.PathResource
- 
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() - Method in class org.springframework.core.io.VfsResource
-  
- 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 class org.springframework.core.io.PathResource
- 
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() - Method in class org.springframework.core.io.VfsResource
-  
- getFilename(String) - Static method in class org.springframework.util.StringUtils
- 
Extract the filename from the given Java resource path,
 e.g. 
- getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
- 
Extract the filename extension from the given Java resource path,
 e.g. 
- 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. 
- getFlag(String) - Static method in class org.springframework.core.SpringProperties
- 
Retrieve the flag for the given property key. 
- getFloat(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required float attribute value from the annotation. 
- getFloatArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required float array attribute value from the annotation. 
- getFormalParameterIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the formal parameter whose type is referenced by this type reference. 
- getGeneric(int...) - Method in class org.springframework.core.ResolvableType
- 
Return a  ResolvableType representing the generic parameter for the
 given indexes. 
- getGenericParameterType() - Method in class org.springframework.core.MethodParameter
- 
Return the generic type of the method/constructor parameter. 
- getGenerics() - Method in class org.springframework.core.ResolvableType
- 
Return an array of  ResolvableTypes representing the generic parameters of
 this type. 
- 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
- 
Return the hash for the reference. 
- getHiddenLog(Class<?>) - Static method in class org.springframework.core.log.LogDelegateFactory
- 
Create a "hidden" logger whose name is intentionally prefixed with "_"
 because its output is either too verbose or otherwise deemed as optional
 or unnecessary to see at any log level by default under the normal package
 based log hierarchy. 
- getId() - Method in class org.springframework.util.StopWatch
- 
Get the ID of this StopWatch, as specified on construction.
 
- getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
- 
Return a hex String form of an object's identity hash code. 
- getInitialInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
Return the initial interval in milliseconds. 
- 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 NIO file stream 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 for the content of an underlying resource. 
- getInputStream() - Method in class org.springframework.core.io.PathResource
- 
This implementation opens a InputStream for the underlying file. 
- getInputStream() - Method in class org.springframework.core.io.support.EncodedResource
- 
Open an  InputStream for the specified resource, ignoring any specified
  Charset or  encoding. 
- getInputStream() - Method in class org.springframework.core.io.UrlResource
- 
This implementation opens an InputStream for the given URL. 
- getInputStream() - Method in class org.springframework.core.io.VfsResource
-  
- getInputStream() - Method in class org.springframework.util.FastByteArrayOutputStream
- 
Get an  InputStream to retrieve the data in this OutputStream. 
- getInstantiatorOf(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
-  
- getInt(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required int attribute value from the annotation. 
- getIntArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required int array attribute value from the annotation. 
- getInterfaceMethodIfPossible(Method) - Static method in class org.springframework.util.ClassUtils
- 
Determine a corresponding interface method for the given method handle, if possible. 
- getInterfaceNames() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return the names of all interfaces that the underlying class
 implements, or an empty array if there are none. 
- getInterfaceNames() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- getInterfaces() - Method in class org.springframework.asm.ClassReader
- 
- getInterfaces() - Method in class org.springframework.core.ResolvableType
- 
Return a  ResolvableType array representing the direct interfaces
 implemented by this type. 
- getInternalName() - Method in class org.springframework.asm.Type
- 
Returns the internal name of the class corresponding to this object or array type. 
- getInternalName(Class<?>) - Static method in class org.springframework.asm.Type
- 
Returns the internal name of the given class. 
- getInterval() - Method in class org.springframework.util.backoff.FixedBackOff
- 
Return the interval between two attempts in milliseconds. 
- getIntrospectedClass() - Method in class org.springframework.core.type.StandardClassMetadata
- 
Return the underlying Class. 
- getIntrospectedMethod() - Method in class org.springframework.core.type.StandardMethodMetadata
- 
Return the underlying Method. 
- getItem(int) - Method in class org.springframework.asm.ClassReader
- 
Returns the start offset in this  ClassReader of a JVMS 'cp_info' structure (i.e. 
- getItemCount() - Method in class org.springframework.asm.ClassReader
- 
Returns the number of entries in the class's constant pool table. 
- getJarFile(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Resolve the given jar file URL into a JarFile object. 
- getKey() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-  
- getLabels() - Method in class org.springframework.asm.Attribute
- 
Returns the labels corresponding to this attribute. 
- getLastTaskInfo() - Method in class org.springframework.util.StopWatch
- 
- getLastTaskName() - Method in class org.springframework.util.StopWatch
- 
Get the name of the last task. 
- getLastTaskTimeMillis() - Method in class org.springframework.util.StopWatch
- 
Get the time taken by the last task in milliseconds. 
- getLastTaskTimeNanos() - Method in class org.springframework.util.StopWatch
- 
Get the time taken by the last task in nanoseconds. 
- getLength() - Method in class org.springframework.asm.TypePath
- 
Returns the length of this path, i.e. 
- getLoadFactor() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- getLocale() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- 
Return the locale used by this LinkedCaseInsensitiveMap.
 
- getLog() - Method in class org.springframework.core.log.LogAccessor
- 
Return the target Commons Log. 
- getLogger() - Method in class org.springframework.core.codec.AbstractDecoder
- 
Return the currently configured Logger. 
- getLogger() - Method in class org.springframework.core.codec.AbstractEncoder
- 
Return the currently configured Logger. 
- getLogPrefix(Map<String, Object>) - Static method in class org.springframework.core.codec.Hints
- 
- getLong(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required long attribute value from the annotation. 
- getLongArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required long array attribute value from the annotation. 
- 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
- 
- 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. 
- getMaxAttempts() - Method in class org.springframework.util.backoff.FixedBackOff
- 
Return the maximum number of attempts in milliseconds. 
- getMaxElapsedTime() - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
- getMaxInMemorySize() - Method in class org.springframework.core.codec.AbstractDataBufferDecoder
- 
- getMaxInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
Return the maximum back off time. 
- getMaxStringLength() - Method in class org.springframework.asm.ClassReader
- 
Returns a conservative estimate of the maximum length of the strings contained in the class's
 constant pool table. 
- getMember() - Method in class org.springframework.core.MethodParameter
- 
Return the wrapped member. 
- getMemberClassNames() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return the names of all classes declared as members of the class represented by
 this ClassMetadata object. 
- getMemberClassNames() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- getMergedAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the first annotation of the specified annotationTypewithin
 the annotation hierarchy above the suppliedelement,
 merge that annotation's attributes with matching attributes from
 annotations in lower levels of the annotation hierarchy, and synthesize
 the result back into an annotation of the specifiedannotationType.
 
- getMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the first annotation of the specified annotationTypewithin
 the annotation hierarchy above the suppliedelementand
 merge that annotation's attributes with matching attributes from
 annotations in lower levels of the annotation hierarchy.
 
- getMergedAnnotationAttributes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the first annotation of the specified annotationNamewithin
 the annotation hierarchy above the suppliedelementand
 merge that annotation's attributes with matching attributes from
 annotations in lower levels of the annotation hierarchy.
 
- getMergedAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the first annotation of the specified annotationNamewithin
 the annotation hierarchy above the suppliedelementand
 merge that annotation's attributes with matching attributes from
 annotations in lower levels of the annotation hierarchy.
 
- getMergedRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get all repeatable annotations of the specified annotationTypewithin the annotation hierarchy above the suppliedelement;
 and for each annotation found, merge that annotation's attributes with
 matching attributes from annotations in lower levels of the annotation
 hierarchy and synthesize the results back into an annotation of the specifiedannotationType.
 
- getMergedRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get all repeatable annotations of the specified annotationTypewithin the annotation hierarchy above the suppliedelement;
 and for each annotation found, merge that annotation's attributes with
 matching attributes from annotations in lower levels of the annotation
 hierarchy and synthesize the results back into an annotation of the specifiedannotationType.
 
- getMessage() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
-  
- 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. 
- getMetaAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the fully qualified class names of all meta-annotation types
  present on the annotation (of the specified  annotationType)
 on the supplied  AnnotatedElement. 
- getMetaAnnotationTypes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Get the fully qualified class names of all meta-annotation
 types  present on the annotation (of the specified
  annotationName) on the supplied  AnnotatedElement. 
- getMetaAnnotationTypes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
- 
Get the fully qualified class names of all meta-annotation types that
 are present on the given annotation type on the underlying class. 
- getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-  
- getMetadataReader(String) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
- 
Obtain a MetadataReader for the given class name. 
- getMetadataReader(Resource) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
- 
Obtain a MetadataReader for the given resource. 
- getMetadataReader(String) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-  
- getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-  
- getMetaSource() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the source of the meta-annotation, or  null if the
 annotation is not  meta-present. 
- getMetaTypes() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the complete list of annotation types within the annotation hierarchy
 from this annotation to the  root. 
- getMethod() - Method in class org.springframework.core.MethodParameter
- 
Return the wrapped Method, if any. 
- 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<A>) - 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. 
- getMethodDescriptor(Type, Type...) - Static method in class org.springframework.asm.Type
- 
Returns the descriptor corresponding to the given argument and return types. 
- getMethodDescriptor(Method) - Static method in class org.springframework.asm.Type
- 
Returns the descriptor corresponding to the given method. 
- 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).
 
- getMethodInfo(Member, int) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getMethodInfo(Member) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getMethodName() - Method in exception org.springframework.asm.MethodTooLargeException
- 
Returns the name of the method. 
- getMethodName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getMethodName() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return the name of the method. 
- getMethodName() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- getMethods(Class, Class[], List) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Finds all of the methods that will be extended by an
 Enhancer-generated class using the specified superclass and
 interfaces. 
- getMethodType(String) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the given method descriptor. 
- getMethodType(Type, Type...) - Static method in class org.springframework.asm.Type
- 
Returns the method  Type corresponding to the given argument and return types. 
- getMimeType() - Method in exception org.springframework.util.InvalidMimeTypeException
- 
Return the offending content type. 
- getMissingRequiredProperties() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
- 
Return the set of properties marked as required but not present
 upon validation. 
- 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(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
- 
Retrieve the most specific cause of the given exception, that is,
 either the innermost cause (root cause) or the 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. 
- getMultiplier() - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
Return the value to multiply the current interval by for each retry attempt. 
- getName() - Method in class org.springframework.asm.ConstantDynamic
- 
Returns the name of this constant. 
- getName() - Method in class org.springframework.asm.Handle
- 
Returns the name of the field or method designated by this handle. 
- 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
- 
Return the name of this type: the fully qualified class name. 
- getName() - Method in class org.springframework.core.env.PropertySource
- 
Return the name of this PropertySource.
 
- getNames(Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getNames(String) - Method in class org.springframework.core.Constants
- 
Return all names of the given group of constants. 
- getNamesForProperty(String) - Method in class org.springframework.core.Constants
- 
Return all names of the group of constants for the
 given bean property name. 
- getNamesForSuffix(String) - Method in class org.springframework.core.Constants
- 
Return all names of the given group of constants. 
- getNamespaceURI(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-  
- getNamingPolicy() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getNativeBuffer() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- 
- getNativeBuffer() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- 
Directly exposes the native ByteBufthat this buffer is based on.
 
- getNested(int) - Method in class org.springframework.core.ResolvableType
- 
- getNested(int, Map<Integer, Integer>) - Method in class org.springframework.core.ResolvableType
- 
- getNestedGenericParameterType() - Method in class org.springframework.core.MethodParameter
- 
Return the nested generic type of the method/constructor parameter. 
- getNestedParameterType() - Method in class org.springframework.core.MethodParameter
- 
Return the nested type of the method/constructor parameter. 
- 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
- 
Return the next reference in the chain, or nullif none.
 
- getNonOptionArgs() - Method in class org.springframework.core.env.CommandLinePropertySource
- 
Return the collection of non-option arguments parsed from the command line. 
- getNonOptionArgs() - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-  
- getNonOptionArgs() - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-  
- getNumber(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas a number.
 
- getObjectType(String) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the given internal name. 
- 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
- 
- getOffset() - Method in class org.springframework.asm.Label
- 
Returns the bytecode offset corresponding to this label. 
- getOpcode(int) - Method in class org.springframework.asm.Type
- 
Returns a JVM instruction opcode adapted to this  Type. 
- getOptionValues(String) - Method in class org.springframework.core.env.CommandLinePropertySource
- 
Return the collection of values associated with the command line option having the
 given name. 
- getOptionValues(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-  
- getOptionValues(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-  
- getOrDefault(Object, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- getOrDefault(Object, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- getOrder(Class<?>, int) - Static method in class org.springframework.core.annotation.OrderUtils
- 
Return the order on the specified type, or the specified
 default value if none can be found.
 
- getOrder(Class<?>, Integer) - Static method in class org.springframework.core.annotation.OrderUtils
- 
Return the order on the specified type, or the specified
 default value if none can be found.
 
- getOrder(Class<?>) - Static method in class org.springframework.core.annotation.OrderUtils
- 
Return the order on the specified type.
 
- getOrder(Object) - Method in class org.springframework.core.OrderComparator
- 
Determine the order value for the given object. 
- getOrder() - Method in interface org.springframework.core.Ordered
- 
Get the order value of this object. 
- getOrderSource(Object) - Method in interface org.springframework.core.OrderComparator.OrderSourceProvider
- 
Return an order source for the specified object, i.e. 
- getOutputStream() - Method in class org.springframework.core.io.FileSystemResource
- 
This implementation opens a FileOutputStream for the underlying file. 
- getOutputStream() - Method in class org.springframework.core.io.FileUrlResource
-  
- getOutputStream() - Method in class org.springframework.core.io.PathResource
- 
This implementation opens a OutputStream 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. 
- getOwner() - Method in class org.springframework.asm.Handle
- 
Returns the internal name of the class that owns the field or method designated by this handle. 
- 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() - Method in class org.springframework.core.MethodParameter
- 
Return the  Parameter descriptor for method/constructor parameter. 
- getParameter(String) - Method in class org.springframework.util.MimeType
- 
Return a generic parameter value, given a parameter name. 
- getParameterAnnotation(Class<A>) - 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 class org.springframework.core.KotlinReflectionParameterNameDiscoverer
-  
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.KotlinReflectionParameterNameDiscoverer
-  
- getParameterNames(Method) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-  
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-  
- getParameterNames(Method) - Method in interface org.springframework.core.ParameterNameDiscoverer
- 
Return parameter names for a method, or nullif they cannot be determined.
 
- getParameterNames(Constructor<?>) - Method in interface org.springframework.core.ParameterNameDiscoverer
- 
Return parameter names for a constructor, or nullif they cannot be determined.
 
- getParameterNames(Method) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-  
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-  
- getParameterNames(Method) - Method in class org.springframework.core.StandardReflectionParameterNameDiscoverer
-  
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.StandardReflectionParameterNameDiscoverer
-  
- getParameters() - Method in class org.springframework.util.MimeType
- 
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.core.io.PathResource
- 
Return the file path for this resource. 
- getPathMatcher() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Return the PathMatcher that this resource pattern resolver uses. 
- getPathMatcher() - Method in class org.springframework.util.SimpleRouteMatcher
- 
- getPathWithinContext() - Method in interface org.springframework.core.io.ContextResource
- 
Return the path within the enclosing 'context'. 
- getPathWithinContext() - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
-  
- getPatternComparator(String) - Method in class org.springframework.util.AntPathMatcher
- 
Given a full path, returns a  Comparator suitable for sorting patterns in order of
 explicitness. 
- getPatternComparator(String) - Method in interface org.springframework.util.PathMatcher
- 
Given a full path, returns a  Comparator suitable for sorting patterns
 in order of explicitness for that path. 
- getPatternComparator(RouteMatcher.Route) - Method in interface org.springframework.util.RouteMatcher
- 
Given a route, return a  Comparator suitable for sorting patterns
 in order of explicitness for that route, so that more specific patterns
 come before more generic ones. 
- getPatternComparator(RouteMatcher.Route) - Method in class org.springframework.util.SimpleRouteMatcher
-  
- getPosition() - Method in class org.springframework.core.io.support.ResourceRegion
- 
Return the start position of this region in the underlying  Resource. 
- getPrefix(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-  
- getPrefixes(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-  
- getPreparedMethod() - Method in class org.springframework.util.MethodInvoker
- 
Return the prepared Method object that will be invoked. 
- getPriority(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- 
This implementation retrieves an @ Priority
 value, allowing for additional semantics over the regular @ Order
 annotation: typically, selecting one object over another in case of
 multiple matches but only one object to be returned. 
- getPriority(Class<?>) - Static method in class org.springframework.core.annotation.OrderUtils
- 
Return the value of the javax.annotation.Priorityannotation
 declared on the specified type, ornullif none.
 
- getPriority(Object) - Method in class org.springframework.core.OrderComparator
- 
Determine a priority value for the given object, if any. 
- getProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getProperty(String, String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getProperty(String, String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
- 
- getProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
-  
- getProperty(String) - Method in class org.springframework.core.env.MapPropertySource
-  
- getProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key,
 or nullif the key cannot be resolved.
 
- getProperty(String, String) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key, or
 defaultValueif the key cannot be resolved.
 
- getProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key,
 or nullif the key cannot be resolved.
 
- getProperty(String, Class<T>, T) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key,
 or defaultValueif the key cannot be resolved.
 
- getProperty(String) - Method in class org.springframework.core.env.PropertySource
- 
Return the value associated with the given name,
 or nullif not found.
 
- getProperty(String) - Method in class org.springframework.core.env.PropertySource.StubPropertySource
- 
Always returns null.
 
- getProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-  
- getProperty(String, Class<T>) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-  
- getProperty(String, Class<T>, boolean) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-  
- getProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
- 
This implementation returns trueif a property with the given name or
 any underscore/uppercase variant thereof exists in this property source.
 
- getProperty(String) - Static method in class org.springframework.core.SpringProperties
- 
Retrieve the property value for the given key, checking local Spring
 properties first and falling back to JVM-level system properties. 
- getPropertyAsRawString(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Retrieve the specified property as a raw String,
 i.e. 
- getPropertyAsRawString(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-  
- getPropertyMethods(PropertyDescriptor[], boolean, boolean) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getPropertyNames() - Method in class org.springframework.core.env.CompositePropertySource
-  
- getPropertyNames() - Method in class org.springframework.core.env.EnumerablePropertySource
- 
Return the names of all properties contained by the
  source object (never  null). 
- getPropertyNames() - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-  
- getPropertyNames() - Method in class org.springframework.core.env.MapPropertySource
-  
- getPropertyNames() - Method in class org.springframework.core.env.PropertiesPropertySource
-  
- getPropertyNames() - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
- 
Get the property names for the option arguments. 
- getPropertySources() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getPropertySources() - Method in class org.springframework.core.env.CompositePropertySource
- 
Return all property sources that this composite source holds. 
- getPropertySources() - Method in interface org.springframework.core.env.ConfigurableEnvironment
- 
Return the  PropertySources for this  Environment in mutable form,
 allowing for manipulation of the set of  PropertySource objects that should
 be searched when resolving properties against this  Environment object. 
- getProtectionDomain() - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Returns the protection domain to use when defining the class. 
- getProtectionDomain() - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- getProtectionDomain(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getProtectionDomain() - Method in class org.springframework.cglib.proxy.Enhancer
-  
- getProtocolResolvers() - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Return the collection of currently registered protocol resolvers,
 allowing for introspection as well as modification. 
- getQualifiedAttributeName(Class<?>, String) - Static method in class org.springframework.core.Conventions
- 
Return an attribute name qualified by the given enclosing  Class. 
- 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. 
- getQualifiedMethodName(Method, Class<?>) - 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. 
- getRawClass() - Method in class org.springframework.core.ResolvableType
- 
Return the underlying Java  Class being managed, if available;
 otherwise  null. 
- getReactiveType() - Method in class org.springframework.core.ReactiveAdapter
- 
Shortcut for getDescriptor().getReactiveType().
 
- getReactiveType() - Method in class org.springframework.core.ReactiveTypeDescriptor
- 
Return the reactive type for this descriptor. 
- getReader() - Method in class org.springframework.core.io.support.EncodedResource
- 
Open a  java.io.Reader for the specified resource, using the specified
  Charset or  encoding
 (if any). 
- getReadMethod() - Method in class org.springframework.core.convert.Property
- 
The property getter method: e.g. 
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- 
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-  
- getRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- getRequiredHint(Map<String, Object>, String) - Static method in class org.springframework.core.codec.Hints
- 
Obtain the value for a required hint. 
- getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- getRequiredProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key (never null).
 
- getRequiredProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
- 
Return the property value associated with the given key, converted to the given
 targetType (never null).
 
- getReservedDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
- 
Return the set of reserved default profile names. 
- getResolvableType() - Method in class org.springframework.core.convert.TypeDescriptor
- 
- getResolvableType() - Method in interface org.springframework.core.ResolvableTypeProvider
- 
Return the  ResolvableType describing this instance
 (or  null if some sort of default should be applied instead). 
- getResource(String) - Method in class org.springframework.core.io.DefaultResourceLoader
-  
- getResource(String) - Method in interface org.springframework.core.io.ResourceLoader
- 
Return a Resource handle for the specified resource location. 
- getResource() - Method in class org.springframework.core.io.support.EncodedResource
- 
Return the Resourceheld by thisEncodedResource.
 
- getResource(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-  
- getResource() - Method in class org.springframework.core.io.support.ResourceRegion
- 
Return the underlying  Resource for this  ResourceRegion. 
- getResource() - Method in interface org.springframework.core.type.classreading.MetadataReader
- 
Return the resource reference for the class file. 
- getResourceByPath(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader
-  
- getResourceByPath(String) - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Return a Resource handle for the resource at the given path. 
- getResourceByPath(String) - Method in class org.springframework.core.io.FileSystemResourceLoader
- 
Resolve resource paths as file system paths. 
- getResourceCache(Class<T>) - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Obtain a cache for the given value type, keyed by  Resource. 
- getResourceLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Return the ResourceLoader that this pattern resolver works with. 
- getResourceLoader() - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- 
Return the ResourceLoader that this MetadataReaderFactory has been
 constructed with. 
- getResourcePatternResolver(ResourceLoader) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
- 
- getResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-  
- getResources(String) - Method in interface org.springframework.core.io.support.ResourcePatternResolver
- 
Resolve the given location pattern into Resource objects. 
- getReturnType() - Method in class org.springframework.asm.Type
- 
Returns the return type of methods of this type. 
- getReturnType(String) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the return type of the given method descriptor. 
- getReturnType(Method) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the return type of the given method. 
- getReturnTypeName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- getReturnTypeName() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return the fully-qualified name of this method's declared return type. 
- getReturnTypeName() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- getRoot() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the root annotation, i.e. 
- getRoot(URL) - Static method in class org.springframework.core.io.VfsUtils
-  
- getRootCause() - Method in exception org.springframework.core.NestedCheckedException
- 
Retrieve the innermost cause of this exception, if any. 
- getRootCause(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
- 
Retrieve the innermost cause of the given exception, if any. 
- getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
- 
Retrieve the innermost cause of this exception, if any. 
- getSegment(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- getSegmentsSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- getSharedInstance() - Static method in class org.springframework.core.convert.support.DefaultConversionService
- 
Return a shared default ConversionServiceinstance,
 lazily building it once needed.
 
- getSharedInstance() - Static method in class org.springframework.core.ReactiveAdapterRegistry
- 
Return a shared default ReactiveAdapterRegistryinstance,
 lazily building it once needed.
 
- getShort(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required short attribute value from the annotation. 
- getShortArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required short array attribute value from the annotation. 
- 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. 
- getShortNameAsProperty(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
Return the short string name of a Java class in uncapitalized JavaBeans
 property format. 
- getSignature(Member) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- getSignature() - Method in class org.springframework.cglib.proxy.MethodProxy
- 
Return the signature of the proxied method. 
- getSize() - Method in class org.springframework.asm.ConstantDynamic
- 
Returns the size of this constant. 
- getSize() - Method in class org.springframework.asm.Type
- 
Returns the size of values of this type. 
- getSize() - Method in class org.springframework.core.Constants
- 
Return the number of constants exposed. 
- getSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
- 
Return the size of the current references array. 
- getSort() - Method in class org.springframework.asm.Type
- 
Returns the sort of this type. 
- getSort() - Method in class org.springframework.asm.TypeReference
- 
Returns the sort of this type reference. 
- getSource() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the source that ultimately declared the root annotation, or
 nullif the source is not known.
 
- getSource() - Method in class org.springframework.core.convert.TypeDescriptor
- 
Return the underlying source of the descriptor. 
- getSource() - Method in class org.springframework.core.env.PropertySource
- 
Return the underlying source object for this PropertySource.
 
- getSource() - Method in class org.springframework.core.ResolvableType
- 
Return the underlying source of the resolvable type. 
- 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
- 
Return the source type that was requested to convert from. 
- GETSTATIC - Static variable in interface org.springframework.asm.Opcodes
-  
- getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
- 
Return a public static method of a class. 
- getStep(int) - Method in class org.springframework.asm.TypePath
- 
Returns the value of the given step of this path. 
- getStepArgument(int) - Method in class org.springframework.asm.TypePath
- 
Returns the index of the type argument that the given step is stepping into. 
- getStrategy() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- getString(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas a string.
 
- getString(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required string attribute value from the annotation. 
- getStringArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
- 
Get the value stored under the specified attributeNameas an
 array of strings.
 
- getStringArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get a required string array attribute value from the annotation. 
- getStringMatcher(String) - Method in class org.springframework.util.AntPathMatcher
- 
- getSubtype() - Method in class org.springframework.util.MimeType
- 
Return the subtype. 
- getSuperClassName() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return the name of the super class of the underlying class,
 or nullif there is no super class defined.
 
- getSuperClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- getSuperIndex() - Method in class org.springframework.cglib.proxy.MethodProxy
- 
- getSuperName() - Method in class org.springframework.asm.ClassReader
- 
- getSuperName() - Method in class org.springframework.cglib.proxy.MethodProxy
- 
- getSuperType() - Method in class org.springframework.core.ResolvableType
- 
Return a  ResolvableType representing the direct supertype of this type. 
- getSuperTypeIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the "super type" of a class that is referenced by this type reference. 
- getSystemEnvironment() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getSystemEnvironment() - Method in interface org.springframework.core.env.ConfigurableEnvironment
- 
- getSystemProperties() - Method in class org.springframework.core.env.AbstractEnvironment
-  
- getSystemProperties() - Method in interface org.springframework.core.env.ConfigurableEnvironment
- 
- getTag() - Method in class org.springframework.asm.Handle
- 
Returns the kind of field or method designated by this handle. 
- getTag() - Method in class org.springframework.cglib.core.SpringNamingPolicy
-  
- getTargetClass() - Method in class org.springframework.util.MethodInvoker
- 
Return the target class on which to call the target method. 
- getTargetMethod() - Method in class org.springframework.util.MethodInvoker
- 
Return the name of the method to be invoked. 
- getTargetObject() - Method in class org.springframework.util.MethodInvoker
- 
Return the target object on which to call the target method. 
- 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
- 
Return the target type that was requested to convert to. 
- getTargetType() - Method in class org.springframework.core.type.filter.AssignableTypeFilter
- 
Return the typethat this instance is using to filter candidates.
 
- getTaskCount() - Method in class org.springframework.util.StopWatch
- 
Get the number of tasks timed. 
- getTaskInfo() - Method in class org.springframework.util.StopWatch
- 
Get an array of the data for tasks performed. 
- getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
- 
Get the name of this task. 
- getTextValue(Element) - Static method in class org.springframework.util.xml.DomUtils
- 
Extracts the text value from the given DOM element, ignoring XML comments. 
- getThreadFactory() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Return the external factory to use for creating new Threads, if any. 
- getThreadGroup() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Return the thread group that threads should be created in
 (or nullfor the default group).
 
- getThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Return the thread name prefix to use for the names of newly
 created threads. 
- getThreadPriority() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Return the priority of the threads that this factory creates. 
- getTimeMillis() - Method in class org.springframework.util.StopWatch.TaskInfo
- 
Get the time in milliseconds this task took. 
- getTimeNanos() - Method in class org.springframework.util.StopWatch.TaskInfo
- 
Get the time in nanoseconds this task took. 
- getTimeSeconds() - Method in class org.springframework.util.StopWatch.TaskInfo
- 
Get the time in seconds this task took. 
- getTotalTimeMillis() - Method in class org.springframework.util.StopWatch
- 
Get the total time in milliseconds for all tasks. 
- getTotalTimeNanos() - Method in class org.springframework.util.StopWatch
- 
Get the total time in nanoseconds for all tasks. 
- getTotalTimeSeconds() - Method in class org.springframework.util.StopWatch
- 
Get the total time in seconds for all tasks. 
- getTryCatchBlockIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the try catch block (using the order in which they are visited with
 visitTryCatchBlock), whose 'catch' type is referenced by this type reference. 
- getType(String) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the given type descriptor. 
- getType(Class<?>) - Static method in class org.springframework.asm.Type
- 
Returns the  Type corresponding to the given class. 
- getType(Constructor<?>) - Static method in class org.springframework.asm.Type
- 
Returns the method  Type corresponding to the given constructor. 
- getType(Method) - Static method in class org.springframework.asm.Type
- 
Returns the method  Type corresponding to the given method. 
- getType() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get the Classreference for the actual annotation type.
 
- 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.core.ResolvableType
- 
Return the underling Java  Type being managed. 
- getType() - Method in class org.springframework.util.MimeType
- 
Return the primary type. 
- getTypeArgumentIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the type argument referenced by this type reference. 
- getTypeDifferenceWeight(Class<?>[], Object[]) - Static method in class org.springframework.util.MethodInvoker
- 
Algorithm that judges the match between the declared parameter types of a candidate method
 and a specific list of arguments that this method is supposed to be invoked with. 
- 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. 
- getTypeParameterBoundIndex() - Method in class org.springframework.asm.TypeReference
- 
- getTypeParameterIndex() - Method in class org.springframework.asm.TypeReference
- 
Returns the index of the type parameter referenced by this type reference. 
- getTypeVariableMap(Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
- getUniqueDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
- 
Get the unique set of declared methods on the leaf class and all superclasses. 
- getUniqueDeclaredMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
- 
Get the unique set of declared methods on the leaf class and all superclasses. 
- getUniqueNamePredicate() - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-  
- 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 class org.springframework.core.io.PathResource
- 
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.core.io.VfsResource
-  
- 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 class org.springframework.core.io.PathResource
- 
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() - Method in class org.springframework.core.io.VfsResource
-  
- getURL(String) - Static method in class org.springframework.util.ResourceUtils
- 
Resolve the given resource location to a java.net.URL.
 
- getUseCache() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- 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. 
- getValue() - Method in class org.springframework.asm.TypeReference
- 
Returns the int encoded value of this type reference, suitable for use in visit methods related
 to type annotations, like visitTypeAnnotation. 
- getValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the value of the valueattribute of a
 single-element Annotation, given an annotation instance.
 
- getValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Retrieve the value of a named attribute, given an annotation instance. 
- getValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get an optional attribute value from the annotation. 
- getValue(String, Class<T>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Get an optional attribute value from the annotation. 
- getValue() - Method in exception org.springframework.core.convert.ConversionFailedException
- 
Return the offending value. 
- getValue() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-  
- getValues(String) - Method in class org.springframework.core.Constants
- 
Return all values of the given group of constants. 
- getValuesForProperty(String) - Method in class org.springframework.core.Constants
- 
Return all values of the group of constants for the
 given bean property name. 
- getValuesForSuffix(String) - Method in class org.springframework.core.Constants
- 
Return all values of the given group of constants. 
- getValueStyler() - Method in class org.springframework.core.style.DefaultToStringStyler
- 
Return the ValueStyler used by this ToStringStyler. 
- getVariableName(Object) - Static method in class org.springframework.core.Conventions
- 
Determine the conventional variable name for the supplied Objectbased on its concrete type.
 
- getVariableNameForParameter(MethodParameter) - Static method in class org.springframework.core.Conventions
- 
Determine the conventional variable name for the given parameter taking
 the generic collection type, if any, into account. 
- getVariableNameForReturnType(Method) - Static method in class org.springframework.core.Conventions
- 
Determine the conventional variable name for the return type of the
 given method, taking the generic collection type, if any, into account. 
- getVariableNameForReturnType(Method, Object) - Static method in class org.springframework.core.Conventions
- 
Determine the conventional variable name for the return type of the given
 method, taking the generic collection type, if any, into account, falling
 back on the given actual return value if the method declaration is not
 specific enough, e.g. 
- getVariableNameForReturnType(Method, Class<?>, Object) - Static method in class org.springframework.core.Conventions
- 
Determine the conventional variable name for the return type of the given
 method, taking the generic collection type, if any, into account, falling
 back on the given return value if the method declaration is not specific
 enough, e.g. 
- getVersion() - Static method in class org.springframework.core.SpringVersion
- 
Return the full version string of the present Spring codebase,
 or nullif it cannot be determined.
 
- getWrappedObject() - Method in interface org.springframework.core.InfrastructureProxy
- 
Return the underlying resource (never null).
 
- getWriteMethod() - Method in class org.springframework.core.convert.Property
- 
The property setter method: e.g. 
- getXMLEventReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
- 
- getXMLEventWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
- 
- getXMLStreamReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
- 
- getXMLStreamWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
- 
- GOTO - Static variable in interface org.springframework.asm.Opcodes
-  
- grow(int) - Method in class org.springframework.util.ResizableByteArrayOutputStream
- 
Grow the internal buffer size. 
- I2B - Static variable in interface org.springframework.asm.Opcodes
-  
- I2C - Static variable in interface org.springframework.asm.Opcodes
-  
- I2D - Static variable in interface org.springframework.asm.Opcodes
-  
- I2F - Static variable in interface org.springframework.asm.Opcodes
-  
- I2L - Static variable in interface org.springframework.asm.Opcodes
-  
- I2S - Static variable in interface org.springframework.asm.Opcodes
-  
- IADD - Static variable in interface org.springframework.asm.Opcodes
-  
- IALOAD - Static variable in interface org.springframework.asm.Opcodes
-  
- IAND - Static variable in interface org.springframework.asm.Opcodes
-  
- IASTORE - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_0 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_1 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_2 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_3 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_4 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_5 - Static variable in interface org.springframework.asm.Opcodes
-  
- ICONST_M1 - Static variable in interface org.springframework.asm.Opcodes
-  
- identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
- 
Return a String representation of an object's overall identity. 
- IdGenerator - Interface in org.springframework.util
- 
Contract for generating universally unique identifiers  (UUIDs). 
- IDIV - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ACMPEQ - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ACMPNE - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPEQ - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPGE - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPGT - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPLE - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPLT - Static variable in interface org.springframework.asm.Opcodes
-  
- IF_ICMPNE - Static variable in interface org.springframework.asm.Opcodes
-  
- IFEQ - Static variable in interface org.springframework.asm.Opcodes
-  
- IFGE - Static variable in interface org.springframework.asm.Opcodes
-  
- IFGT - Static variable in interface org.springframework.asm.Opcodes
-  
- IFLE - Static variable in interface org.springframework.asm.Opcodes
-  
- IFLT - Static variable in interface org.springframework.asm.Opcodes
-  
- IFNE - Static variable in interface org.springframework.asm.Opcodes
-  
- IFNONNULL - Static variable in interface org.springframework.asm.Opcodes
-  
- IFNULL - Static variable in interface org.springframework.asm.Opcodes
-  
- IGNORE_GETENV_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
- 
System property that instructs Spring to ignore system environment variables,
 i.e. 
- IGNORE_OBJENESIS_PROPERTY_NAME - Static variable in class org.springframework.objenesis.SpringObjenesis
- 
System property that instructs Spring to ignore Objenesis, not even attempting
 to use it. 
- IINC - Static variable in interface org.springframework.asm.Opcodes
-  
- ILOAD - Static variable in interface org.springframework.asm.Opcodes
-  
- IMAGE_GIF - Static variable in class org.springframework.util.MimeTypeUtils
- 
Public constant mime type for image/gif.
 
- IMAGE_GIF_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- 
- IMAGE_JPEG - Static variable in class org.springframework.util.MimeTypeUtils
- 
Public constant mime type for image/jpeg.
 
- IMAGE_JPEG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- 
- IMAGE_PNG - Static variable in class org.springframework.util.MimeTypeUtils
- 
Public constant mime type for image/png.
 
- IMAGE_PNG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- 
- IMUL - Static variable in interface org.springframework.asm.Opcodes
-  
- includes(MimeType) - Method in class org.springframework.util.MimeType
- 
Indicate whether this MIME Type includes the given MIME Type. 
- increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
- 
- indexOf(IntPredicate, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Return the index of the first byte in this buffer that matches
 the given predicate. 
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
-  
- INEG - Static variable in interface org.springframework.asm.Opcodes
-  
- info - Variable in class org.springframework.asm.Label
- 
A user managed state associated with this label. 
- info(CharSequence) - Method in class org.springframework.core.log.LogAccessor
- 
Log a message with info log level. 
- info(Throwable, CharSequence) - Method in class org.springframework.core.log.LogAccessor
- 
Log an error with info log level. 
- info(Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
- 
Log a message with info log level. 
- info(Throwable, Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
- 
Log an error with info log level. 
- InfrastructureProxy - Interface in org.springframework.core
- 
Interface to be implemented by transparent resource proxies that need to be
 considered as equal to the underlying resource, for example for consistent
 lookup key comparisons. 
- initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
- 
Initialize parameter name discovery for this method parameter. 
- INNER_TYPE - Static variable in class org.springframework.asm.TypePath
- 
A type path step that steps into the nested type of a class type. 
- InputStreamResource - Class in org.springframework.core.io
- 
- 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. 
- inspect(Method) - Method in interface org.springframework.core.MethodIntrospector.MetadataLookup
- 
Perform a lookup on the given method and return associated metadata, if any. 
- INSTANCE - Static variable in class org.springframework.cglib.core.SpringNamingPolicy
-  
- INSTANCE - Static variable in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- 
Shared default instance of AnnotationAwareOrderComparator.
 
- INSTANCE - Static variable in class org.springframework.core.OrderComparator
- 
Shared default instance of OrderComparator.
 
- INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
- 
A shared instance of this default comparator. 
- 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
- 
- InstanceFilter<T> - Class in org.springframework.util
- 
A simple instance filter that checks if a given instance match based on
 a collection of includes and excludes element. 
- InstanceFilter(Collection<? extends T>, Collection<? extends T>, boolean) - Constructor for class org.springframework.util.InstanceFilter
- 
Create a new instance based on includes/excludes collections. 
- INSTANCEOF - Static variable in interface org.springframework.asm.Opcodes
-  
- INSTANCEOF - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the type declared in an 'instanceof' instruction. 
- INT - Static variable in class org.springframework.asm.Type
- 
The sort of the inttype.
 
- INT_TYPE - Static variable in class org.springframework.asm.Type
- 
The inttype.
 
- INTEGER - Static variable in interface org.springframework.asm.Opcodes
-  
- interruptTask() - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 
Subclasses can override this method to implement interruption of the future's
 computation. 
- introspect(Class<?>) - Static method in interface org.springframework.core.type.AnnotationMetadata
- 
Factory method to create a new  AnnotationMetadata instance
 for the given class using standard reflection. 
- InvalidMimeTypeException - Exception in org.springframework.util
- 
- InvalidMimeTypeException(String, String) - Constructor for exception org.springframework.util.InvalidMimeTypeException
- 
Create a new InvalidContentTypeException for the given content type. 
- InvertibleComparator<T> - Class in org.springframework.util.comparator
- 
- InvertibleComparator(Comparator<T>) - Constructor for class org.springframework.util.comparator.InvertibleComparator
- 
Deprecated. Create an InvertibleComparator that sorts ascending by default. 
- InvertibleComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
- 
Deprecated. Create an InvertibleComparator that sorts based on the provided order. 
- invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Invert the sort order of each sort definition contained by this compound
 comparator. 
- invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Invert the sort order of the sort definition at the specified index. 
- invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
- 
Deprecated. Invert the sort order: ascending -> descending or
 descending -> ascending. 
- invoke(Object, Object[]) - Method in class org.springframework.cglib.proxy.MethodProxy
- 
Invoke the original method, on a different object of the same type. 
- invoke() - Method in class org.springframework.util.MethodInvoker
- 
Invoke the specified method. 
- INVOKEDYNAMIC - Static variable in interface org.springframework.asm.Opcodes
-  
- INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
-  
- 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. 
- INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
-  
- INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
-  
- invokeSuper(Object, Object[]) - Method in class org.springframework.cglib.proxy.MethodProxy
- 
Invoke the original (super) method on the specified object. 
- invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
-  
- INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
-  
- IOR - Static variable in interface org.springframework.asm.Opcodes
-  
- IREM - Static variable in interface org.springframework.asm.Opcodes
-  
- IRETURN - Static variable in interface org.springframework.asm.Opcodes
-  
- isAbstract() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class is marked as abstract. 
- isAbstract() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- isAbstract() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return whether the underlying method is effectively abstract:
 i.e. 
- isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- isAbstract() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- isAlias(String) - Method in interface org.springframework.core.AliasRegistry
- 
Determine whether the given name is defined as an alias
 (as opposed to the name of an actually registered component). 
- isAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
-  
- isAllocated() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- isAllocated() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
- 
Return trueif this buffer is allocated;falseif it has been deallocated.
 
- isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Determine if an annotation of the specified  annotationType
 is  present on the supplied  AnnotatedElement or
 within the annotation hierarchy  above the specified element. 
- isAnnotated(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 
Determine if an annotation of the specified  annotationName is
  present on the supplied  AnnotatedElement or within the
 annotation hierarchy  above the specified element. 
- isAnnotated(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- 
Determine whether the underlying element has an annotation or meta-annotation
 of the given type defined. 
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- 
Deprecated. 
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- isAnnotation() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class represents an annotation. 
- isAnnotation() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine whether an annotation of the specified annotationTypeis declared locally (i.e.
 
- isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- isAnnotationMetaPresent(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
- 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() - Method in class org.springframework.core.ResolvableType
- 
Return trueif this type resolves to a Class that represents an array.
 
- 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
- 
Deprecated. Return the sort order: ascending (true) or descending (false). 
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that superType.isAssignableFrom(subType)istrue.
 
- isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that superType.isAssignableFrom(subType)istrue.
 
- isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.Assert
- 
Assert that superType.isAssignableFrom(subType)istrue.
 
- 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
-  
- isAssignableFrom(Class<?>) - Method in class org.springframework.core.ResolvableType
- 
Determine whether this ResolvableTypeis assignable from the
 specified other type.
 
- isAssignableFrom(ResolvableType) - Method in class org.springframework.core.ResolvableType
- 
Determine whether this ResolvableTypeis assignable from the
 specified other type.
 
- 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. 
- isBestCandidate(MergedAnnotation<A>) - Method in interface org.springframework.core.annotation.MergedAnnotationSelector
- 
Determine if the existing annotation is known to be the best
 candidate and any subsequent selections may be skipped. 
- 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. 
- isCancelled() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- isCancelled() - Method in class org.springframework.util.concurrent.FutureAdapter
-  
- isCancelled() - Method in class org.springframework.util.concurrent.MonoToListenableFutureAdapter
-  
- isCancelled() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-  
- isCandidateClass(Class<?>, Collection<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine whether the given class is a candidate for carrying one of the specified
 annotations (at type, method or field level). 
- isCandidateClass(Class<?>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine whether the given class is a candidate for carrying the specified annotation
 (at type, method or field level). 
- isCandidateClass(Class<?>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine whether the given class is a candidate for carrying the specified annotation
 (at type, method or field level). 
- isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
- 
- isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
- isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
- 
- isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- 
Determine whether the given method is a CGLIB 'renamed' method,
 following the pattern "CGLIB$methodName$0". 
- 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. 
- isClassReloadable(Class<?>) - Method in interface org.springframework.core.SmartClassLoader
- 
Determine whether the given class is reloadable (in this ClassLoader). 
- isCodeAttribute() - Method in class org.springframework.asm.Attribute
- 
Returns true if this type of attribute is a Code attribute. 
- isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
- 
- isCompatibleWith(MimeType) - Method in class org.springframework.util.MimeType
- 
Indicate whether this MIME Type is compatible with the given MIME 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 interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class represents a concrete class,
 i.e. 
- isConcrete() - Method in class org.springframework.util.MimeType
- 
Indicates whether this MIME Type is concrete, i.e. 
- isDaemon() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Return whether this factory should create daemon threads. 
- isDebugEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is debug logging currently enabled? 
- isDirectlyPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Determine if the annotation is directly present on the source. 
- isDirectlyPresent(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Determine if the specified annotation is directly present. 
- isDirectlyPresent(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Determine if the specified annotation is directly present. 
- isDone() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-  
- isDone() - Method in class org.springframework.util.concurrent.FutureAdapter
-  
- isDone() - Method in class org.springframework.util.concurrent.MonoToListenableFutureAdapter
-  
- isDone() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-  
- isEligibleForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
- 
Determine whether the specified class is eligible for overriding
 by this class loader. 
- isEmpty() - Method in class org.springframework.util.AutoPopulatingList
-  
- isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
- 
Return trueif the supplied Collection isnullor empty.
 
- isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
- 
Return trueif the supplied Map isnullor empty.
 
- isEmpty() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- isEmpty() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- 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.ObjectUtils
- 
Determine whether the given object is empty. 
- isEmpty(Object) - Static method in class org.springframework.util.StringUtils
- 
Check whether the given object (possibly a String) is empty.
 
- isEnhanced(Class) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Determine if a class was generated using Enhancer.
 
- isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- 
Determine whether the given method is an "equals" method. 
- isErrorEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is error logging currently enabled? 
- isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
- 
Determine whether the specified class is excluded from decoration
 by this class loader. 
- isFatalEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is fatal logging currently enabled? 
- isFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-  
- isFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
- 
This implementation returns a File reference for the given URI-identified
 resource, provided that it refers to a file in the file system. 
- isFile() - Method in class org.springframework.core.io.AbstractResource
- 
This implementation always returns false.
 
- isFile() - Method in class org.springframework.core.io.FileSystemResource
- 
This implementation always indicates a file. 
- isFile() - Method in class org.springframework.core.io.PathResource
- 
This implementation always indicates a file. 
- isFile() - Method in interface org.springframework.core.io.Resource
- 
Determine whether this resource represents a file in a file system. 
- isFile() - Method in class org.springframework.core.io.UrlResource
-  
- isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
- 
Determine whether the given URL points to a resource in the file system,
 i.e. 
- isFinal() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class is marked as 'final'. 
- isFinal() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- isFinal() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return whether the underlying method is marked as 'final'. 
- isFinal() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- isFinal() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- 
Determine whether the given method is a "hashCode" method. 
- ISHL - Static variable in interface org.springframework.asm.Opcodes
-  
- ISHR - Static variable in interface org.springframework.asm.Opcodes
-  
- isIn(MergedAnnotation.Adapt...) - Method in enum org.springframework.core.annotation.MergedAnnotation.Adapt
-  
- isIndependent() - Method in interface org.springframework.core.type.ClassMetadata
- 
Determine whether the underlying class is independent, i.e. 
- isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- isInfoEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is info logging currently enabled? 
- isInJavaLangAnnotationPackage(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine if the supplied  Annotation is defined in the core JDK
  java.lang.annotation package. 
- isInJavaLangAnnotationPackage(String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Determine if the  Annotation with the supplied name is defined
 in the core JDK  java.lang.annotation package. 
- isInnerClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
Determine if the supplied class is an inner class,
 i.e. 
- isInstance(Object) - Method in class org.springframework.core.ResolvableType
- 
Determine whether the given object is an instance of this ResolvableType.
 
- isInstanceOf(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
- 
Assert that the provided object is an instance of the provided class. 
- isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that the provided object is an instance of the provided class. 
- isInstanceOf(Class<?>, Object) - Static method in class org.springframework.util.Assert
- 
Assert that the provided object is an instance of the provided class. 
- isInterface() - Method in class org.springframework.asm.Handle
- 
Returns true if the owner of the field or method designated by this handle is an interface. 
- isInterface() - Method in interface org.springframework.core.type.ClassMetadata
- 
Return whether the underlying class represents an interface. 
- isInterface() - Method in class org.springframework.core.type.StandardClassMetadata
-  
- isJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
- 
Determine whether the given URL points to a jar file itself,
 that is, has protocol "file" and ends with the ".jar" extension. 
- isJarResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Return whether the given resource handle indicates a jar resource
 that the doFindPathMatchingJarResourcesmethod can handle.
 
- isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
- 
Determine whether the given URL points to a resource in a jar file. 
- isJavaLanguageInterface(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
- isKotlinPresent() - Static method in class org.springframework.core.KotlinDetector
- 
Determine whether Kotlin is present in general. 
- isKotlinReflectPresent() - Static method in class org.springframework.core.KotlinDetector
- 
Determine whether Kotlin reflection is present. 
- isKotlinType(Class<?>) - Static method in class org.springframework.core.KotlinDetector
- 
Determine whether the given Classis a Kotlin type
 (with Kotlin metadata present on it).
 
- isLoggingSuppressed(Map<String, Object>) - Static method in class org.springframework.core.codec.Hints
- 
- isMap() - Method in class org.springframework.core.convert.TypeDescriptor
- 
- isMetaPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Determine if the annotation is meta-present on the source. 
- isMultiValue() - Method in class org.springframework.core.ReactiveAdapter
- 
Shortcut for getDescriptor().isMultiValue().
 
- isMultiValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
- 
Return trueif the reactive type can produce more than 1 value
 can be produced and is therefore a good fit to adapt toFlux.
 
- isNegative() - Method in class org.springframework.util.unit.DataSize
- 
Checks if this size is negative, excluding zero. 
- isNoValue() - Method in class org.springframework.core.ReactiveAdapter
- 
Shortcut for getDescriptor().isNoValue().
 
- isNoValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
- 
Return trueif the reactive type does not produce any values and
 only provides completion and error signals.
 
- isNull(Object, String) - Static method in class org.springframework.util.Assert
- 
Assert that an object is null.
 
- isNull(Object, Supplier<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
- 
- 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
- 
Indicate whether this resource represents a handle with an open stream. 
- isOptional() - Method in class org.springframework.core.MethodParameter
- 
Return whether this method indicates a parameter which is not required:
 either in the form of Java 8's  Optional, any variant
 of a parameter-level  Nullable annotation (such as from JSR-305
 or the FindBugs set of annotations), or a language-level nullable type
 declaration or  Continuation parameter in Kotlin. 
- isOverridable() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- isOverridable() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return whether the underlying method is overridable,
 i.e. 
- isOverridable() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- isPattern(String) - Method in class org.springframework.util.AntPathMatcher
-  
- isPattern(String) - Method in interface org.springframework.util.PathMatcher
- 
Does the given pathrepresent a pattern that can be matched
 by an implementation of this interface?
 
- isPattern(String) - Method in interface org.springframework.util.RouteMatcher
- 
Whether the given  route contains pattern syntax which requires
 the  RouteMatcher.match(String, Route) method, or if it is a regular String
 that could be compared directly to others. 
- isPattern(String) - Method in class org.springframework.util.SimpleRouteMatcher
-  
- isPrepared() - Method in class org.springframework.util.MethodInvoker
- 
Return whether this invoker has been prepared already,
 i.e. 
- isPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Determine if the annotation is present on the source. 
- isPresent(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Determine if the specified annotation is either directly present or
 meta-present. 
- isPresent(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Determine if the specified annotation is either directly present or
 meta-present. 
- 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. 
- isPresentIn(Collection<? extends MimeType>) - Method in class org.springframework.util.MimeType
- 
- 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. 
- isProfileActive(String) - Method in class org.springframework.core.env.AbstractEnvironment
- 
Return whether the given profile is active, or if active profiles are empty
 whether the profile should be active by default. 
- 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 for a resource
 that  exists (revised as of 5.1). 
- 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 class org.springframework.core.io.PathResource
- 
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
- 
- isReadable() - Method in class org.springframework.core.io.VfsResource
-  
- isRunning() - Method in class org.springframework.util.StopWatch
- 
Determine whether this StopWatchis currently running.
 
- isSecurityManagerPresent() - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-  
- isShutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-  
- isStatic() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- isStatic() - Method in interface org.springframework.core.type.MethodMetadata
- 
Return whether the underlying method is declared as 'static'. 
- isStatic() - Method in class org.springframework.core.type.StandardMethodMetadata
-  
- isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
- 
Indicate whether the given  Result is a JAXP 1.4 StAX Result or
 custom StAX Result. 
- isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
- 
Indicate whether the given  Source is a JAXP 1.4 StAX Source or
 custom StAX Source. 
- isTerminated() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-  
- isThrottleActive() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Return whether this throttle is currently active. 
- isThrottleActive() - Method in class org.springframework.util.ConcurrencyThrottleSupport
- 
Return whether this throttle is currently active. 
- ISTORE - Static variable in interface org.springframework.asm.Opcodes
-  
- isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- 
Determine whether the given method is a "toString" method. 
- isTraceEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is trace logging currently enabled? 
- isTrue(boolean, String) - Static method in class org.springframework.util.Assert
- 
Assert a boolean expression, throwing an IllegalArgumentExceptionif the expression evaluates tofalse.
 
- isTrue(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert a boolean expression, throwing an IllegalArgumentExceptionif the expression evaluates tofalse.
 
- isTrue(boolean) - Static method in class org.springframework.util.Assert
- 
- ISUB - Static variable in interface org.springframework.asm.Opcodes
-  
- isUnknown() - Method in class org.springframework.asm.Attribute
- 
Returns true if this type of attribute is unknown. 
- isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
- 
Return whether the given resource location is a URL: either a
 special "classpath" or "classpath*" pseudo URL or a standard URL. 
- 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. 
- isUserLevelMethod(Method) - Static method in class org.springframework.util.ClassUtils
- 
Determine whether the given method is declared by the user or at least pointing to
 a user-declared method. 
- 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. 
- isWarnEnabled() - Method in class org.springframework.core.log.LogAccessor
- 
Is warn logging currently enabled? 
- isWildcardSubtype() - Method in class org.springframework.util.MimeType
- 
Indicates whether the  subtype is the wildcard
 character  * or the wildcard character followed by a suffix
 (e.g. 
- isWildcardType() - Method in class org.springframework.util.MimeType
- 
Indicates whether the  type is the wildcard character
  * or not. 
- isWorthTrying() - Method in class org.springframework.objenesis.SpringObjenesis
- 
Return whether this Objenesis instance is worth trying for instance creation,
 i.e. 
- 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 class org.springframework.core.io.FileUrlResource
-  
- isWritable() - Method in class org.springframework.core.io.PathResource
- 
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
- 
- iterator() - Method in class org.springframework.core.env.MutablePropertySources
-  
- iterator() - Method in class org.springframework.util.AutoPopulatingList
-  
- IUSHR - Static variable in interface org.springframework.asm.Opcodes
-  
- IXOR - Static variable in interface org.springframework.asm.Opcodes
-  
- name - Variable in class org.springframework.core.env.PropertySource
-  
- named(String) - Static method in class org.springframework.core.env.PropertySource
- 
Return a PropertySourceimplementation intended for collection comparison purposes only.
 
- NamedInheritableThreadLocal<T> - Class in org.springframework.core
- 
- NamedInheritableThreadLocal(String) - Constructor for class org.springframework.core.NamedInheritableThreadLocal
- 
Create a new NamedInheritableThreadLocal with the given name. 
- NamedThreadLocal<T> - Class in org.springframework.core
- 
- NamedThreadLocal(String) - Constructor for class org.springframework.core.NamedThreadLocal
- 
Create a new NamedThreadLocal with the given name. 
- narrow(Object) - Method in class org.springframework.core.convert.TypeDescriptor
- 
Narrows this  TypeDescriptor by setting its type to the class of the
 provided value. 
- nearest() - Static method in class org.springframework.core.annotation.MergedAnnotationSelectors
- 
Select the nearest annotation, i.e. 
- nested(MethodParameter, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Create a type descriptor for a nested type declared within the method parameter. 
- nested(Field, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Create a type descriptor for a nested type declared within the field. 
- nested(Property, int) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Create a type descriptor for a nested type declared within the property. 
- nested() - Method in class org.springframework.core.MethodParameter
- 
Return a variant of this MethodParameterwhich points to the
 same parameter but one nesting level deeper.
 
- nested(Integer) - Method in class org.springframework.core.MethodParameter
- 
Return a variant of this MethodParameterwhich points to the
 same parameter but one nesting level deeper.
 
- NestedCheckedException - Exception in org.springframework.core
- 
Handy class for wrapping checked Exceptionswith a root cause.
 
- NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
- 
Construct a NestedCheckedExceptionwith the specified detail message.
 
- NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
- 
Construct a NestedCheckedExceptionwith 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
-  
- nestedIfOptional() - Method in class org.springframework.core.MethodParameter
- 
Return a variant of this  MethodParameter which points to
 the same parameter but one nesting level deeper in case of a
  Optional declaration. 
- 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 NestedIOExceptionwith the specified detail message.
 
- NestedIOException(String, Throwable) - Constructor for exception org.springframework.core.NestedIOException
- 
Construct a NestedIOExceptionwith the specified detail message
 and nested exception.
 
- NestedRuntimeException - Exception in org.springframework.core
- 
Handy class for wrapping runtime Exceptionswith a root cause.
 
- NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
- 
Construct a NestedRuntimeExceptionwith the specified detail message.
 
- NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
- 
Construct a NestedRuntimeExceptionwith the specified detail message
 and nested exception.
 
- NettyDataBuffer - Class in org.springframework.core.io.buffer
- 
Implementation of the DataBufferinterface that wraps a NettyByteBuf.
 
- NettyDataBufferFactory - Class in org.springframework.core.io.buffer
- 
Implementation of the DataBufferFactoryinterface based on a
 NettyByteBufAllocator.
 
- NettyDataBufferFactory(ByteBufAllocator) - Constructor for class org.springframework.core.io.buffer.NettyDataBufferFactory
- 
Create a new NettyDataBufferFactorybased on the given factory.
 
- NEW - Static variable in interface org.springframework.asm.Opcodes
-  
- NEW - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the type of the object created by a 'new' instruction. 
- NEWARRAY - Static variable in interface org.springframework.asm.Opcodes
-  
- newClass(String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a class reference to the constant pool of the class being build. 
- newConst(Object) - Method in class org.springframework.asm.ClassWriter
- 
Adds a number or string constant to the constant pool of the class being build. 
- newConstantDynamic(String, String, Handle, Object...) - Method in class org.springframework.asm.ClassWriter
- 
Adds a dynamic constant reference to the constant pool of the class being build. 
- newExceptionReference(int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to the type of an exception, in a 'throws' clause of a method. 
- newField(String, String, String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a field reference to the constant pool of the class being build. 
- newFormalParameterReference(int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to the type of a formal parameter of a method. 
- newHandle(int, String, String, String) - Method in class org.springframework.asm.ClassWriter
- 
- newHandle(int, String, String, String, boolean) - Method in class org.springframework.asm.ClassWriter
- 
Adds a handle to the constant pool of the class being build. 
- newInstance(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- newInstance(Class, Class[], Object[]) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- newInstance(Constructor, Object[]) - Static method in class org.springframework.cglib.core.ReflectUtils
-  
- newInstance(String, String[], WeakCacheKey<CallbackFilter>, Type[], boolean, boolean, Long) - Method in interface org.springframework.cglib.proxy.Enhancer.EnhancerKey
-  
- newInstance(Class<T>, boolean) - Method in class org.springframework.objenesis.SpringObjenesis
- 
Create a new instance of the given class via Objenesis. 
- newInstance(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
-  
- newInstantiatorOf(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
-  
- newInvokeDynamic(String, String, Handle, Object...) - Method in class org.springframework.asm.ClassWriter
- 
Adds an invokedynamic reference to the constant pool of the class being build. 
- newMethod(String, String, String, boolean) - Method in class org.springframework.asm.ClassWriter
- 
Adds a method reference to the constant pool of the class being build. 
- newMethodType(String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a method type reference to the constant pool of the class being build. 
- newModule(String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a module reference to the constant pool of the class being build. 
- newNameType(String, String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a name and type to the constant pool of the class being build. 
- newPackage(String) - Method in class org.springframework.asm.ClassWriter
- 
Adds a package reference to the constant pool of the class being build. 
- newSuperTypeReference(int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to the super class or to an interface of the 'implements' clause of a
 class. 
- newTryCatchReference(int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to the type of the exception declared in a 'catch' clause of a method. 
- newTypeArgumentReference(int, int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to the type of a type argument in a constructor or method call or
 reference. 
- newTypeParameterBoundReference(int, int, int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to a type parameter bound of a generic class or method. 
- newTypeParameterReference(int, int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a reference to a type parameter of a generic class or method. 
- newTypeReference(int) - Static method in class org.springframework.asm.TypeReference
- 
Returns a type reference of the given sort. 
- newUTF8(String) - Method in class org.springframework.asm.ClassWriter
- 
Adds an UTF8 string to the constant pool of the class being build. 
- next() - Method in class org.springframework.util.CompositeIterator
-  
- nextBackOff() - Method in interface org.springframework.util.backoff.BackOffExecution
- 
Return the number of milliseconds to wait before retrying the operation
 or  BackOffExecution.STOP ( -1L) to indicate that no further attempt
 should be made for the operation. 
- nextInstance(Object) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- nextInstance(Object) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- nextInstance(Object) - Method in class org.springframework.cglib.proxy.Enhancer
-  
- nextThreadName() - Method in class org.springframework.util.CustomizableThreadCreator
- 
Return the thread name to use for a newly created  Thread. 
- NO_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Switch concurrency 'off': that is, don't allow any concurrent invocations. 
- NO_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
- 
Switch concurrency 'off': that is, don't allow any concurrent invocations. 
- nodeNameEquals(Node, String) - Static method in class org.springframework.util.xml.DomUtils
- 
Namespace-aware equals comparison. 
- nonClosing(InputStream) - Static method in class org.springframework.util.StreamUtils
- 
- nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
- 
- NONE - Static variable in interface org.springframework.core.annotation.AnnotationFilter
- 
AnnotationFilter that never matches and can be used when no
 filtering is needed (allowing for any annotation types to be present). 
- none() - Static method in class org.springframework.core.annotation.RepeatableContainers
- 
- none() - Static method in class org.springframework.core.codec.Hints
- 
- NONE - Static variable in class org.springframework.core.ResolvableType
- 
ResolvableTypereturned when no value is available.
 
- NonNull - Annotation Type in org.springframework.lang
- 
A common Spring annotation to declare that annotated elements cannot be null.
 
- NonNullApi - Annotation Type in org.springframework.lang
- 
A common Spring annotation to declare that parameters and return values
 are to be considered as non-nullable by default for a given package. 
- NonNullFields - Annotation Type in org.springframework.lang
- 
A common Spring annotation to declare that fields are to be considered as
 non-nullable by default for a given package. 
- noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains no nullelements.
 
- noNullElements(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains no nullelements.
 
- noNullElements(Object[]) - Static method in class org.springframework.util.Assert
- 
- noNullElements(Collection<?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that a collection contains no nullelements.
 
- noNullElements(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that a collection contains no nullelements.
 
- NOP - Static variable in interface org.springframework.asm.Opcodes
-  
- notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Object[], Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that an array contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Object[]) - Static method in class org.springframework.util.Assert
- 
- notEmpty(Collection<?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that a collection contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Collection<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that a collection contains elements; that is, it must not be
 nulland must contain at least one element.
 
- notEmpty(Collection<?>) - Static method in class org.springframework.util.Assert
- 
- notEmpty(Map<?, ?>, String) - Static method in class org.springframework.util.Assert
- 
Assert that a Map contains entries; that is, it must not be nulland must contain at least one entry.
 
- notEmpty(Map<?, ?>, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert that a Map contains entries; that is, it must not be nulland must contain at least one entry.
 
- notEmpty(Map<?, ?>) - Static method in class org.springframework.util.Assert
- 
- notNull(Object, String) - Static method in class org.springframework.util.Assert
- 
Assert that an object is not null.
 
- notNull(Object, Supplier<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
- 
- noValue(Class<?>, Supplier<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
- 
Descriptor for a reactive type that does not produce any values. 
- NULL - Static variable in interface org.springframework.asm.Opcodes
-  
- Nullable - Annotation Type in org.springframework.lang
- 
A common Spring annotation to declare that annotated elements can be nullunder
 some circumstance.
 
- 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 nullbased 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 trueif
 both arenullorfalseif only one isnull.
 
- 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. 
- nullsHigh() - Static method in class org.springframework.util.comparator.Comparators
- 
Return a  Comparable adapter which accepts
 null values and sorts them higher than non-null values. 
- nullsHigh(Comparator<T>) - Static method in class org.springframework.util.comparator.Comparators
- 
Return a decorator for the given comparator which accepts
 null values and sorts them higher than non-null values. 
- nullsLow() - Static method in class org.springframework.util.comparator.Comparators
- 
Return a  Comparable adapter which accepts
 null values and sorts them lower than non-null values. 
- nullsLow(Comparator<T>) - Static method in class org.springframework.util.comparator.Comparators
- 
Return a decorator for the given comparator which accepts
 null values and sorts them lower than non-null values. 
- NumberUtils - Class in org.springframework.util
- 
Miscellaneous utility methods for number conversion and parsing. 
- NumberUtils() - Constructor for class org.springframework.util.NumberUtils
-  
- ReactiveAdapter - Class in org.springframework.core
- 
Adapter for a Reactive Streams Publisherto and from an async/reactive
 type such asCompletableFuture, RxJavaObservable, and others.
 
- ReactiveAdapter(ReactiveTypeDescriptor, Function<Object, Publisher<?>>, Function<Publisher<?>, Object>) - Constructor for class org.springframework.core.ReactiveAdapter
- 
Constructor for an adapter with functions to convert the target reactive
 or async type to and from a Reactive Streams Publisher. 
- ReactiveAdapterRegistry - Class in org.springframework.core
- 
A registry of adapters to adapt Reactive Streams Publisherto/from
 various async/reactive types such asCompletableFuture, RxJavaObservable, and others.
 
- ReactiveAdapterRegistry() - Constructor for class org.springframework.core.ReactiveAdapterRegistry
- 
Create a registry and auto-register default adapters. 
- ReactiveTypeDescriptor - Class in org.springframework.core
- 
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.springframework.asm.Attribute
- 
- read() - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Read a single byte from the current reading position from this data buffer. 
- read(byte[]) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Read this buffer's data into the specified destination, starting at the current
 reading position of this buffer. 
- read(byte[], int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Read at most lengthbytes of this buffer into the specified destination,
 starting at the current reading position of this buffer.
 
- read(Path, DataBufferFactory, int, OpenOption...) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Read bytes from the given file Pathinto aFluxofDataBuffers.
 
- read(Resource, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Read the given Resourceinto aFluxofDataBuffers.
 
- read(Resource, long, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Read the given Resourceinto aFluxofDataBuffers
 starting at the given position.
 
- read() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- read(byte[]) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- read() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- read(byte[]) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- read() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- read(byte[]) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- readableByteCount() - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Return the number of bytes that can be read from this data buffer. 
- readableByteCount() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- readableByteCount() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- readableByteCount() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- readableChannel() - Method in class org.springframework.core.io.AbstractFileResolvingResource
- 
This implementation returns a FileChannel for the given URI-identified
 resource, provided that it refers to a file in the file system. 
- readableChannel() - Method in class org.springframework.core.io.AbstractResource
- 
- readableChannel() - Method in class org.springframework.core.io.FileSystemResource
- 
This implementation opens a FileChannel for the underlying file. 
- readableChannel() - Method in class org.springframework.core.io.PathResource
- 
This implementation opens a Channel for the underlying file. 
- readableChannel() - Method in interface org.springframework.core.io.Resource
- 
- readAsynchronousFileChannel(Callable<AsynchronousFileChannel>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Obtain a AsynchronousFileChannelfrom the given supplier, and read
 it into aFluxofDataBuffers.
 
- readAsynchronousFileChannel(Callable<AsynchronousFileChannel>, long, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Obtain a AsynchronousFileChannelfrom the given supplier, and
 read it into aFluxofDataBuffers, starting at the given
 position.
 
- readByte(int) - Method in class org.springframework.asm.ClassReader
- 
- readByteChannel(Callable<ReadableByteChannel>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
- readClass(int, char[]) - Method in class org.springframework.asm.ClassReader
- 
Reads a CONSTANT_Class constant pool entry in this  ClassReader. 
- readConst(int, char[]) - Method in class org.springframework.asm.ClassReader
- 
Reads a numeric or string constant pool entry in this  ClassReader. 
- readInputStream(Callable<InputStream>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Obtain a  InputStream from the given supplier, and read it into a
  Flux of  DataBuffers. 
- readInt(int) - Method in class org.springframework.asm.ClassReader
- 
- readLabel(int, Label[]) - Method in class org.springframework.asm.ClassReader
- 
Returns the label corresponding to the given bytecode offset. 
- readLong(int) - Method in class org.springframework.asm.ClassReader
- 
- readModule(int, char[]) - Method in class org.springframework.asm.ClassReader
- 
Reads a CONSTANT_Module constant pool entry in this  ClassReader. 
- readPackage(int, char[]) - Method in class org.springframework.asm.ClassReader
- 
Reads a CONSTANT_Package constant pool entry in this  ClassReader. 
- readPosition() - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Return the position from which this buffer will read. 
- readPosition(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Set the position from which this buffer will read. 
- readPosition() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- readPosition(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- readPosition() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- readPosition(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- readPosition() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- readPosition(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- readShort(int) - Method in class org.springframework.asm.ClassReader
- 
- readUnsignedShort(int) - Method in class org.springframework.asm.ClassReader
- 
- readUTF8(int, char[]) - Method in class org.springframework.asm.ClassReader
- 
Reads a CONSTANT_Utf8 constant pool entry in this  ClassReader. 
- ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
-  
- ReflectionUtils - Class in org.springframework.util
- 
Simple utility class for working with the reflection API and handling
 reflection exceptions. 
- ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
-  
- ReflectionUtils.FieldCallback - Interface in org.springframework.util
- 
Callback interface invoked on each field in the hierarchy. 
- ReflectionUtils.FieldFilter - Interface in org.springframework.util
- 
Callback optionally used to filter fields to be operated on by a field callback. 
- ReflectionUtils.MethodCallback - Interface in org.springframework.util
- 
Action to take on each method. 
- ReflectionUtils.MethodFilter - Interface in org.springframework.util
- 
Callback optionally used to filter methods to be operated on by a method callback. 
- ReflectUtils - Class in org.springframework.cglib.core
-  
- RegexPatternTypeFilter - Class in org.springframework.core.type.filter
- 
A simple filter for matching a fully-qualified class name with a regex  Pattern. 
- RegexPatternTypeFilter(Pattern) - Constructor for class org.springframework.core.type.filter.RegexPatternTypeFilter
-  
- registerAlias(String, String) - Method in interface org.springframework.core.AliasRegistry
- 
Given a name, register an alias for it. 
- registerAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
-  
- registerCallbacks(Class, Callback[]) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
Call this method to register the Callbackarray to use before
 creating a new instance of the generated class via reflection.
 
- registerConverters(Set<?>, ConverterRegistry) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
- 
Register the given Converter objects with the given target ConverterRegistry. 
- registerDefaultValues(AnnotationAttributes) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Register the annotation-declared default values for the given attributes,
 if available. 
- registerReactiveType(ReactiveTypeDescriptor, Function<Object, Publisher<?>>, Function<Publisher<?>, Object>) - Method in class org.springframework.core.ReactiveAdapterRegistry
- 
Register a reactive type along with functions to adapt to and from a
 Reactive Streams Publisher.
 
- registerStaticCallbacks(Class, Callback[]) - Static method in class org.springframework.cglib.proxy.Enhancer
- 
- release(DataBuffer) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
- release() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- release() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
- 
Decrease the reference count for this buffer by one,
 and deallocate it once the count reaches zero. 
- release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
- 
Release this entry and ensure that it will be returned from
 ReferenceManager#pollForPurge().
 
- releaseAndClear() - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- 
- releaseConsumer() - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
- remove(String) - Method in class org.springframework.core.env.MutablePropertySources
- 
Remove and return the property source with the given name, nullif not found.
 
- remove(int) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- remove(Object) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- remove(int) - Method in class org.springframework.util.AutoPopulatingList
-  
- remove(Object) - Method in class org.springframework.util.AutoPopulatingList
-  
- remove() - Method in class org.springframework.util.CompositeIterator
-  
- remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- remove(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- remove(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-  
- removeAlias(String) - Method in interface org.springframework.core.AliasRegistry
- 
Remove the specified alias from this registry. 
- removeAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
-  
- removeAll(Collection<?>) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- removeAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
-  
- removeAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
- 
Remove the attribute identified by nameand return its value.
 
- removeAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-  
- removeBinding(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
- 
Remove the given prefix from this context. 
- removeConvertible(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
- 
Remove any converters from sourceTypetotargetType.
 
- removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
-  
- removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
- 
Remove duplicate strings from the given array. 
- removeEldestEntry(Map.Entry<String, V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- 
Determine whether this map should remove the given eldest entry. 
- removeIf(Predicate<? super DataBuffer>) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- removeIfPresent(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
- 
Remove the given property source if it is present. 
- removeRange(int, int) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- RepeatableContainers - Class in org.springframework.core.annotation
- 
Strategy used to determine annotations that act as containers for other
 annotations. 
- replace(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
- 
Replace the property source with the given name with the given property source object. 
- replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- replace(String, String, String) - Static method in class org.springframework.util.StringUtils
- 
Replace all occurrences of a substring within a string with another string. 
- replacePlaceholders(String, Properties) - Method in class org.springframework.util.PropertyPlaceholderHelper
- 
Replaces all placeholders of format  ${name} with the corresponding
 property from the supplied  Properties. 
- replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
- 
- requiresReader() - Method in class org.springframework.core.io.support.EncodedResource
- 
- RESERVED_DEFAULT_PROFILE_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
- 
Name of reserved default profile name: "default". 
- reserveName(String) - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-  
- reset() - Method in interface org.springframework.core.io.buffer.DataBufferUtils.Matcher
- 
Resets the state of this matcher. 
- reset() - Method in class org.springframework.util.FastByteArrayOutputStream
- 
Reset the contents of this FastByteArrayOutputStream.
 
- ResizableByteArrayOutputStream - Class in org.springframework.util
- 
- ResizableByteArrayOutputStream() - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
- 
Create a new ResizableByteArrayOutputStreamwith the default initial capacity of 256 bytes.
 
- ResizableByteArrayOutputStream(int) - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
- 
Create a new ResizableByteArrayOutputStreamwith the specified initial capacity.
 
- resize(int) - Method in class org.springframework.util.FastByteArrayOutputStream
- 
Resize the internal buffer size to a specified capacity. 
- resize(int) - Method in class org.springframework.util.ResizableByteArrayOutputStream
- 
Resize the internal buffer size to a specified capacity. 
- ResolvableType - Class in org.springframework.core
- 
- ResolvableTypeProvider - Interface in org.springframework.core
- 
Any object can implement this interface to provide its actual  ResolvableType. 
- resolve(String, ResourceLoader) - Method in interface org.springframework.core.io.ProtocolResolver
- 
Resolve the given location against the given resource loader
 if this implementation's protocol matches. 
- resolve() - Method in class org.springframework.core.ResolvableType
- 
Resolve this type to a  Class, returning  null
 if the type cannot be resolved. 
- resolve(Class<?>) - Method in class org.springframework.core.ResolvableType
- 
Resolve this type to a  Class, returning the specified
  fallback if the type cannot be resolved. 
- resolve(Supplier<T>) - Static method in class org.springframework.util.function.SupplierUtils
- 
Resolve the given Supplier, getting its result or immediately
 returningnullif the supplier itself wasnull.
 
- resolveAliases(StringValueResolver) - Method in class org.springframework.core.SimpleAliasRegistry
- 
Resolve all alias target names and aliases registered in this
 registry, applying the given  StringValueResolver to them. 
- resolveClass(ObjectStreamClass) - Method in class org.springframework.core.ConfigurableObjectInputStream
-  
- resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
- 
Resolve the given class name into a Class instance. 
- resolveClassName(String) - Method in class org.springframework.util.MethodInvoker
- 
Resolve the given class name into a Class. 
- resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.core.ConfigurableObjectInputStream
- 
Resolve the given class name against a fallback class loader. 
- resolveGeneric(int...) - Method in class org.springframework.core.ResolvableType
- 
Convenience method that will  get and
  resolve a specific generic parameters. 
- resolveGenerics() - Method in class org.springframework.core.ResolvableType
- 
Convenience method that will  get and
  resolve generic parameters. 
- resolveGenerics(Class<?>) - Method in class org.springframework.core.ResolvableType
- 
Convenience method that will  get and  resolve generic parameters, using the specified  fallback if any type
 cannot be resolved. 
- resolveNestedPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
- resolveParameterType(MethodParameter, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
- resolvePath(String) - Method in class org.springframework.core.io.ResourceEditor
- 
Resolve the given path, replacing placeholders with corresponding
 property values from the environmentif necessary.
 
- resolvePath(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
Resolve the given path, replacing placeholders with
 corresponding system property values if necessary. 
- resolvePlaceholder(String) - Method in interface org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
- 
Resolve the supplied placeholder name to the replacement value. 
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- resolvePlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
- 
- resolvePlaceholders(String) - Static method in class org.springframework.util.SystemPropertyUtils
- 
Resolve ${...}placeholders in the given text, replacing them with
 corresponding system property values.
 
- resolvePlaceholders(String, boolean) - Static method in class org.springframework.util.SystemPropertyUtils
- 
Resolve ${...}placeholders in the given text, replacing them with
 corresponding system property values.
 
- resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
- 
Resolve the given class name as primitive class, if appropriate,
 according to the JVM's naming rules for primitive classes. 
- resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
- 
Resolve the given class if it is a primitive class,
 returning the corresponding primitive wrapper type instead. 
- resolvePropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
- 
Check to see if this property source contains a property with the given name, or
 any underscore / uppercase variation thereof. 
- resolveProxyClass(String[]) - Method in class org.springframework.core.ConfigurableObjectInputStream
-  
- resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- resolveRequiredPlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
- 
- resolveReturnType(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Determine the target type for the generic return type of the given method,
 where formal type variables are declared on the given class. 
- resolveReturnTypeArgument(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Resolve the single type argument of the given generic interface against the given
 target method which is assumed to return the given interface or an implementation
 of it. 
- resolveRootDirResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Resolve the specified resource for path matching. 
- resolveStringValue(String) - Method in interface org.springframework.util.StringValueResolver
- 
Resolve the given String value, for example parsing placeholders. 
- resolveType(Type, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Resolve the given generic type against the given context class,
 substituting type variables as far as possible. 
- resolveType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Resolve the specified generic type against the given TypeVariable map. 
- resolveTypeArgument(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Resolve the single type argument of the given generic interface against
 the given target class which is assumed to implement the generic interface
 and possibly declare a concrete type for its type variable. 
- resolveTypeArguments(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
- 
Resolve the type arguments of the given generic interface against the given
 target class which is assumed to implement the generic interface and possibly
 declare concrete types for its type variables. 
- resolveURL() - Method in class org.springframework.core.io.ClassPathResource
- 
Resolves a URL for the underlying class path resource. 
- Resource - Interface in org.springframework.core.io
- 
Interface for a resource descriptor that abstracts from the actual
 type of underlying resource, such as a file or class path resource. 
- RESOURCE_VARIABLE - Static variable in class org.springframework.asm.TypeReference
- 
The sort of type references that target the type of a resource variable in a method. 
- ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
- 
Editor for  Resource arrays, to
 automatically convert  String location patterns
 (e.g. 
- ResourceArrayPropertyEditor() - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
- ResourceDecoder - Class in org.springframework.core.codec
- 
- ResourceDecoder() - Constructor for class org.springframework.core.codec.ResourceDecoder
-  
- ResourceEditor - Class in org.springframework.core.io
- 
Editor for  Resource
 descriptors, to automatically convert  String locations
 e.g. 
- ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
- 
- ResourceEditor(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.core.io.ResourceEditor
- 
- ResourceEditor(ResourceLoader, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.ResourceEditor
- 
- ResourceEncoder - Class in org.springframework.core.codec
- 
- ResourceEncoder() - Constructor for class org.springframework.core.codec.ResourceEncoder
-  
- ResourceEncoder(int) - Constructor for class org.springframework.core.codec.ResourceEncoder
-  
- ResourceLoader - Interface in org.springframework.core.io
- 
Strategy interface for loading resources (e.. 
- ResourcePatternResolver - Interface in org.springframework.core.io.support
- 
Strategy interface for resolving a location pattern (for example,
 an Ant-style path pattern) into Resource objects. 
- ResourcePatternUtils - Class in org.springframework.core.io.support
- 
Utility class for determining whether a given URL is a resource
 location that can be loaded via a  ResourcePatternResolver. 
- ResourcePatternUtils() - Constructor for class org.springframework.core.io.support.ResourcePatternUtils
-  
- ResourcePropertySource - Class in org.springframework.core.io.support
- 
- ResourcePropertySource(String, EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource having the given name based on Properties
 loaded from the given encoded resource. 
- ResourcePropertySource(EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource based on Properties loaded from the given resource. 
- ResourcePropertySource(String, Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource having the given name based on Properties
 loaded from the given encoded resource. 
- ResourcePropertySource(Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource based on Properties loaded from the given resource. 
- ResourcePropertySource(String, String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource having the given name based on Properties loaded from
 the given resource location and using the given class loader to load the
 resource (assuming it is prefixed with classpath:).
 
- ResourcePropertySource(String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource based on Properties loaded from the given resource
 location and use the given class loader to load the resource, assuming it is
 prefixed with classpath:.
 
- ResourcePropertySource(String, String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource having the given name based on Properties loaded from
 the given resource location. 
- ResourcePropertySource(String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
- 
Create a PropertySource based on Properties loaded from the given resource
 location. 
- ResourceRegion - Class in org.springframework.core.io.support
- 
Region of a  Resource implementation, materialized by a  position
 within the  Resource and a byte  count for the length of that region. 
- ResourceRegion(Resource, long, long) - Constructor for class org.springframework.core.io.support.ResourceRegion
- 
Create a new  ResourceRegion from a given  Resource. 
- ResourceRegionEncoder - Class in org.springframework.core.codec
- 
- ResourceRegionEncoder() - Constructor for class org.springframework.core.codec.ResourceRegionEncoder
-  
- ResourceRegionEncoder(int) - Constructor for class org.springframework.core.codec.ResourceRegionEncoder
-  
- ResourceUtils - Class in org.springframework.util
- 
Utility methods for resolving resource locations to files in the
 file system. 
- ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
-  
- restructureIfNecessary(boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
- 
Restructure the underlying data structure when it becomes necessary. 
- RET - Static variable in interface org.springframework.asm.Opcodes
-  
- retain(T) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
- retain() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- retain() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
- 
Increase the reference count for this buffer by one. 
- retainAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
-  
- retainedSlice(int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Create a new DataBufferwhose contents is a shared, retained subsequence of this
 data buffer's content.
 
- retainedSlice(int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- retainedSlice(int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
- 
- rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
- 
- retrieveMatchingFiles(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Retrieve files that match the given path pattern,
 checking the given directory and its subdirectories. 
- RETURN - Static variable in interface org.springframework.asm.Opcodes
-  
- returnTypeName - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 
Deprecated. 
- RouteMatcher - Interface in org.springframework.util
- 
Contract for matching routes to patterns. 
- RouteMatcher.Route - Interface in org.springframework.util
- 
A parsed representation of a route. 
- SALOAD - Static variable in interface org.springframework.asm.Opcodes
-  
- SASTORE - Static variable in interface org.springframework.asm.Opcodes
-  
- Segment(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
-  
- select(MergedAnnotation<A>, MergedAnnotation<A>) - Method in interface org.springframework.core.annotation.MergedAnnotationSelector
- 
Select the annotation that should be used. 
- selectInvocableMethod(Method, Class<?>) - Static method in class org.springframework.core.MethodIntrospector
- 
Select an invocable method on the target type: either the given method itself
 if actually exposed on the target type, or otherwise a corresponding method
 on one of the target type's interfaces or on the target type itself. 
- selectMethods(Class<?>, MethodIntrospector.MetadataLookup<T>) - Static method in class org.springframework.core.MethodIntrospector
- 
Select methods on the given target type based on the lookup of associated metadata. 
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.core.MethodIntrospector
- 
Select methods on the given target type based on a filter. 
- SerializationDelegate - Class in org.springframework.core.serializer.support
- 
A convenient delegate with pre-arranged configuration state for common
 serialization needs. 
- SerializationDelegate(ClassLoader) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
- 
Create a SerializationDelegatewith a default serializer/deserializer
 for the givenClassLoader.
 
- SerializationDelegate(Serializer<Object>, Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
- 
Create a SerializationDelegatewith the given serializer/deserializer.
 
- SerializationFailedException - Exception in org.springframework.core.serializer.support
- 
- SerializationFailedException(String) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
- 
Construct a SerializationExceptionwith the specified detail message.
 
- SerializationFailedException(String, Throwable) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
- 
Construct a SerializationExceptionwith the specified detail message
 and nested exception.
 
- SerializationUtils - Class in org.springframework.util
- 
Static utilities for serialization and deserialization. 
- SerializationUtils() - Constructor for class org.springframework.util.SerializationUtils
-  
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.DefaultSerializer
- 
Writes the source object to an output stream using Java serialization. 
- serialize(T, OutputStream) - Method in interface org.springframework.core.serializer.Serializer
- 
Write an object of type T to the given OutputStream. 
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.support.SerializationDelegate
-  
- serialize(Object) - Static method in class org.springframework.util.SerializationUtils
- 
Serialize the given object to a byte array. 
- Serializer<T> - Interface in org.springframework.core.serializer
- 
A strategy interface for streaming an object to an OutputStream. 
- SerializingConverter - Class in org.springframework.core.serializer.support
- 
- SerializingConverter() - Constructor for class org.springframework.core.serializer.support.SerializingConverter
- 
Create a default SerializingConverterthat uses standard Java serialization.
 
- SerializingConverter(Serializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializingConverter
- 
Create a  SerializingConverter that delegates to the provided  Serializer. 
- set(int, DataBuffer) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-  
- set(int, E) - Method in class org.springframework.util.AutoPopulatingList
-  
- set(T) - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 
Set the value of this future. 
- 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. 
- setActiveProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setActiveProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
- 
Specify the set of profiles active for this Environment.
 
- 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. 
- setArguments(Object...) - Method in class org.springframework.util.MethodInvoker
- 
Set arguments for the method invocation. 
- setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
- 
Deprecated. Specify the sort order: ascending (true) or descending (false). 
- setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Change the sort order at the given index to ascending. 
- setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
-  
- setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
-  
- setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
Treat the given text as a location pattern and convert it to a Resource array. 
- setAttemptLoad(boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
If set, CGLIB will attempt to load classes from the specified
 ClassLoaderbefore generating them.
 
- setAttribute(String, Object) - Method in interface org.springframework.core.AttributeAccessor
- 
Set the attribute defined by nameto the suppliedvalue.
 
- setAttribute(String, Object) - Method in class org.springframework.core.AttributeAccessorSupport
-  
- setBindings(Map<String, String>) - Method in class org.springframework.util.xml.SimpleNamespaceContext
- 
Set the bindings for this namespace context. 
- setCacheLimit(int) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
- 
Specify the maximum number of entries for the MetadataReader cache. 
- setCachePatterns(boolean) - Method in class org.springframework.util.AntPathMatcher
- 
- setCallback(Callback) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the single Callbackto use.
 
- setCallbackFilter(CallbackFilter) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the CallbackFilterused to map the generated class' methods
 to a particular callback index.
 
- setCallbacks(Callback[]) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the array of callbacks to use. 
- setCallbackType(Class) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the single type of Callbackto use.
 
- setCallbackTypes(Class[]) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the array of callback types to use. 
- setCaseSensitive(boolean) - Method in class org.springframework.util.AntPathMatcher
- 
Specify whether to perform pattern matching in a case-sensitive fashion. 
- setClassLoader(ClassLoader) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Set the ClassLoaderin which the class will be generated.
 
- setClassLoader(ClassLoader) - Method in class org.springframework.core.io.DefaultResourceLoader
- 
Specify the ClassLoader to load class path resources with, or nullfor using the thread context class loader at the time of actual resource access.
 
- setComparator(int, Comparator<? extends T>) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Replace the Comparator at the given index. 
- setComparator(int, Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Replace the Comparator at the given index using the given sort order. 
- setConcurrencyLimit(int) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Set the maximum number of parallel accesses allowed. 
- setConcurrencyLimit(int) - Method in class org.springframework.util.ConcurrencyThrottleSupport
- 
Set the maximum number of concurrent access attempts allowed. 
- setContextClass(Class) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- setConversionService(ConfigurableConversionService) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
- setCustomizer(Customizer) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- 
- setDaemon(boolean) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Set whether this factory is supposed to create daemon threads,
 just executing as long as the application itself is running. 
- setDefaultProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
- 
- setDefaultProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
- 
- setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Deprecated. Change the sort order at the given index to descending sort. 
- setException(Throwable) - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 
Set the exception of this future. 
- setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
- 
- setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set the encoding to use for parsing properties files. 
- setFlag(String) - Static method in class org.springframework.core.SpringProperties
- 
Programmatically set a local flag to "true", overriding an
 entry in the spring.propertiesfile (if any).
 
- setHashConstant(int) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- setHashMultiplier(int) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- setIgnoreResourceNotFound(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set if failure to find the property resource should be ignored. 
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Set whether to throw an exception when encountering an unresolvable placeholder
 nested within the value of a given property. 
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
Set whether to throw an exception when encountering an unresolvable placeholder
 nested within the value of a given property. 
- setInitialInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
The initial interval in milliseconds. 
- setInterceptDuringConstruction(boolean) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set whether methods called from within the proxy's constructer
 will be intercepted. 
- setInterface(Class) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-  
- setInterfaces(Class[]) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the interfaces to implement. 
- setInterval(long) - Method in class org.springframework.util.backoff.FixedBackOff
- 
Set the interval between two attempts in milliseconds. 
- setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
- 
- setLocalOverride(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set whether local properties override properties from files. 
- setLocation(Resource) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set a location of a properties file to be loaded. 
- setLocations(Resource...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set locations of properties files to be loaded. 
- setLogger(Log) - Method in class org.springframework.core.codec.AbstractDecoder
- 
Set an alternative logger to use than the one based on the class name. 
- setLogger(Log) - Method in class org.springframework.core.codec.AbstractEncoder
- 
Set an alternative logger to use than the one based on the class name. 
- setMaxAttempts(long) - Method in class org.springframework.util.backoff.FixedBackOff
- 
Set the maximum number of attempts in milliseconds. 
- setMaxElapsedTime(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
- setMaxInMemorySize(int) - Method in class org.springframework.core.codec.AbstractDataBufferDecoder
- 
Configure a limit on the number of bytes that can be buffered whenever
 the input stream needs to be aggregated. 
- setMaxInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
The maximum back off time. 
- setMultiplier(double) - Method in class org.springframework.util.backoff.ExponentialBackOff
- 
The value to multiply the current interval by for each retry attempt. 
- setNamePrefix(String) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-  
- setNamingPolicy(NamingPolicy) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Override the default naming policy. 
- setNonOptionArgsPropertyName(String) - Method in class org.springframework.core.env.CommandLinePropertySource
- 
Specify the name of the special "non-option arguments" property. 
- setPathMatcher(PathMatcher) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- 
Set the PathMatcher implementation to use for this
 resource pattern resolver. 
- setPathSeparator(String) - Method in class org.springframework.util.AntPathMatcher
- 
Set the path separator to use for pattern parsing. 
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Set the prefix that placeholders replaced by this resolver must begin with. 
- setPlaceholderPrefix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
Set the prefix that placeholders replaced by this resolver must begin with. 
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Set the suffix that placeholders replaced by this resolver must end with. 
- setPlaceholderSuffix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
Set the suffix that placeholders replaced by this resolver must end with. 
- setProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set local properties, e.g. 
- setPropertiesArray(Properties...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set local properties, e.g. 
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- 
Set the PropertiesPersister to use for parsing properties files. 
- setProperty(String, String) - Static method in class org.springframework.core.SpringProperties
- 
Programmatically set a local property, overriding an entry in the
 spring.propertiesfile (if any).
 
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractPropertyResolver
-  
- setRequiredProperties(String...) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
- setSeparator(String) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
- 
Set the separator to use in-between file name parts. 
- setSerialVersionUID(Long) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Insert a static serialVersionUID field into the generated class. 
- setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
- 
Set a fully qualified static method name to invoke,
 e.g. 
- setStrategy(GeneratorStrategy) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Set the strategy to use to create the bytecode from this generator. 
- setSuperclass(Class) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set the class which the generated class will extend. 
- SettableListenableFuture<T> - Class in org.springframework.util.concurrent
- 
- SettableListenableFuture() - Constructor for class org.springframework.util.concurrent.SettableListenableFuture
-  
- setTargetClass(Class<?>) - Method in class org.springframework.util.MethodInvoker
- 
Set the target class on which to call the target method. 
- setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
- 
Set the name of the method to be invoked. 
- setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
- 
Set the target object on which to call the target method. 
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
- 
- setThreadFactory(ThreadFactory) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Specify an external factory to use for creating new Threads,
 instead of relying on the local properties of this executor. 
- setThreadGroup(ThreadGroup) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Specify the thread group that threads should be created in. 
- setThreadGroupName(String) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Specify the name of the thread group that threads should be created in. 
- setThreadNamePrefix(String) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Specify the prefix to use for the names of newly created threads. 
- setThreadPriority(int) - Method in class org.springframework.util.CustomizableThreadCreator
- 
Set the priority of the threads that this factory creates. 
- setTrimTokens(boolean) - Method in class org.springframework.util.AntPathMatcher
- 
Specify whether to trim tokenized paths and patterns. 
- setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
- 
- setUseCache(boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- 
Whether use and update the static cache of generated classes
 for a class with the same properties. 
- setUseFactory(boolean) - Method in class org.springframework.cglib.proxy.Enhancer
- 
Set whether the enhanced object instances should implement
 the Factoryinterface.
 
- setValue(Object) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- 
Treat the given value as a collection or array and convert it to a Resource array. 
- setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-  
- setValueSeparator(String) - Method in class org.springframework.core.env.AbstractEnvironment
-  
- setValueSeparator(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- 
Specify the separating character between the placeholders replaced by this
 resolver and their associated default value, or nullif no such
 special character should be processed as a value separator.
 
- setValueSeparator(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- 
Specify the separating character between the placeholders replaced by this
 resolver and their associated default value, or nullif no such
 special character should be processed as a value separator.
 
- 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. 
- SHORT - Static variable in class org.springframework.asm.Type
- 
The sort of the shorttype.
 
- SHORT_TYPE - Static variable in class org.springframework.asm.Type
- 
The shorttype.
 
- shortSummary() - Method in class org.springframework.util.StopWatch
- 
Get a short description of the total running time. 
- shutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-  
- shutdownNow() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-  
- SimpleAliasRegistry - Class in org.springframework.core
- 
- SimpleAliasRegistry() - Constructor for class org.springframework.core.SimpleAliasRegistry
-  
- SimpleAsyncTaskExecutor - Class in org.springframework.core.task
- 
TaskExecutor implementation that fires up a new Thread for each task,
 executing it asynchronously. 
- SimpleAsyncTaskExecutor() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Create a new SimpleAsyncTaskExecutor with default thread name prefix. 
- SimpleAsyncTaskExecutor(String) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Create a new SimpleAsyncTaskExecutor with the given thread name prefix. 
- SimpleAsyncTaskExecutor(ThreadFactory) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- 
Create a new SimpleAsyncTaskExecutor with the given external thread factory. 
- SimpleCommandLinePropertySource - Class in org.springframework.core.env
- 
- SimpleCommandLinePropertySource(String...) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
- 
Create a new SimpleCommandLinePropertySourcehaving the default name
 and backed by the givenString[]of command line arguments.
 
- SimpleCommandLinePropertySource(String, String[]) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
- 
Create a new SimpleCommandLinePropertySourcehaving the given name
 and backed by the givenString[]of command line arguments.
 
- SimpleIdGenerator - Class in org.springframework.util
- 
A simple  IdGenerator that starts at 1 and increments by 1 with each call. 
- SimpleIdGenerator() - Constructor for class org.springframework.util.SimpleIdGenerator
-  
- simpleMatch(String, String) - Static method in class org.springframework.util.PatternMatchUtils
- 
Match a String against the given pattern, supporting the following simple
 pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
 arbitrary number of pattern parts), as well as direct equality. 
- simpleMatch(String[], String) - Static method in class org.springframework.util.PatternMatchUtils
- 
Match a String against the given patterns, supporting the following simple
 pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
 arbitrary number of pattern parts), as well as direct equality. 
- SimpleMetadataReaderFactory - Class in org.springframework.core.type.classreading
- 
- SimpleMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- 
Create a new SimpleMetadataReaderFactory for the default class loader. 
- SimpleMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- 
Create a new SimpleMetadataReaderFactory for the given resource loader. 
- SimpleMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- 
Create a new SimpleMetadataReaderFactory for the given class loader. 
- SimpleNamespaceContext - Class in org.springframework.util.xml
- 
Simple javax.xml.namespace.NamespaceContextimplementation.
 
- SimpleNamespaceContext() - Constructor for class org.springframework.util.xml.SimpleNamespaceContext
-  
- SimpleRouteMatcher - Class in org.springframework.util
- 
- SimpleRouteMatcher(PathMatcher) - Constructor for class org.springframework.util.SimpleRouteMatcher
- 
Create a new  SimpleRouteMatcher for the given
  PathMatcher delegate. 
- SimpleSaxErrorHandler - Class in org.springframework.util.xml
- 
Simple org.xml.sax.ErrorHandlerimplementation:
 logs warnings using the given Commons Logging logger instance,
 and rethrows errors to discontinue the XML transformation.
 
- SimpleSaxErrorHandler(Log) - Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
- 
Create a new SimpleSaxErrorHandler for the given
 Commons Logging logger instance. 
- SimpleTransformErrorListener - Class in org.springframework.util.xml
- 
Simple javax.xml.transform.ErrorListenerimplementation:
 logs warnings using the given Commons Logging logger instance,
 and rethrows errors to discontinue the XML transformation.
 
- SimpleTransformErrorListener(Log) - Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
- 
Create a new SimpleTransformErrorListener for the given
 Commons Logging logger instance. 
- singleOptionalValue(Class<?>, Supplier<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
- 
Descriptor for a reactive type that can produce 0..1 values. 
- singleRequiredValue(Class<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
- 
Descriptor for a reactive type that must produce 1 value to complete. 
- SingletonSupplier<T> - Class in org.springframework.util.function
- 
- SingletonSupplier(T, Supplier<? extends T>) - Constructor for class org.springframework.util.function.SingletonSupplier
- 
Build a SingletonSupplierwith the given singleton instance
 and a default supplier for the case when the instance isnull.
 
- SingletonSupplier(Supplier<? extends T>, Supplier<? extends T>) - Constructor for class org.springframework.util.function.SingletonSupplier
- 
Build a SingletonSupplierwith the given instance supplier
 and a default supplier for the case when the instance isnull.
 
- SIPUSH - Static variable in interface org.springframework.asm.Opcodes
-  
- size() - Method in class org.springframework.core.env.MutablePropertySources
- 
- size() - Method in class org.springframework.util.AutoPopulatingList
-  
- size() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-  
- size() - Method in class org.springframework.util.FastByteArrayOutputStream
- 
Return the number of bytes stored in this FastByteArrayOutputStream.
 
- size() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-  
- size() - Method in class org.springframework.util.LinkedMultiValueMap
-  
- SKIP_CODE - Static variable in class org.springframework.asm.ClassReader
- 
A flag to skip the Code attributes. 
- SKIP_DEBUG - Static variable in class org.springframework.asm.ClassReader
- 
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable
 and LineNumberTable attributes. 
- SKIP_FRAMES - Static variable in class org.springframework.asm.ClassReader
- 
A flag to skip the StackMap and StackMapTable attributes. 
- skipUntilByteCount(Publisher<? extends DataBuffer>, long) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Skip buffers from the given  Publisher until the total
  byte count reaches
 the given maximum byte count, or until the publisher is complete. 
- slice(int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
- 
Create a new DataBufferwhose contents is a shared subsequence of this
 data buffer's content.
 
- slice(int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-  
- slice(int, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-  
- slice(int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-  
- SmartClassLoader - Interface in org.springframework.core
- 
Interface to be implemented by a reloading-aware ClassLoader
 (e.g. 
- SocketUtils - Class in org.springframework.util
- 
Simple utility methods for working with network sockets — for example,
 for finding available ports on localhost.
 
- SocketUtils() - Constructor for class org.springframework.util.SocketUtils
- 
Although SocketUtilsconsists solely of static utility methods,
 this constructor is intentionallypublic.
 
- sort(List<?>) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- 
- sort(Object[]) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- 
Sort the given array with a default AnnotationAwareOrderComparator. 
- sort(List<?>) - Static method in class org.springframework.core.OrderComparator
- 
Sort the given List with a default OrderComparator. 
- sort(Object[]) - Static method in class org.springframework.core.OrderComparator
- 
Sort the given array with a default OrderComparator. 
- sortBySpecificity(List<MimeType>) - Static method in class org.springframework.util.MimeTypeUtils
- 
Sorts the given list of MimeTypeobjects by specificity.
 
- sortIfNecessary(Object) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- 
Sort the given array or List with a default AnnotationAwareOrderComparator,
 if necessary. 
- sortIfNecessary(Object) - Static method in class org.springframework.core.OrderComparator
- 
Sort the given array or List with a default OrderComparator,
 if necessary. 
- sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
- 
Sort the given Stringarray if necessary.
 
- Source(String) - Constructor for class org.springframework.cglib.core.AbstractClassGenerator.Source
-  
- source - Variable in class org.springframework.core.env.PropertySource
-  
- SOURCE_DEPRECATED - Static variable in interface org.springframework.asm.Opcodes
-  
- SOURCE_MASK - Static variable in interface org.springframework.asm.Opcodes
-  
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.util.MimeTypeUtils
- 
- SpecificityComparator() - Constructor for class org.springframework.util.MimeType.SpecificityComparator
-  
- split(String, String) - Static method in class org.springframework.util.StringUtils
- 
Split a Stringat the first occurrence of the delimiter.
 
- splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
- 
Take an array of 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 of strings and split each element based on the given delimiter. 
- spliterator() - Method in class org.springframework.core.env.MutablePropertySources
-  
- SpringAsmInfo - Class in org.springframework.asm
- 
Utility class exposing constants related to Spring's internal repackaging
 of the ASM bytecode library: currently based on ASM 7.x plus minor patches. 
- SpringAsmInfo() - Constructor for class org.springframework.asm.SpringAsmInfo
-  
- SpringCglibInfo - Class in org.springframework.cglib
- 
Empty class used to ensure that the org.springframework.cglibpackage is processed during javadoc generation.
 
- SpringCglibInfo() - Constructor for class org.springframework.cglib.SpringCglibInfo
-  
- SpringFactoriesLoader - Class in org.springframework.core.io.support
- 
General purpose factory loading mechanism for internal use within the framework. 
- SpringNamingPolicy - Class in org.springframework.cglib.core
- 
Custom extension of CGLIB's DefaultNamingPolicy, modifying
 the tag in generated class names from "ByCGLIB" to "BySpringCGLIB".
 
- SpringNamingPolicy() - Constructor for class org.springframework.cglib.core.SpringNamingPolicy
-  
- SpringObjenesis - Class in org.springframework.objenesis
- 
Spring-specific variant of ObjenesisStd/ObjenesisBase,
 providing a cache based onClasskeys instead of class names,
 and allowing for selective use of the cache.
 
- SpringObjenesis() - Constructor for class org.springframework.objenesis.SpringObjenesis
- 
Create a new SpringObjenesisinstance with the
 standard instantiator strategy.
 
- SpringObjenesis(InstantiatorStrategy) - Constructor for class org.springframework.objenesis.SpringObjenesis
- 
Create a new SpringObjenesisinstance with the
 given standard instantiator strategy.
 
- SpringProperties - Class in org.springframework.core
- 
Static holder for local Spring properties, i.e. 
- SpringVersion - Class in org.springframework.core
- 
Class that exposes the Spring version. 
- STANDARD_NUMBER_TYPES - Static variable in class org.springframework.util.NumberUtils
- 
Standard number types (all immutable):
 Byte, Short, Integer, Long, BigInteger, Float, Double, BigDecimal. 
- StandardAnnotationMetadata - Class in org.springframework.core.type
- 
- StandardAnnotationMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
- 
- StandardAnnotationMetadata(Class<?>, boolean) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
- 
- StandardClassMetadata - Class in org.springframework.core.type
- 
ClassMetadata implementation that uses standard reflection
 to introspect a given  Class. 
- StandardClassMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardClassMetadata
- 
- StandardEnvironment - Class in org.springframework.core.env
- 
Environment implementation suitable for use in 'standard' (i.e. 
- StandardEnvironment() - Constructor for class org.springframework.core.env.StandardEnvironment
-  
- StandardMethodMetadata - Class in org.springframework.core.type
- 
MethodMetadata implementation that uses standard reflection
 to introspect a given  Method. 
- StandardMethodMetadata(Method) - Constructor for class org.springframework.core.type.StandardMethodMetadata
- 
- StandardMethodMetadata(Method, boolean) - Constructor for class org.springframework.core.type.StandardMethodMetadata
- 
- StandardReflectionParameterNameDiscoverer - Class in org.springframework.core
- 
ParameterNameDiscoverer implementation which uses JDK 8's reflection facilities
 for introspecting parameter names (based on the "-parameters" compiler flag). 
- StandardReflectionParameterNameDiscoverer() - Constructor for class org.springframework.core.StandardReflectionParameterNameDiscoverer
-  
- standardRepeatables() - Static method in class org.springframework.core.annotation.RepeatableContainers
- 
- start() - Method in interface org.springframework.util.backoff.BackOff
- 
Start a new back off execution. 
- start() - Method in class org.springframework.util.backoff.ExponentialBackOff
-  
- start() - Method in class org.springframework.util.backoff.FixedBackOff
-  
- start() - Method in class org.springframework.util.StopWatch
- 
Start an unnamed task. 
- start(String) - Method in class org.springframework.util.StopWatch
- 
Start a named task. 
- startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
- 
Test if the given Stringstarts with the specified prefix,
 ignoring upper/lower case.
 
- state(boolean, String) - Static method in class org.springframework.util.Assert
- 
Assert a boolean expression, throwing an IllegalStateExceptionif the expression evaluates tofalse.
 
- state(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
- 
Assert a boolean expression, throwing an IllegalStateExceptionif the expression evaluates tofalse.
 
- state(boolean) - Static method in class org.springframework.util.Assert
- 
- StaxUtils - Class in org.springframework.util.xml
- 
Convenience methods for working with the StAX API. 
- StaxUtils() - Constructor for class org.springframework.util.xml.StaxUtils
-  
- STOP - Static variable in interface org.springframework.util.backoff.BackOffExecution
- 
- stop() - Method in class org.springframework.util.StopWatch
- 
Stop the current task. 
- StopWatch - Class in org.springframework.util
- 
Simple stop watch, allowing for timing of a number of tasks, exposing total
 running time and running time for each named task. 
- StopWatch() - Constructor for class org.springframework.util.StopWatch
- 
Construct a new StopWatch.
 
- StopWatch(String) - Constructor for class org.springframework.util.StopWatch
- 
Construct a new StopWatchwith the given ID.
 
- StopWatch.TaskInfo - Class in org.springframework.util
- 
Nested class to hold data about one task executed within the StopWatch.
 
- store(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-  
- store(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-  
- store(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
- 
Write the contents of the given Properties object to the
 given OutputStream. 
- store(Properties, Writer, String) - Method in interface org.springframework.util.PropertiesPersister
- 
Write the contents of the given Properties object to the
 given Writer. 
- STORE_CLASS_AS_STRING - Static variable in class org.springframework.cglib.core.KeyFactory
-  
- storeToXml(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-  
- storeToXml(Properties, OutputStream, String, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-  
- storeToXml(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
- 
Write the contents of the given Properties object to the
 given XML OutputStream. 
- storeToXml(Properties, OutputStream, String, String) - Method in interface org.springframework.util.PropertiesPersister
- 
Write the contents of the given Properties object to the
 given XML OutputStream. 
- stream(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Stream all annotations and meta-annotations that match the specified
 type. 
- stream(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Stream all annotations and meta-annotations that match the specified
 type. 
- stream() - Method in interface org.springframework.core.annotation.MergedAnnotations
- 
Stream all annotations and meta-annotations contained in this collection. 
- stream() - Method in class org.springframework.core.env.MutablePropertySources
-  
- stream() - Method in interface org.springframework.core.env.PropertySources
- 
Return a sequential  Stream containing the property sources. 
- StreamUtils - Class in org.springframework.util
- 
Simple utility methods for dealing with streams. 
- StreamUtils() - Constructor for class org.springframework.util.StreamUtils
-  
- StringDecoder - Class in org.springframework.core.codec
- 
Decode from a data buffer stream to a Stringstream.
 
- StringUtils - Class in org.springframework.util
- 
Miscellaneous  String utility methods. 
- StringUtils() - Constructor for class org.springframework.util.StringUtils
-  
- StringValueResolver - Interface in org.springframework.util
- 
Simple strategy interface for resolving a String value. 
- stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
- 
Strip the filename extension from the given Java resource path,
 e.g. 
- StubPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.StubPropertySource
-  
- style(Object) - Method in class org.springframework.core.style.DefaultValueStyler
-  
- style(Object) - Static method in class org.springframework.core.style.StylerUtils
- 
Style the specified value according to default conventions. 
- style(Object) - Method in interface org.springframework.core.style.ValueStyler
- 
Style the given value, returning a String representation. 
- styleEnd(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleEnd(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
- 
Style a toString()'ed object after it's fields are styled.
 
- styleField(StringBuilder, String, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleField(StringBuilder, String, Object) - Method in interface org.springframework.core.style.ToStringStyler
- 
Style a field value as a string. 
- styleFieldEnd(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleFieldSeparator(StringBuilder) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleFieldSeparator(StringBuilder) - Method in interface org.springframework.core.style.ToStringStyler
- 
Style the field separator. 
- styleFieldStart(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- StylerUtils - Class in org.springframework.core.style
- 
Simple utility class to allow for convenient access to value
 styling logic, mainly to support descriptive logging messages. 
- StylerUtils() - Constructor for class org.springframework.core.style.StylerUtils
-  
- styleStart(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleStart(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
- 
Style a toString()'ed object before its fields are styled.
 
- styleValue(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-  
- styleValue(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
- 
Style the given value. 
- subList(int, int) - Method in class org.springframework.util.AutoPopulatingList
-  
- submit(Runnable) - Method in interface org.springframework.core.task.AsyncTaskExecutor
- 
Submit a Runnable task for execution, receiving a Future representing that task. 
- submit(Callable<T>) - Method in interface org.springframework.core.task.AsyncTaskExecutor
- 
Submit a Callable task for execution, receiving a Future representing that task. 
- submit(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-  
- submit(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-  
- submit(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-  
- submit(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-  
- submitListenable(Runnable) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
- 
Submit a Runnabletask for execution, receiving aListenableFuturerepresenting that task.
 
- submitListenable(Callable<T>) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
- 
Submit a Callabletask for execution, receiving aListenableFuturerepresenting that task.
 
- submitListenable(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-  
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-  
- submitListenable(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-  
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-  
- subSequence(int, int) - Method in class org.springframework.core.log.LogMessage
-  
- 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. 
- success(T) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
- 
- SuccessCallback<T> - Interface in org.springframework.util.concurrent
- 
- SupplierUtils - Class in org.springframework.util.function
- 
Convenience utilities for  Supplier handling. 
- SupplierUtils() - Constructor for class org.springframework.util.function.SupplierUtils
-  
- supportsEmpty() - Method in class org.springframework.core.ReactiveAdapter
- 
Shortcut for getDescriptor().supportsEmpty().
 
- supportsEmpty() - Method in class org.springframework.core.ReactiveTypeDescriptor
- 
Return trueif the reactive type can complete with no values.
 
- SUPPRESS_LOGGING_HINT - Static variable in class org.springframework.core.codec.Hints
- 
Name of boolean hint whether to avoid logging data either because it's
 potentially sensitive, or because it has been logged by a composite
 encoder, e.g. 
- suppressGetenvAccess() - Method in class org.springframework.core.env.AbstractEnvironment
- 
- SWAP - Static variable in interface org.springframework.asm.Opcodes
-  
- SyncTaskExecutor - Class in org.springframework.core.task
- 
TaskExecutor implementation that executes each task  synchronously
 in the calling thread. 
- SyncTaskExecutor() - Constructor for class org.springframework.core.task.SyncTaskExecutor
-  
- synthesize() - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Create a type-safe synthesized version of this annotation that can be
 used directly in code. 
- synthesize(Predicate<? super MergedAnnotation<A>>) - Method in interface org.springframework.core.annotation.MergedAnnotation
- 
Optionally create a type-safe synthesized version of this annotation based
 on a condition predicate. 
- synthesizeAnnotation(A, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Synthesize an annotation from the supplied  annotation
 by wrapping it in a dynamic proxy that transparently enforces
  attribute alias semantics for annotation attributes that are
 annotated with  @AliasFor. 
 
- synthesizeAnnotation(Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Synthesize an annotation from its default attributes values. 
- synthesizeAnnotation(Map<String, Object>, Class<A>, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 
Synthesize an annotation from the supplied map of annotation
 attributes by wrapping the map in a dynamic proxy that implements an
 annotation of the specified  annotationType and transparently
 enforces  attribute alias semantics for annotation attributes
 that are annotated with  @AliasFor. 
 
- SynthesizedAnnotation - Interface in org.springframework.core.annotation
- 
Marker interface implemented by synthesized annotation proxies. 
- SynthesizingMethodParameter - Class in org.springframework.core.annotation
- 
- SynthesizingMethodParameter(Method, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
- 
Create a new SynthesizingMethodParameterfor the given method,
 with nesting level 1.
 
- SynthesizingMethodParameter(Method, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
- 
Create a new SynthesizingMethodParameterfor the given method.
 
- SynthesizingMethodParameter(Constructor<?>, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
- 
Create a new SynthesizingMethodParameterfor the given constructor,
 with nesting level 1.
 
- SynthesizingMethodParameter(Constructor<?>, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
- 
Create a new SynthesizingMethodParameterfor the given constructor.
 
- SynthesizingMethodParameter(SynthesizingMethodParameter) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
- 
Copy constructor, resulting in an independent SynthesizingMethodParameterbased on the same metadata and cache state that the original object was in.
 
- SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
- 
System environment property source name: "systemEnvironment". 
- SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
- 
JVM system properties property source name: "systemProperties". 
- SystemEnvironmentPropertySource - Class in org.springframework.core.env
- 
- SystemEnvironmentPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.SystemEnvironmentPropertySource
- 
Create a new SystemEnvironmentPropertySourcewith the given name and
 delegating to the givenMapPropertySource.
 
- SystemPropertyUtils - Class in org.springframework.util
- 
Helper class for resolving placeholders in texts. 
- SystemPropertyUtils() - Constructor for class org.springframework.util.SystemPropertyUtils
-