- generate(Object, Method, Object...) - Method in interface org.springframework.cache.interceptor.KeyGenerator
-
Generate a key for the given method and its parameters.
- generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
- 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
-
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Generate a bean name for the given top-level bean definition,
unique within the given bean factory.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Generate a bean name for the given bean definition, unique within the
given bean factory.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanNameGenerator
-
Generate a bean name for the given bean definition.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
-
- generateBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
Call the bean name generator for the given bean definition.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- generateClass(ClassVisitor) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-
- generateClass(ClassVisitor) - Method in class org.springframework.cglib.proxy.Enhancer
-
- generateCode(String, MethodVisitor, CodeFlow) - Method in class org.springframework.context.expression.MapAccessor
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.BooleanLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.ConstructorReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Elvis
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.FloatLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.FunctionReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Indexer
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.InlineList
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.IntLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.LongLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.NullLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpAnd
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpDivide
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpEQ
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OperatorNot
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpGE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpGT
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpLE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpLT
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpMinus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpModulus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpMultiply
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpNE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpOr
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpPlus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.RealLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Generate the bytecode for this node into the supplied visitor.
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.StringLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Ternary
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.TypeReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in interface org.springframework.expression.spel.CodeFlow.ClinitAdder
-
- generateCode(String, MethodVisitor, CodeFlow) - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
-
Generate the bytecode the performs the access operation into the specified MethodVisitor
using context information from the codeflow where necessary.
- generateCode(String, MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- generateCodeForArgument(MethodVisitor, CodeFlow, SpelNodeImpl, String) - Static method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Ask an argument to generate its bytecode and then follow it up
with any boxing/unboxing/checkcasting to ensure it matches the expected parameter descriptor.
- generateCodeForArguments(MethodVisitor, CodeFlow, Member, SpelNodeImpl[]) - Static method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Generate code that handles building the argument values for the specified method.
- generateComparisonCode(MethodVisitor, CodeFlow, int, int) - Method in class org.springframework.expression.spel.ast.Operator
-
Numeric comparison operators share very similar generated code, only differing in
two comparison instructions.
- GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.BeanFactoryUtils
-
Separator for generated bean names.
- GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Separator for generated bean names.
- generateDefaultCacheName(Method) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
Generate a default cache name for the specified
Method
SE。
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Generate the default classpath resource locations array based on the
supplied class.
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- GeneratedKeyHolder - Class in org.springframework.jdbc.support
-
The standard implementation of the
KeyHolder
interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements).
- GeneratedKeyHolder() - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a default list.
- GeneratedKeyHolder(List<Map<String, Object>>) - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a given list.
- generateETagHeaderValue(InputStream, boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Generate the ETag header value from the given response body byte array.
- generateField(ClassWriter, CodeFlow) - Method in interface org.springframework.expression.spel.CodeFlow.FieldAdder
-
- 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
-
- generateJson(Set<ConfigurableApplicationContext>) - Method in class org.springframework.context.support.LiveBeansView
-
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
- generateKey(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
Compute the key for the given caching operation.
- generateKey(Object...) - Static method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
Generate a key based on the specified parameters.
- generateMultipartBoundary() - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
-
Generate a multipart boundary.
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- 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.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return whether this view generates download content
(typically binary content like PDF or Excel files).
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
- generateUniqueName(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify whether a unique ID should be generated and used as the database name.
- Generator() - Constructor for class org.springframework.cglib.core.KeyFactory.Generator
-
- GenericApplicationContext - Class in org.springframework.context.support
-
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format.
- GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext.
- GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given parent.
- GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationListener - Interface in org.springframework.context.event
-
Extended variant of the standard
ApplicationListener
interface,
exposing further metadata such as the supported event and source type.
- GenericApplicationListenerAdapter - Class in org.springframework.context.event
-
GenericApplicationListener
adapter that determines supported event types
through introspecting the generically declared type of the target listener.
- GenericApplicationListenerAdapter(ApplicationListener<?>) - Constructor for class org.springframework.context.event.GenericApplicationListenerAdapter
-
Create a new GenericApplicationListener for the given delegate.
- genericBeanDefinition() - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- genericBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- genericBeanDefinition(Class<?>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- genericBeanDefinition(Class<T>, Supplier<T>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- GenericBeanDefinition - Class in org.springframework.beans.factory.support
-
GenericBeanDefinition is a one-stop shop for standard bean definition purposes.
- GenericBeanDefinition() - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
-
Create a new GenericBeanDefinition, to be configured through its bean
properties and configuration methods.
- GenericBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
-
Create a new GenericBeanDefinition as deep copy of the given
bean definition.
- GenericCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- GenericCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Constructor used to initialize with provided database meta-data.
- 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.
- GenericFilterBean - Class in org.springframework.web.filter
-
Simple base implementation of
Filter
EE which treats
its config parameters (
init-param
entries within the
filter
tag in
web.xml
) as bean properties.
- GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
-
- GenericGroovyApplicationContext - Class in org.springframework.context.support
-
- GenericGroovyApplicationContext() - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext that needs to be
loaded
and then manually
refreshed
。
- GenericGroovyApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericGroovyApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericGroovyApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericGroovyXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericGroovyXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
- GenericGroovyXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericGroovyXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
- GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter
that can convert an HTTP request
into a target object of a specified generic type and a source object of a specified
generic type into an HTTP response.
- GenericMarshaller - Interface in org.springframework.oxm
-
Subinterface of
Marshaller
that has support for Java 5 generics.
- GenericMessage<T> - Class in org.springframework.messaging.support
-
An implementation of
Message
with a generic payload.
- GenericMessage(T) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload.
- GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload and headers.
- GenericMessage(T, MessageHeaders) - Constructor for class org.springframework.messaging.support.GenericMessage
-
- GenericMessageConverter - Class in org.springframework.messaging.converter
-
- GenericMessageConverter() - Constructor for class org.springframework.messaging.converter.GenericMessageConverter
-
- GenericMessageConverter(ConversionService) - Constructor for class org.springframework.messaging.converter.GenericMessageConverter
-
- GenericMessageEndpointFactory - Class in org.springframework.jca.endpoint
-
Generic implementation of the JCA 1.7
MessageEndpointFactory
EE interface,
providing transaction management capabilities for any kind of message
listener object (e.g.
- GenericMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory
-
- GenericMessageEndpointFactory.InternalResourceException - Exception in org.springframework.jca.endpoint
-
Internal exception thrown when a ResourceException has been encountered
during the endpoint invocation.
- GenericMessageEndpointManager - Class in org.springframework.jca.endpoint
-
Generic bean that manages JCA 1.7 message endpoints within a Spring
application context, activating and deactivating the endpoint as part
of the application context's lifecycle.
- GenericMessageEndpointManager() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- GenericMessagingTemplate - Class in org.springframework.messaging.core
-
A messaging template that resolves destinations names to
MessageChannel
's
to send and receive messages from.
- GenericMessagingTemplate() - Constructor for class org.springframework.messaging.core.GenericMessagingTemplate
-
- GenericPropertiesContextLoader - Class in org.springframework.test.context.support
-
- GenericPropertiesContextLoader() - Constructor for class org.springframework.test.context.support.GenericPropertiesContextLoader
-
- GenericReactiveTransaction - Class in org.springframework.transaction.reactive
-
- GenericReactiveTransaction(Object, boolean, boolean, boolean, boolean, Object) - Constructor for class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Create a newDefaultReactiveTransactionStatus
instance.
- GenericSqlQuery<T> - Class in org.springframework.jdbc.object
-
- GenericSqlQuery() - Constructor for class org.springframework.jdbc.object.GenericSqlQuery
-
- GenericStoredProcedure - Class in org.springframework.jdbc.object
-
Concrete implementation making it possible to define the RDBMS stored procedures
in an application context without writing a custom Java implementation class.
- GenericStoredProcedure() - Constructor for class org.springframework.jdbc.object.GenericStoredProcedure
-
- GenericTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
A generic implementation of the
TableMetaDataProvider
interface
which should provide enough features for all supported databases.
- GenericTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Constructor used to initialize with provided database meta-data.
- GenericTypeAwareAutowireCandidateResolver - Class in org.springframework.beans.factory.support
-
Basic
AutowireCandidateResolver
that performs a full generic type
match with the candidate's type if the dependency is declared as a generic type
(e.g.
- GenericTypeAwareAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- GenericTypeResolver - Class in org.springframework.core
-
Helper class for resolving generic types against type variables.
- GenericUnmarshaller - Interface in org.springframework.oxm
-
Subinterface of
Unmarshaller
that has support for Java 5 generics.
- GenericWebApplicationContext - Class in org.springframework.web.context.support
-
- GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext.
- GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext for the given ServletContext.
- GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- GenericXmlApplicationContext - Class in org.springframework.context.support
-
Convenient application context with built-in XML support.
- GenericXmlApplicationContext() - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext that needs to be
loaded
and then manually
refreshed
。
- GenericXmlApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericXmlContextLoader
-
- GenericXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericXmlWebContextLoader
-
- get(String, ObjectFactory<?>) - Method in interface org.springframework.beans.factory.config.Scope
-
Return the object with the given name from the underlying scope,
creating it
if not found in the underlying storage mechanism.
- get(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Get the raw property value, if any.
- get(Object) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key.
- get(Object, Class<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key,
generically specifying a type that return value will be cast to.
- get(Object, Callable<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key, obtaining
that value fromvalueLoader
if necessary.
- get() - Method in interface org.springframework.cache.Cache.ValueWrapper
-
Return the actual value in the cache.
- get(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- get(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.jcache.JCacheCache
-
- get(Object) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object) - Method in class org.springframework.cache.support.NoOpCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.support.NoOpCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.support.NoOpCache
-
- get() - Method in class org.springframework.cache.support.SimpleValueWrapper
-
Simply returns the value as given at construction time.
- get(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get(Object, Class<T>) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get(AbstractClassGenerator, boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
-
- get() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.context.support.SimpleThreadScope
-
- 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,null
if not found.
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- get(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP GET builder with the given url.
- get(Object, Class<T>) - Method in class org.springframework.messaging.MessageHeaders
-
- get(Object) - Method in class org.springframework.messaging.MessageHeaders
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- get(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- get(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
Create an HTTP GET builder with the given URI template.
- get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, ornull
if not found.
- get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, ornull
if not found.
- get(String, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, ornull
if not found.
- get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, ornull
if not found.
- get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(String, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- get(String) - Method in interface org.springframework.test.annotation.ProfileValueSource
-
Get the profile value indicated by the specified key.
- get(String) - Method in class org.springframework.test.annotation.SystemProfileValueSource
-
Get the profile value indicated by the specified key from the
system properties.
- get(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
-
Obtain a cachedApplicationContext
for the given key.
- get(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Obtain a cachedApplicationContext
for the given key.
- get() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP GET request.
- get(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- get(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- 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, ornull
if 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(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.SessionScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
-
- get(Context) - Static method in class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
-
- get() - Method in interface org.springframework.web.reactive.function.client.WebClient
-
Start building an HTTP GET request.
- GET(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return aRequestPredicate
that matches if request's HTTP method isGET
and the givenpattern
matches against the request path.
- GET(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP GET
requests
that match the given pattern.
- GET(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP GET
requests
that match the given pattern and predicate.
- GET(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return aRequestPredicate
that matches if request's HTTP method isGET
and the givenpattern
matches against the request path.
- GET(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP GET
requests
that match the given pattern.
- GET(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP GET
requests
that match the given pattern and predicate.
- get(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- getAccept() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
media types,
as specified by the
Accept
header.
- getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
charsetsSE,
as specified by the
Accept-Charset
header.
- getAcceptCharset() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'acceptCharset
' attribute.
- getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Return the selected sub-protocol to use.
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getAcceptedProtocol() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the negotiated sub-protocol.
- getAcceptLanguage() - Method in class org.springframework.http.HttpHeaders
-
Return the language ranges from the "Accept-Language" header.
- getAcceptLanguageAsLocales() - Method in class org.springframework.http.HttpHeaders
-
- getAcceptVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getAcceptVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the accept-version header.
- getAccess() - Method in class org.springframework.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAccessControlAllowCredentials() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Allow-Credentials
response header.
- getAccessControlAllowHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Allow-Headers
response header.
- getAccessControlAllowMethods() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Allow-Methods
response header.
- getAccessControlAllowOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Allow-Origin
response header.
- getAccessControlContext() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Provides a security access control context relevant to this factory.
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Return the security context for this bean factory.
- getAccessControlContext() - Method in interface org.springframework.beans.factory.support.SecurityContextProvider
-
Provides a security access control context relevant to a bean factory.
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
-
- getAccessControlExposeHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Expose-Headers
response header.
- getAccessControlMaxAge() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Max-Age
response header.
- getAccessControlRequestHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Request-Headers
request header.
- getAccessControlRequestMethod() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theAccess-Control-Request-Method
request header.
- getAccesskey() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'accesskey
' attribute.
- getAccessor(Message<?>, Class<T>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return the originalMessageHeaderAccessor
used to create the headers
of the givenMessage
, ornull
if that's not available or if
its type does not match the required type.
- getAccessor(MessageHeaders, Class<T>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getAck() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getAck() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the ack header.
- getAcknowledgeMode() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Return the JMS acknowledgement mode to use.
- getAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'action
' attribute.
- getActivationName() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Implementation of the JCA 1.7#getActivationName()
method,
returning the bean name as set on this MessageEndpointFactory.
- getActivationSpec() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the JCA ActivationSpec to use for activating the endpoint.
- getActivationSpecConfig() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- getActiveConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the number of currently active consumers.
- getActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
-
The active context object is what unqualified references to properties/etc are resolved against.
- getActiveCount() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
- getActiveCount() - Method in interface org.springframework.aop.target.PoolingConfig
-
Return the number of active objects in the pool.
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the number of currently active threads.
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the number of currently active threads.
- 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.
- getActiveProfiles() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged active bean definition profiles for the
test class.
- getActualCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Return the actual column count.
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
Extract the actual field value for the given field.
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
-
- getActualParams() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the actual parameter Map associated with the ServletRequest.
- getActualResources() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
-
- getActualRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
-
Return the number of rows that have actually been affected.
- getActualSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Return the actual result size (or -1 if unknown).
- getActualType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
Return the actual type of the instance found.
- getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
-
Return the actual type that the lookup returned, if available.
- getActualValue() - Method in class org.springframework.web.reactive.result.view.BindStatus
-
Return the actual value of the field, i.e.
- getActualValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the actual value of the field, i.e.
- getAdaptedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- 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.
- getAdapter(HandlerResult) - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
Get aReactiveAdapter
for the top-level return value type.
- getAdapterRegistry() - Method in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
-
- getAdapterRegistry() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
-
The configured adapter registry.
- getAdapterRegistry() - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
- getAdapterRegistry() - Method in class org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
-
- getAdvice() - Method in interface org.springframework.aop.Advisor
-
Return the advice part of this aspect.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build a Spring AOP Advice for the given AspectJ advice method.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvice() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
- getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getAdvice() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- getAdviceBeanName() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
Return the name of the advice bean that this advisor refers to, if any.
- getAdviceModeAttributeName() - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
The name of the
AdviceMode
attribute for the annotation specified by the
generic type
A
.
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Return whether the given bean is to be proxied, what additional
advices (e.g.
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Identify as bean to proxy if the bean name is in the configured list of names.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build a Spring AOP Advisor for the given AspectJ advice method.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Return the prefix for bean names that will cause them to be included
for auto-proxying by this object.
- getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
-
Return the advisor chain factory to use (nevernull
).
- getAdvisors(MetadataAwareAspectInstanceFactory) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build Spring AOP Advisors for all annotated At-AspectJ methods
on the specified aspect instance.
- getAdvisors(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisors() - Method in interface org.springframework.aop.framework.Advised
-
Return the advisors applying to this proxy.
- getAdvisors() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getAdvisorsInternal() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getAggregateIndex() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get the index of the aggregate collection containing this annotation.
- getAggregateTemplateLoader(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return a TemplateLoader based on the given TemplateLoader list.
- getAjType() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return AspectJ reflection information.
- getAlias() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
Return the alias registered for the bean.
- getAliases(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return the aliases for the given bean name, if any.
- getAliases() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the alias names for the bean, as specified directly for the bean definition.
- getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getAliases(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- 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
-
- getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- 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
SE 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
SE 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.
- getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getAllErrors() - Method in class org.springframework.validation.AbstractErrors
-
- getAllErrors() - Method in exception org.springframework.validation.BindException
-
- getAllErrors() - Method in interface org.springframework.validation.Errors
-
Get all errors, both global and field ones.
- getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getAllErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
- getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Get all registered file extensions.
- getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Get all registered file extensions.
- 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.
- getAllMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllMergedAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get all annotations of the specifiedannotationType
within 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 specified
annotationType
.
- getAllMergedAnnotations(AnnotatedElement, Set<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get all annotations of the specifiedannotationTypes
within 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
.
- getAllow() - Method in class org.springframework.http.HttpHeaders
-
Return the set of allowed
HTTP methods
,
as specified by the
Allow
header.
- getAllowCredentials() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configuredallowCredentials
flag, ornull
if none.
- getAllowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should be allowed for binding.
- getAllowedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed actual request headers, ornull
if none.
- getAllowedLocations() - Method in class org.springframework.web.reactive.resource.PathResourceResolver
-
- getAllowedLocations() - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- getAllowedMethods() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed HTTP methods, ornull
in which case
only"GET"
and"HEAD"
allowed.
- getAllowedOrigins() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured origins to allow, ornull
if none.
- getAllowedOrigins() - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
-
Return the allowedOrigin
header values.
- getAllowedOrigins() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return configure allowedOrigin
header values.
- getAllowHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the "Allow" header value to use in response to an HTTP OPTIONS request
based on the configured
supported methods
also
automatically adding "OPTIONS" to the list even if not present as a supported
method.
- getAllParameters(Object...) - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperation
-
Return theCacheInvocationParameter
instances based on the
specified method arguments.
- getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Return the name of the request attribute that identifies that a request
is already filtered.
- getAlt() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'alt
' attribute.
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getAnnotatedElement() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the wrapped annotated element.
- 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() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnnotation(Class<A>) - Method in class org.springframework.beans.factory.InjectionPoint
-
Retrieve a field/parameter annotation of the given type, if any.
- 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 typeannotationType
stored under the
specifiedattributeName
.
- getAnnotation(Annotation, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get a single
Annotation
SE 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
SE of
annotationType
from the supplied
AnnotatedElement
SE, 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
SE of
annotationType
from the
supplied
Method
SE, 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 specifiedannotationType
that is on this type descriptor.
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getAnnotation(MethodParameter, Class<A>) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
- getAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- 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 typeannotationType
stored under the specified
attributeName
.
- 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
SE, 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
SE。
- 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
-
- getAnnotationAttributes() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Get the delegateSmartContextLoader
that supports annotated classes.
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- getAnnotationMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
-
Read full annotation metadata for the underlying class,
including metadata for annotated methods.
- getAnnotations() - Method in class org.springframework.beans.factory.InjectionPoint
-
Obtain the annotations associated with the wrapped field or method/constructor parameter.
- 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.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnnotationType() - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
-
Return the
Annotation
SE that this instance is using to filter
candidates.
- getAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- 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
-
- getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Return the AopProxyFactory that this ProxyConfig uses.
- getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
-
Get theApplicationContext
that the event was raised for.
- getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Return the ApplicationContext that this object is associated with.
- getApplicationContext() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- getApplicationContext() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
- getApplicationContext() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getApplicationContext(ExtensionContext) - Static method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- getApplicationContext() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getApplicationContext() - Method in interface org.springframework.test.context.TestContext
-
- getApplicationContext() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
- getApplicationContext() - Method in class org.springframework.web.reactive.result.view.AbstractView
-
- getApplicationContext() - Method in class org.springframework.web.reactive.result.view.script.RenderingContext
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Return the containingApplicationContext
, if any.
- getApplicationContext() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getApplicationContext() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Return the configuredApplicationContext
, if any.
- getApplicationContext() - Method in interface org.springframework.web.server.ServerWebExchange
-
- getApplicationContext() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getApplicationContext() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getApplicationContext() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getApplicationContext() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- getApplicationContext() - Method in class org.springframework.web.servlet.view.script.RenderingContext
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- getApplicationDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getApplicationEventPublisher() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getApplicationException() - Method in exception org.springframework.transaction.TransactionSystemException
-
Return the application exception that was thrown before this transaction exception,
if any.
- getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection containing all ApplicationListeners.
- getApplicationListeners(ApplicationEvent, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection of ApplicationListeners matching the given
event type.
- getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of statically specified ApplicationListeners.
- getApplicationName() - Method in interface org.springframework.context.ApplicationContext
-
Return a name for the deployed application that this context belongs to.
- getApplicationName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getAppliedPropertySources() - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Return the property sources that were actually applied during
post-processing
。
- getArgs() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getArgs() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getArgs() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the argument list used to invoke the method.
- getArgumentCount() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return the number of argument values held in this instance,
counting both indexed and generic argument values.
- getArgumentNames() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getArgumentResolver(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
-
- getArgumentResolverConfigurer() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Return the configured custom resolvers for handler method arguments.
- getArgumentResolverConfigurer() - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Return the configured resolvers for controller method arguments.
- getArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the complete list of argument resolvers.
- getArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getArguments() - Method in interface org.aopalliance.intercept.Invocation
-
Get the arguments as an array object.
- getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the array of arguments to be used to resolve this message.
- getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the arguments for the target method call.
- 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.
- getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
-
Return FieldError arguments for a binding error on the given field.
- getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Return FieldError arguments for a validation error on the given field.
- 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.
- getArgumentValue(int, Class<?>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValue(int, Class<?>, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValue(int, Class<?>, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValues() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
Return the argument values.
- getAspectClass() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return the aspect class.
- getAspectClass() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Return the specified aspect class (nevernull
).
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the ClassLoader for aspect instances.
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectClassLoader() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
-
Expose the aspect class loader that this factory uses.
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectCreationMutex() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
-
Return the best possible creation mutex for this factory.
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectInstance() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
-
Create an instance of this factory's aspect.
- getAspectInstance() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
Look up the aspect bean from the
BeanFactory
and returns it.
- getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the factory for aspect instances.
- getAspectJAdviceMethod() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the AspectJ-style advice method.
- getAspectJPrecedenceInformationFor(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectMetadata() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
-
Return the AspectJ AspectMetadata for this factory's aspect.
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getAspectName() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getAspectName() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return the aspect name.
- getAspectName() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
Return the name of the aspect (bean) in which the advice was declared.
- getAspectName() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return the name of the aspect (bean) in which the advice was declared.
- getAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Return the Abstract Syntax Tree for the expression.
- getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharsetEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
This implementation returnsnull
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
-
Format the Date as String, using the specified DateFormat.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
This implementation returnsnull
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Format the Number as String, using the specified NumberFormat.
- getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
-
This implementation returnsnull
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.PathEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ReaderEditor
-
This implementation returnsnull
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.URIEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.UUIDEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ZoneIdEditor
-
- getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
-
- getAsText() - Method in class org.springframework.core.io.ResourceEditor
-
- getAsText() - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getAsText() - Method in class org.springframework.http.MediaTypeEditor
-
- getAsText() - Method in class org.springframework.mail.javamail.InternetAddressEditor
-
- getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- getAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
Deprecated.
- getAsyncContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAsyncExecutor() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
The
Executor
SE instance to be used when processing async
method invocations.
- getAsyncExecutor() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager
for the current request, or if not
found, create and associate it with the request.
- getAsyncManager(WebRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager
for the current request, or if not
found, create and associate it with the request.
- getAsyncRequestControl(ServerHttpResponse) - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return a control that allows putting the request in asynchronous mode so the
response remains open until closed explicitly from the current or another thread.
- getAsyncRequestControl(ServerHttpResponse) - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Deprecated.
Return the request factory that this accessor uses for obtaining
HttpRequests
。
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Deprecated.
- getAsyncResult() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution.
- getAsyncResult(long) - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution and wait if necessary.
- getAsyncSendTimeout() - Method in class org.springframework.web.reactive.socket.server.upgrade.TomcatRequestUpgradeStrategy
-
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getAsyncUncaughtExceptionHandler() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
- getAsyncUncaughtExceptionHandler() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAttachment(String) - Method in interface org.springframework.oxm.mime.MimeContainer
-
Return the attachment with the given content id, ornull
if not found.
- getAttemptLoad() - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
- getAttribute(String) - Method in class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- getAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- getAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
-
Get the value of the attribute identified byname
.
- getAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-
- getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
-
- getAttribute(String) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Return the value for the attribute of the given name, if any.
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Retrieve the attribute for the given key, if any.
- getAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getAttribute(String) - Method in class org.springframework.ui.ConcurrentModel
-
- getAttribute(String) - Method in interface org.springframework.ui.Model
-
Return the attribute value for the given name, if any.
- getAttribute(String) - Method in class org.springframework.ui.ModelMap
-
Return the attribute value for the given name, if any.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return the value for the scoped attribute of the given name, if any.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- getAttribute(String) - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the request attribute value if present.
- getAttribute(String) - Method in interface org.springframework.web.server.WebSession
-
Return the session attribute value if present.
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Creates a description for the attribute corresponding to this property
descriptor.
- getAttributeDescription() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Return an identifying description for this transaction attribute.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all properties on the MBean class and gives subclasses
the chance to vote on the inclusion of both the accessor and mutator.
- getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF attribute Map for the specified scope.
- getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Calculate the attribute name in the backend session.
- getAttributeNames() - Method in class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- getAttributeNames() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Retrieve the names of all attributes.
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
-
- getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Retrieve the names of all attributes in the scope.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttributeNames() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Return the configured attribute names to copy (read-only).
- getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeOrDefault(String, T) - Method in interface org.springframework.web.server.ServerWebExchange
-
Return the request attribute value, or a default, fallback value.
- getAttributeOrDefault(String, T) - Method in interface org.springframework.web.server.WebSession
-
Return the session attribute value, or a default, fallback value.
- getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
- getAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Return the SimpAttributes currently bound to the thread.
- getAttributes() - Method in class org.springframework.mock.web.server.MockWebSession
-
- getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the attributes Map.
- getAttributes() - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
-
- getAttributes() - Method in class org.springframework.web.reactive.socket.HandshakeInfo
-
Attributes extracted from the handshake request to be added to the
WebSocket session.
- getAttributes() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Return the map with attributes associated with the WebSocket session.
- getAttributes() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
-
- getAttributes() - Method in interface org.springframework.web.server.ServerWebExchange
-
Return a mutable map of request attributes for the current exchange.
- getAttributes() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getAttributes() - Method in interface org.springframework.web.server.WebSession
-
Return a map that holds session attributes.
- getAttributes() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getAttributes() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getAttributes() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getAttributes() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getAttributes() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the map with attributes associated with the WebSocket session.
- getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
-
Allow Map access to the static attributes of this view,
with the option to add or override specific entries.
- getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Allow Map access to the static attributes for views returned by
this resolver, with the option to add or override specific entries.
- getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAutoCommitValue() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Return whether the returned Connection's "autoCommit" setting should be overridden.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'autocomplete
' attribute.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'autocomplete
' attribute.
- getAutoGrowCollectionLimit() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Return the limit for array and collection auto-growing.
- getAutoGrowCollectionLimit() - Method in interface org.springframework.beans.BeanWrapper
-
Return the limit for array and collection auto-growing.
- getAutoGrowCollectionLimit() - Method in class org.springframework.validation.DataBinder
-
Return the current limit for array and collection auto-growing.
- getAutowire() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default autowire setting for the document that's currently parsed.
- getAutowireCandidatePatterns() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return any patterns provided in the 'default-autowire-candidates'
attribute of the top-level<beans/>
element.
- getAutowireCandidateResolver() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return the autowire candidate resolver for this BeanFactory (nevernull
).
- getAutowireCandidates() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default autowire-candidate pattern for the document that's currently parsed.
- getAutowireCapableBeanFactory() - Method in interface org.springframework.context.ApplicationContext
-
Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return this context's internal bean factory as AutowireCapableBeanFactory,
if already available.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
- getAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the autowire mode as specified in the bean definition.
- getAutowireMode() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Return the default autowire mode.
- getAutowireMode() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
- getAutowireMode(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getBadSqlGrammarCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getBasenameSet() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return thisMessageSource
's basename set, containing entries
in the order of registration.
- getBaseUrl() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Deprecated.
Return the configured base URL.
- getBatchSize() - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
-
Return the size of the batch.
- getBatchSize() - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
This implementation returnsInteger.MAX_VALUE
.
- getBcc() - Method in class org.springframework.mail.SimpleMailMessage
-
- getBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(String, Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(String, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return the bean instance that uniquely matches the given object type, if any.
- getBean(Class<T>, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Class<T>, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return a bean with the specified name and type.
- getBean(Class<T>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
Locate or create an instance of the specified cache strategytype
.
- getBean(Class<T>) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the bean for this handler method.
- getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.springframework.orm.hibernate5.SpringBeanContainer
-
- getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.springframework.orm.hibernate5.SpringBeanContainer
-
- getBean() - Method in class org.springframework.web.method.HandlerMethod
-
Return the bean for this handler method.
- getBeanClass() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the offending bean class (nevernull
).
- getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the specified class of the bean definition (assuming it is resolved already).
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Determine the bean class corresponding to the supplied
Element
SE。
- getBeanClass() - Method in exception org.springframework.beans.InvalidPropertyException
-
Return the offending bean class.
- getBeanClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return this factory's class loader for loading bean classes
(onlynull
if even the system ClassLoader isn't accessible).
- getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanClassLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the class loader to use for bean classes.
- getBeanClassLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
Return the bean class loader to use, if any.
- getBeanClassLoader() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getBeanClassLoader() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the ClassLoader that the application's beans are loaded with.
- getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the bean ClassLoader that this executor is supposed to use.
- getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the bean ClassLoader to use for this interceptor.
- getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
-
Return the ClassLoader that this accessor operates in,
to be used for deserializing and for generating proxies.
- getBeanClassName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
Return the name of the class we were trying to load.
- getBeanClassName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the current bean class name of this bean definition.
- getBeanClassName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the current bean class name of this bean definition.
- getBeanClassName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Determine the bean class name corresponding to the supplied
Element
SE。
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
-
- getBeanDefinition() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the wrapped BeanDefinition.
- getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return the registered BeanDefinition for the specified bean, allowing access
to its property values and constructor argument value (which can be
modified during bean factory post-processing).
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the bean definition for the given bean name.
- getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Validate and return the created BeanDefinition object.
- getBeanDefinition() - Method in exception org.springframework.beans.factory.support.BeanDefinitionOverrideException
-
Return the newly registered bean definition.
- getBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the BeanDefinition for the given bean name.
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the number of beans defined in the factory.
- getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the number of beans defined in the registry.
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return the default settings for bean definitions as indicated within
the attributes of the top-level<beans/>
element.
- getBeanDefinitionDefaults() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the defaults to use for detected beans (nevernull
).
- getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of all beans defined in this factory.
- getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the names of all beans defined in this registry.
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
Returns an empty array.
- getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return the
BeanDefinitions
that were registered
to form this
ComponentDefinition
.
- getBeanExpressionResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the resolution strategy for expressions in bean definition values.
- getBeanExpressionResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Return the BeanFactory that this TargetSourceCreators runs in.
- getBeanFactory() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Return the owning BeanFactory.
- getBeanFactory() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Return the BeanFactory that this bean runs in.
- getBeanFactory() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
-
- getBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanFactory() - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- getBeanFactory() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the
ConfigurableListableBeanFactory
that will hold the bean
definition should the condition match, or
null
if the bean factory is
not available (or not downcastable to
ConfigurableListableBeanFactory
).
- getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Return the internal bean factory of this application context.
- getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must return their internal bean factory here.
- getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the single internal BeanFactory held by this context
(as ConfigurableListableBeanFactory).
- getBeanFactory() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Return the BeanFactory to use for retrievingTransactionManager
beans.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the owning factory of this bean instance, ornull
if none.
- getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of BeanFactoryPostProcessors that will get applied
to the internal BeanFactory.
- getBeanGetters(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-
- getBeanInfo(Class<?>) - Method in interface org.springframework.beans.BeanInfoFactory
-
Return the bean info for the given class, if supported.
- getBeanInfo(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfoFactory
-
Return anExtendedBeanInfo
for the given bean class, if applicable.
- getBeanInstance() - Method in class org.springframework.beans.factory.config.NamedBeanHolder
-
Return the corresponding bean instance.
- getBeanName() - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
-
Find the bean name for the current invocation.
- getBeanName(MethodInvocation) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
-
Find the bean name for the given invocation.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanCreationException
-
Return the name of the bean requested, if any.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
-
Return the name of the bean, if available.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
Return the name of the instance that was of the wrong type.
- getBeanName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
Return the name of the bean requested.
- getBeanName() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the primary name of the bean, as specified for the bean definition.
- getBeanName() - Method in interface org.springframework.beans.factory.config.BeanReference
-
Return the target bean name that this reference points to (nevernull
).
- getBeanName() - Method in class org.springframework.beans.factory.config.NamedBeanHolder
-
Return the name of the bean.
- getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Return the requested bean name, or the fully-qualified type name
in case of by-type resolution.
- getBeanName() - Method in interface org.springframework.beans.factory.NamedBean
-
Return the name of this bean in a Spring bean factory, if known.
- getBeanName() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the name of the missing bean, if it was a lookup by name that failed.
- getBeanName() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
Return the canonical name of the bean.
- getBeanName() - Method in exception org.springframework.beans.factory.support.BeanDefinitionOverrideException
-
Return the name of the bean.
- getBeanName() - Method in class org.springframework.beans.factory.support.LookupOverride
-
Return the name of the bean that should be returned by this method.
- getBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return the specific bean name that this BeanWiringInfo points to, if any.
- getBeanName() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the bean name that this listener container has been assigned
in its containing bean factory, if any.
- getBeanName() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
- getBeanName() - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
Return the bean name for this message channel.
- getBeanName() - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Get the view's name.
- getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the view's name.
- getBeanNameGenerator() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanNameGenerator() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the BeanNameGenerator to use for anonymous beans
(without explicit bean name specified).
- getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find all names of beans which are annotated with the supplied
Annotation
SE
type, without creating corresponding bean instances yet.
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(ResolvableType) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value ofgetObjectType
in the case of FactoryBeans.
- getBeanNamesForType(ResolvableType, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value ofgetObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class<?>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value ofgetObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value ofgetObjectType
in the case of FactoryBeans.
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesFound() - Method in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Return the names of all beans found when only one matching bean was expected.
- getBeanNamesIterator() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return a unified view over all bean names managed by this factory.
- getBeanNamesIterator() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanPostProcessorCount() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the current number of registered BeanPostProcessors, if any.
- getBeanPostProcessorCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the list of BeanPostProcessors that will get applied
to beans created with this factory.
- getBeanProperties(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-
- getBeanProvider(Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return a provider for the specified bean, allowing for lazy on-demand retrieval
of instances, including availability and uniqueness options.
- getBeanProvider(ResolvableType) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return a provider for the specified bean, allowing for lazy on-demand retrieval
of instances, including availability and uniqueness options.
- getBeanProvider(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanProvider(ResolvableType) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanProvider(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanProvider(ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanProvider(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanProvider(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanProvider(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBeanProvider(ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBeanReferences() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanReferences() - Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanReferences() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
Returns an empty array.
- getBeanReferences() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanReferences() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return the set of
BeanReferences
that are considered
to be important to this
ComponentDefinition
.
- getBeanResolver() - Method in interface org.springframework.expression.EvaluationContext
-
Return a bean resolver that can look up beans by name.
- getBeanResolver() - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
SimpleEvaluationContext
does not support the use of bean references.
- getBeanResolver() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getBeanSetters(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
-
- getBeansOfType(Class<T>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class<T>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find all beans which are annotated with the supplied
Annotation
SE type,
returning a Map of bean names with corresponding bean instances.
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanType() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Return the requested bean type if resolution by type is demanded.
- getBeanType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the required type of the missing bean, if it was a lookup by type
that failed.
- getBeanType() - Method in class org.springframework.messaging.handler.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBeanType() - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
Return the type of the contained advice bean.
- getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return the type of the contained bean.
- getBeanType() - Method in class org.springframework.web.method.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBeanTypeConverter() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Obtain a bean type converter from the BeanFactory that this bean
runs in.
- getBigDecimal(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a BigDecimal object.
- getBigDecimal(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a BigDecimal object.
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getBinaryMessageSizeLimit() - Method in interface org.springframework.web.socket.WebSocketSession
-
Get the configured maximum size for an incoming binary message.
- getBinding() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Return a specified binding for Groovy variables, if any.
- getBindingContext() - Method in class org.springframework.web.reactive.HandlerResult
-
Return the BindingContext used for request handling.
- getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
-
Return the strategy for processing binding errors.
- getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for processing binding errors.
- getBindingResult() - Method in exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
-
Return the BindingResult if the failure is validation-related,
ornull
if none.
- getBindingResult() - Method in exception org.springframework.validation.BindException
-
Return the BindingResult that this BindException wraps.
- getBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
-
Find the BindingResult for the given name in the given model.
- getBindingResult() - Method in class org.springframework.validation.DataBinder
-
Return the BindingResult instance created by this DataBinder.
- getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the results of the failed validation.
- getBindingResult() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
Return the BindingResult that this BindException wraps.
- getBindStatus(String) - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Create a BindStatus for the given bind object using the
"defaultHtmlEscape" setting.
- getBindStatus(String, boolean) - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Create a BindStatus for the given bind object, using the
"defaultHtmlEscape" setting.
- getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- getBlobAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBytes(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBytes(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as bytes from the given ResultSet.
- getBlobAsBytes(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as bytes from the given ResultSet.
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getBody() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getBody() - Method in class org.springframework.http.HttpEntity
-
Returns the body of this entity.
- getBody() - Method in interface org.springframework.http.HttpInputMessage
-
Return the body of the message as an input stream.
- getBody() - Method in interface org.springframework.http.HttpOutputMessage
-
Return the body of the message as an output stream.
- getBody() - Method in interface org.springframework.http.ReactiveHttpInputMessage
-
Return the body of the message as aPublisher
.
- getBody() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getBody() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- getBody() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getBody() - Method in class org.springframework.mock.http.MockHttpInputMessage
-
- getBody() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content.
- getBody() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getBody() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Return the response body or an error stream if the body was not set.
- getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getBodyAsBytes() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return body content as a byte array.
- getBodyAsString() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
Aggregate response data and convert to a String using the "Content-Type"
charset or "UTF-8" by default.
- getBodyAsString() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
Return the response body aggregated and converted to a String using the
charset of the Content-Type response or otherwise as "UTF-8".
- getBodyAsString() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content interpreted as a UTF-8 string.
- getBodyAsString(Charset) - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content as a string.
- getBodyAsString() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Aggregate response data and convert to a String using the "Content-Type"
charset or "UTF-8" by default.
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that returns the body.
- getBodyType() - Method in exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
-
Return the body type in the context of which this exception was generated.
- getBodyType() - Method in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Return the body type in the context of which this exception was generated.
- getBoolean(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specifiedattributeName
as a boolean.
- getBoolean(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get a required boolean attribute value from the annotation.
- getBoolean(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a boolean.
- getBoolean(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a boolean.
- getBooleanArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get a required boolean array attribute value from the annotation.
- getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Boolean parameter, ornull
if not present.
- getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, with a fallback value.
- getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, return an empty array if not found.
- getBootstrapContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getBootstrapContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- getBootstrapExecutor() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Return the asynchronous executor for background bootstrapping, if any.
- 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.
- getBoundValue() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the bound value.
- getBridgedMethod() - Method in class org.springframework.messaging.handler.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getBroadcastDestination() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Return the configured destination for unresolved messages.
- getBroadcastDestination() - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Return the configured destination for broadcasting UserRegistry information.
- getBrokerChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getBrokerChannelRegistration() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getBrokerMessagingTemplate() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Return the messaging template used to send resolved messages to the
broker channel.
- getBrokerRegistry() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getBufferSize() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
Return the configured input buffer size.
- getBufferSize() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
Calculate the current buffer size.
- getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getBufferSize() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
Return the current buffer size (number of bytes).
- getBufferSizeLimit() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
Return the configured buffer size limit.
- getBufferSizeLimit() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
Return the configured buffer-size limit (number of bytes).
- getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Obtain the resource bundle for the given basename and
Locale
SE。
- getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return the ClassLoader to load resource bundles with.
- getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- 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
-
- getByte(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a byte.
- getByte(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a byte.
- 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.
- getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getByteBufAllocator() - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
-
Return theByteBufAllocator
used by this factory.
- getByteBufferPool() - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Return the configuredByteBufferPool
.
- getByteBufferPool() - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Return theByteBufferPool
currently used
for newly created WebSocket sessions by this client.
- getBytes() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the contents of the file as an array of bytes.
- getCache(String) - Method in interface org.springframework.cache.CacheManager
-
Get the cache associated with the given name.
- getCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
- getCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation always returns a
Cache
implementation that will not store items.
- getCache(String) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
- getCache() - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
-
Return the configuredCache
.
- getCache() - Method in class org.springframework.web.reactive.resource.CachingResourceTransformer
-
Return the configuredCache
.
- getCache() - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
Return the configuredCache
.
- getCache() - Method in class org.springframework.web.servlet.resource.CachingResourceTransformer
-
Return the configuredCache
.
- getCacheAwareContextLoaderDelegate() - Method in interface org.springframework.test.context.BootstrapContext
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.DefaultBootstrapContext
-
- getCacheControl() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theCache-Control
header.
- getCacheControl() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Return the
CacheControl
instance to build
the Cache-Control HTTP response header.
- getCacheControl() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Get the
CacheControl
instance
that builds the Cache-Control HTTP response header.
- getCacheDefaults(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getCachedObjectForFactoryBean(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Obtain an object to expose from the given FactoryBean, if available
in cached form.
- getCachedSessionProxy(Session, LinkedList<Session>) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Wrap the given Session with a proxy that delegates every method call to it
but adapts close calls.
- getCacheFilter() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return filter function that determines if view should be cached.
- getCacheKey(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Build a cache key for the given bean class and bean name.
- getCacheKey(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheKey(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Determine a cache key for the given method and target class.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the cache key for the given view name and the given locale.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
-
This resolver supports i18n, so cache keys should contain the locale.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
This implementation returns just the view name,
as this ViewResolver doesn't support localized resolution.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
This implementation returns just the view name,
as XmlViewResolver doesn't support localized resolution.
- getCacheLevel() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the level of caching that this listener container is allowed to apply.
- getCacheLimit() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-
Return the maximum number of entries for the MetadataReader cache.
- getCacheLimit() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Return the maximum number of entries for this template's SQL cache.
- getCacheLimit() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Return the maximum number of entries for the resolved destination cache.
- getCacheLimit() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the maximum number of entries for the view cache.
- getCacheManager() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheManager() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified cache manager to use, if any.
- getCacheManager() - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Return the backing JCachejavax.cache.CacheManager
.
- getCacheMillis() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the number of milliseconds to cache loaded properties files.
- getCacheNames() - Method in interface org.springframework.cache.CacheManager
-
Get a collection of the cache names known by this manager.
- getCacheNames() - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
Provide the name of the cache(s) to resolve against the current cache manager.
- getCacheNames() - Method in interface org.springframework.cache.interceptor.BasicOperation
-
Return the cache name(s) associated with the operation.
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.SimpleCacheResolver
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.jcache.interceptor.SimpleExceptionCacheResolver
-
- getCacheNames() - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation returns the name of the caches previously requested.
- getCacheNames() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
- getCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
-
- getCacheOperation(Method, Class<?>) - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperationSource
-
Return the cache operations for this method, ornull
if the method contains no JSR-107 related metadata.
- getCacheOperationMetadata(CacheOperation, Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCacheOperations(CacheAnnotationParser) - Method in interface org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
-
Return the
CacheOperation
instance(s) provided by the specified parser.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine the caching attribute for this method invocation.
- getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
-
Return the collection of cache operations for this method,
ornull
if the method contains no cacheable annotations.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
- getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSource() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSource() - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
-
- getCacheOperationSources() - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Return theCacheOperationSource
instances that this
CompositeCacheOperationSource
combines.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
CacheResolver
that this cache aspect delegates to.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheResolver(CacheResolverFactory, CacheMethodDetails<?>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified cache resolver to use, if any.
- getCacheResolver() - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperation
-
Return the
CacheResolver
instance to use to resolve the cache
to use for this operation.
- getCaches() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the number of seconds that content is cached.
- getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Return the number of buffered keys.
- getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the
Callable
SE to use for concurrent handling (never
null
).
- getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getCallableInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getCallableStatementFactory() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
- getCallbackParam(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getCallParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Get the call parameter meta-data that is currently used.
- getCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- getCallParameters() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the List of SqlParameter objects to be used in call execution.
- getCallParameters() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get a List of all the call parameters to be used for call.
- getCallString() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Return the SQL call string.
- getCallString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the call string that should be used based on parameters and meta-data.
- getCallString() - Method in class org.springframework.jdbc.object.SqlCall
-
Get the call string.
- getCandidateBeanNames() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Determine the names of candidate beans in the application context.
- getCandidateTypes(String, String) - Method in class org.springframework.context.index.CandidateComponentsIndex
-
Return the candidate types that are associated with the specified stereotype.
- getCannotAcquireLockCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCannotSerializeTransactionCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCatalog() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the database catalog to be applied to each Connection, if any.
- getCatalogName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name of the catalog.
- getCatalogName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Get the name of the catalog for this context.
- getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the catalog name used.
- getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the name of the catalog for this insert.
- getCatalogName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getCatalogName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the catalog name of the table that served as the source for the
specified column.
- getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex.
- getCause() - Method in exception org.springframework.expression.spel.InternalParseException
-
- getCc() - Method in class org.springframework.mail.SimpleMailMessage
-
- getCciTemplate() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Return the CciTemplate for this DAO,
pre-initialized with the ConnectionFactory or set explicitly.
- getCciTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Obtain a CciTemplate derived from the main template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- getCciTemplate() - Method in class org.springframework.jca.cci.object.EisOperation
-
Return the CciTemplate used by this operation.
- getChar(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get a required char attribute value from the annotation.
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCharacterEncoding() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- 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.http.codec.multipart.MultipartHttpMessageWriter
-
Return the configured charset for part headers.
- getCharset() - Method in class org.springframework.http.ContentDisposition
-
Return the charset defined in filename* parameter, ornull
if not defined.
- getCharset(MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Determine the charset to use for JSON input.
- getCharset() - Method in class org.springframework.util.MimeType
-
Return the character set, as indicated by acharset
parameter, if any.
- getCharset(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Determine the charset of the response (for inclusion in a status exception).
- getCharset() - Method in interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig
-
Return the charset used to read script and template files.
- getCharset() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
- getCharset() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the charset used to read script and template files.
- getCharset() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getChild(int) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getChild(int) - Method in interface org.springframework.expression.spel.SpelNode
-
Helper method that returns a SpelNode rather than an Antlr Tree node.
- getChildCount() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getChildCount() - Method in interface org.springframework.expression.spel.SpelNode
-
Return the number of children under this node.
- 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.
- getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's chronology (calendar system), if any.
- getChronology() - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's chronology (calendar system), if any.
- getClass(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specifiedattributeName
as 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 specifiedattributeName
as 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
-
- getClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged annotated classes for the
test class.
- getClassesToBeBound() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the list of Java classes to be recognized by a newly created JAXBContext.
- getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the class file, relative to the containing
package: e.g.
- getClassFilter() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getClassFilter() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
-
Return the filter determining which target classes this introduction
should apply to.
- getClassFilter() - Method in interface org.springframework.aop.Pointcut
-
Return the ClassFilter for this pointcut.
- getClassFilter() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.ComposablePointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.ControlFlowPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getClassFilter() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the class to be used for the JMX descriptor field "class".
- getClassForLogging(Object) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine the class to use for logging purposes.
- 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 interface org.springframework.context.annotation.ConditionContext
-
Return the
ClassLoader
SE that should be used to load additional classes
(only
null
if even the system ClassLoader isn't accessible).
- getClassLoader() - Method in class org.springframework.context.support.GenericApplicationContext
-
- 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
-
- getClassLoader() - Method in class org.springframework.mock.web.MockServletContext
-
- getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
This implementation returns the default ClassLoader.
- getClassLoader() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- 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
-
- getClassName() - Method in class org.springframework.expression.spel.CodeFlow
-
- getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the class name of the MBean resource.
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean class.
- getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the IP address that the request came from.
- getClientHttpRequestInitializers() - Method in class org.springframework.http.client.support.HttpAccessor
-
Get the request initializers that this accessor uses.
- getClientId() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return a JMS client ID for the single Connection created and exposed
by this ConnectionFactory, if any.
- getClientId() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the JMS client ID for the shared Connection created and used
by this container, if any.
- getClientId() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getClientInboundChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getClientInboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getClientInboundChannelRegistration() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getClientInboundExecutorStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about the executor processing incoming messages from WebSocket clients.
- getClientLogin() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured login to use for connections to the STOMP broker
on behalf of connected clients.
- getClientOutboundChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getClientOutboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getClientOutboundChannelForSession(String) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Get the MessageChannel to use for sending messages to clients, possibly
a per-session wrapper whenpreservePublishOrder=true
.
- getClientOutboundChannelRegistration() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getClientOutboundExecutorStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about the executor processing outgoing messages to WebSocket clients.
- getClientPasscode() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured passcode to use for connections to the STOMP broker on
behalf of connected clients.
- getClobAsAsciiStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsAsciiStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsAsciiStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getClobAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as String from the given ResultSet.
- getClobAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as String from the given ResultSet.
- getClock() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Return the configured clock for session lastAccessTime calculations.
- getCloseStatus() - Method in class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Return the status with which the session was closed.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Return the default code of this resolvable, that is,
the last one in the codes array.
- getCode() - Method in class org.springframework.web.reactive.socket.CloseStatus
-
Return the status code.
- getCode() - Method in class org.springframework.web.socket.CloseStatus
-
Return the status code.
- getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the codebase URL to download classes from if not found locally.
- getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the codebase URL to download classes from if not found locally.
- getCodecConfigurer() - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
- getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the codes to be used to resolve this message, in the order that
they should get tried.
- getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getCodeSize() - Method in exception org.springframework.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getCollectionType(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getCols() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'cols
' attribute.
- getColumnClassName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnClassName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the fully qualified class that the specified column will be mapped to.
- getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the number of columns in this result set.
- getColumnCount() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnCount() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the number of columns in the RowSet.
- getColumnDisplaySize(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnDisplaySize(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the maximum width of the designated column.
- getColumnKey(String) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
-
Determine the key to use for the given column in the column Map.
- getColumnLabel(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnLabel(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the suggested column title for the column specified.
- getColumnMapRowMapper() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Return the name of the column in the sequence table.
- getColumnName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the column name for the indicated column.
- getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the names of the columns.
- getColumnNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the names of the columns used.
- getColumnNames() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnNames() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Return the column names of the table that the result set represents.
- getColumnType(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnType(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the SQL type code for the indicated column.
- getColumnTypeName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnTypeName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the DBMS-specific type name for the indicated column.
- getColumnTypes() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the types of the columns as java.sql.Types constants
Valid after processRow is invoked the first time.
- getColumnValue(ResultSet, int, PropertyDescriptor) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int, Class<?>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Retrieve a JDBC object value for the specified column, using the most
appropriate value type.
- getCommand() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the STOMP command, ornull
if not yet set.
- getCommand(Map<String, Object>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the STOMP command from the given headers, ornull
if not set.
- getComment() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getCommonMessages() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- 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.
- getCompiler(ClassLoader) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
-
Factory method for compiler instances.
- getCompilerClassLoader() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
Return the ClassLoader to use as the basis for expression compilation.
- getCompilerConfiguration() - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Return this evaluator's compiler configuration (nevernull
).
- getCompilerMode() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
Return the configuration mode for parsers using this configuration object.
- getCompletedResponse() - Method in exception org.springframework.test.web.reactive.server.HttpHandlerConnector.FailureAfterResponseCompletedException
-
- getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in class org.springframework.context.index.processor.CandidateComponentsIndexer
-
- 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.
- getComposedAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getComposedAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- 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.
- getConcurrency() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the concurrency for the listener, if any.
- 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.
- getConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the "concurrentConsumer" setting.
- getConcurrentExecutor() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Return the
Executor
SE that this adapter delegates to.
- getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to the result from concurrent handling.
- getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to additional processing context saved at the start of
concurrent handling.
- getCondition() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCondition() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the condition to use.
- getCondition(AnnotatedElement) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Determine the mapping condition for the given annotated element.
- getCondition(Class<T>) - Method in class org.springframework.messaging.handler.CompositeMessageCondition
-
- getCondition(int, int) - Static method in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Return a condition for matching the RSocket request interaction type with
that is selected based on the delcared request and response cardinality
of some handler method.
- getCondition(AnnotatedElement) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
- getCondition() - Method in class org.springframework.web.reactive.result.condition.RequestConditionHolder
-
Return the held request condition, ornull
if not holding one.
- getCondition() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Return the held request condition, ornull
if not holding one.
- getConditions() - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
-
Return the underlying conditions, possibly empty but nevernull
.
- getConditions() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Return the underlying conditions (possibly empty but nevernull
).
- getConfigClasses() - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
- getConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return an array of resource locations, referring to the XML bean definition
files that this context should be built with.
- getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the config locations for this web application context,
ornull
if none specified.
- getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getConfigResources() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Return an array of Resource objects, referring to the XML bean definition
files that this context should be built with.
- getConfigResources() - Method in class org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigTimeDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getConfigTimeNonTransactionalDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getConfigTimeResourceLoader() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getConfigTimeTaskExecutor() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getConfigurableWebBindingInitializer(FormattingConversionService, Validator) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
- getConfigurableWebBindingInitializer(FormattingConversionService, Validator) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getConfiguration() - Method in class org.springframework.expression.spel.ExpressionState
-
- getConfiguration() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConfiguration() - Method in interface org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfig
-
Return the FreeMarker Configuration object for the current
web application context.
- getConfiguration() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
-
Return the Configuration object wrapped by this bean.
- getConfiguration() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Get the FreeMarkerConfiguration
used by this view.
- getConfiguration() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
-
Return the FreeMarkerConfiguration
object for the current
web application context.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Return the Configuration object wrapped by this bean.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the FreeMarker configuration used by this view.
- getConfigurationPhase() - Method in interface org.springframework.context.annotation.ConfigurationCondition
-
- getConfigurator() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getConnection() - Method in class org.springframework.http.HttpHeaders
-
Return the value of theConnection
header.
- getConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Obtain a Connection from the given ConnectionFactory.
- getConnection(ConnectionFactory, ConnectionSpec) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Obtain a Connection from the given ConnectionFactory.
- getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
-
- getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
Determine whether there is currently a thread-bound ConnectionSpec,
using it if available, falling back to the statically specified
"connectionSpec" property else.
- getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
-
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed
transactions.
- getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Get a CCI Connection, either from the current transaction or a new one.
- getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Get a JDBC Connection, either from the current transaction or a new one.
- getConnection() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
This implementation delegates togetConnectionFromDriver
,
using the default username and password of this DataSource.
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
This implementation delegates togetConnectionFromDriver
,
using the given username and password.
- getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
-
Fetch the JDBC Connection that this handle refers to.
- getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return the current Connection held by this ConnectionHolder.
- getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Obtain a Connection from the given DataSource.
- getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
Return the specified Connection as-is.
- getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Specifying a custom username and password doesn't make sense
with a single Connection.
- getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Delegates to DataSourceUtils for automatically participating in Spring-managed
transactions.
- getConnection() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e.
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
- getConnection(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection() - Method in class org.springframework.jms.connection.JmsResourceHolder
-
Return this resource holder's default Connection,
ornull
if none.
- getConnection(Class<C>) - Method in class org.springframework.jms.connection.JmsResourceHolder
-
Return this resource holder's Connection of the given type,
ornull
if none.
- getConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Obtain an initialized shared Connection.
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnectionBuilderConsumer() - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Return the configuredConsumer<ConnectionBuilder>
.
- getConnectionCount() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the current count of TCP connection to the broker.
- getConnectionFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
Return the CCI ConnectionFactory that this instance manages local
transactions for.
- getConnectionFactory() - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return the CCI ConnectionFactory used by this template.
- getConnectionFactory() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Return the ConnectionFactory used by this DAO.
- getConnectionFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Return the JMS ConnectionFactory that this instance should manage transactions for.
- getConnectionFactory() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Return the ConnectionFactory that the underlying
JmsTemplate
uses.
- getConnectionFactory() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Return the JMS ConnectionFactory used by the gateway.
- getConnectionFactory() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Return the QueueConnectionFactory to use for obtaining JMS QueueConnections.
- getConnectionFactory() - Method in class org.springframework.jms.support.JmsAccessor
-
Return the ConnectionFactory that this accessor uses for obtaining
JMS
Connections
EE。
- getConnectionFromDriver(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Build properties for the Driver, including the given username and password (if any),
and obtain a corresponding Connection.
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Obtain a Connection using the given properties.
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
- getConnectionFromDriverManager(String, Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
Getting a Connection using the nasty static from DriverManager is extracted
into a protected method to allow for easy unit testing.
- getConnectionHandle() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return the ConnectionHandle held by this ConnectionHolder.
- getConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Return the ConnectionHolder for this transaction object.
- getConnectionHolderForSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getConnectionProperties() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the connection properties to be passed to the Driver, if any.
- getConnectionProperties() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
-
- getConnectionProvider() - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Return the configuredConnectionProvider
.
- getConnectionSpec() - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return the CCI ConnectionSpec used by this template, if any.
- getConstantPoolCount() - Method in exception org.springframework.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstantValue() - Method in class org.springframework.expression.spel.ast.InlineList
-
- getConstantValue() - Method in class org.springframework.expression.spel.ast.InlineMap
-
- getConstraintsForClass(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- getConstraintValidatorFactory() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getConstructingMethod() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the delegate for bean construction purposes, if known.
- getConstructor() - Method in interface org.aopalliance.intercept.ConstructorInvocation
-
Get the constructor being called.
- getConstructor() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the offending constructor, if known.
- 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.
- getConstructor() - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
-
- getConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the constructor argument values for this bean.
- getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return constructor argument values for this bean (nevernull
).
- 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 returnnull
).
- getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the constructor metadata for the MBean resource.
- getConstructorResolvers() - Method in interface org.springframework.expression.EvaluationContext
-
Return a list of resolvers that will be asked in turn to locate a constructor.
- getConstructorResolvers() - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
Return an empty list, always, since this context does not support the
use of type references.
- getConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getConsumableMediaTypes() - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
-
Returns the media types for this condition excluding negated expressions.
- getConsumableMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Returns the media types for this condition excluding negated expressions.
- getConsumesCondition() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
-
Returns the "consumes" condition of this
RequestMappingInfo
;
or instance with 0 consumes expressions, never
null
.
- getConsumesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Return the "consumes" condition of this
RequestMappingInfo
;
or instance with 0 consumes expressions (never
null
).
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
-
- getContainingBeanDefinition() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContainingClass() - Method in class org.springframework.core.MethodParameter
-
Return the containing class for this method parameter.
- getContainingClass() - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
-
- getContainingClass() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- getContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContent() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
-
Return the collection of objects the message condition is composed of
(e.g.
- getContent() - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
-
- getContent() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
- getContent() - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- getContent() - Method in class org.springframework.oxm.support.MarshallingSource
-
Return the object to be marshalled.
- getContent() - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
-
Return the discrete items a request condition is composed of.
- getContent() - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.HeadersRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.ParamsRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.PatternsRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.RequestConditionHolder
-
- getContent() - Method in class org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
Return the discrete items a request condition is composed of.
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getContent() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return the SockJS frame content (nevernull
).
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Get the content of the request body as a byte array.
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
Return the cached request content as a byte array.
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the cached response content as a byte array.
- getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Get the content of the response body as a
String
, using the charset
specified for the response by the application, either through
HttpServletResponse
EE methods or through a charset parameter on the
Content-Type
.
- getContentAsString(Charset) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Get the content of the response body as a
String
, using the provided
fallbackCharset
if no charset has been explicitly defined and otherwise
using the charset specified for the response by the application, either
through
HttpServletResponse
EE methods or through a charset parameter on the
Content-Type
.
- getContentAsString() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentBytes() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return the SockJS frame content as a byte array.
- getContentCodings() - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
-
Return a read-only list with the supported content codings.
- getContentCodings() - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
-
Return a read-only list with the supported content codings.
- getContentCodings() - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
Return a read-only list with the supported content codings.
- getContentCodings() - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
-
Return a read-only list with the supported content codings.
- getContentDisposition() - Method in class org.springframework.http.HttpHeaders
-
Return a parsed representation of the Content-Disposition header.
- getContentInputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getContentLanguage() - Method in class org.springframework.http.HttpHeaders
-
Get the first
Locale
SE of the content languages, as specified by the
Content-Language
header.
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- getContentLength() - Method in class org.springframework.http.HttpHeaders
-
Return the length of the body in bytes, as specified by the
Content-Length
header.
- getContentLength() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getContentLength(Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getContentLength() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return the content-length header or -1 if unknown.
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentNegotiationManager(ParserContext) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Find theContentNegotiationManager
bean created by or registered
with theannotation-driven
element.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Return the ContentNegotiationManager to use for the ProducesRequestCondition,
if any.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getContentSize() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the current size of the cached content.
- getContentType(HttpMessage) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- getContentType() - Method in class org.springframework.http.HttpHeaders
-
Return the
media type of the body, as specified
by the
Content-Type
header.
- getContentType(File) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContentType(String) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContentType() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return the content-type header value.
- getContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentType() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getContentType() - Method in class org.springframework.mock.web.MockPart
-
- getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the content type to use for sending HTTP invoker requests.
- getContentType() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return the content type to use for sending remote invocation responses.
- getContentType(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
- getContentType() - Method in exception org.springframework.web.client.UnknownContentTypeException
-
Return the content type of the response, or "application/octet-stream".
- getContentType() - Method in exception org.springframework.web.HttpMediaTypeNotSupportedException
-
Return the HTTP request content type method that caused the failure.
- getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the content type of the file.
- getContentType() - Method in exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
-
Return the request Content-Type header if it was parsed successfully,
ornull
otherwise.
- getContentType() - Method in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Return the request Content-Type header if it was parsed successfully,
ornull
otherwise.
- getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the content type for this view.
- getContentType() - Method in interface org.springframework.web.servlet.View
-
Return the content type of the view, if predetermined.
- getContentType() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the content type to use for the response.
- getContentType() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Return the content type to use for the response.
- getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the content type for all views, if any.
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getContentTypeResolver() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- getContentTypeResolver() - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
- getContentTypeResolver() - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
- getContentTypeResolver() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
-
- getContentTypes() - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
-
Return the configured list of media types.
- getContentTypes() - Method in class org.springframework.web.reactive.accept.FixedContentTypeResolver
-
Return the configured list of media types.
- getContext() - Method in class org.springframework.jndi.JndiTemplate
-
Obtain a JNDI context corresponding to this template's configuration.
- getContext(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegate
Filter
EE bean.
- getContextAttribute() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use.
- getContextCache() - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom context class.
- getContextConfigLocation() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
Return the specified context configuration files.
- getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the explicit context config location, if any.
- getContextCustomizerFactories() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getContextCustomizers() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ContextCustomizers
that will be applied
when the application context is loaded.
- getContextId() - Method in class org.springframework.transaction.reactive.TransactionContext
-
- getContextId() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom WebApplicationContext id, if any.
- getContextInitializerClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ApplicationContextInitializer
classes for the
test class.
- getContextLoader() - Method in class org.springframework.test.context.MergedContextConfiguration
-
- getContextLoaderClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContextPath() - Method in class org.springframework.mock.web.MockServletContext
-
- getContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the JAXB context path.
- getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the context path for this request
(usually the base path that the current web application is mapped to).
- getContextPath() - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Return the context path of the current web application.
- getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the context path of the original request, that is, the path that
indicates the current web application.
- getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getContextUrl(String) - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Return a context-aware URl for the given relative URL.
- getContextUrl(String, Map<String, ?>) - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Return a context-aware URl for the given relative URL with placeholders --
named keys with braces{}
.
- getContextUrl(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL.
- getContextUrl(String, Map<String, ?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL with placeholders (named keys with braces{}
).
- getControllerMethod() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
Return the controller method.
- getControllerType() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
Return the controller types.
- getConversationId() - Method in interface org.springframework.beans.factory.config.Scope
-
Return the conversation ID for the current underlying scope, if any.
- getConversationId() - Method in class org.springframework.context.support.SimpleThreadScope
-
- getConversationId() - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- getConversationId() - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- getConversationId() - Method in class org.springframework.web.context.request.RequestScope
-
There is no conversation id concept for a request, so this method
returnsnull
.
- getConversationId() - Method in class org.springframework.web.context.request.SessionScope
-
- getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
-
- getConversionService() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return the associated ConversionService, if any.
- getConversionService() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the associated ConversionService, if any.
- getConversionService() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getConversionService() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Return the associated ConversionService, if any.
- 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
-
- getConversionService() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Return a
ConversionService
for binding JDBC values to bean properties,
or
null
if none.
- getConversionService() - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Return the configured ConversionService.
- getConversionService() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getConversionService() - Method in class org.springframework.validation.DataBinder
-
Return the associated ConversionService, if any.
- getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the ConversionService which will apply to every DataBinder.
- getConversionService() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- getConvertedValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return the converted value of the constructor argument,
after processed type conversion.
- getConvertedValue() - Method in class org.springframework.beans.PropertyValue
-
Return the converted value of this property value,
after processed type conversion.
- 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.
- getConverters() - Method in class org.springframework.messaging.converter.CompositeMessageConverter
-
Return the underlying list of delegate converters.
- getConvertibleTypes() - Method in interface org.springframework.core.convert.converter.GenericConverter
-
Return the source and target types that this converter can convert between.
- getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Retrieve the first cookie with the given name.
- getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
-
Return the domain for cookies created by this generator, if any.
- getCookieMaxAge() - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Return the configured "Max-Age" attribute value for the session cookie.
- getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
-
Return the maximum age for cookies created by this generator.
- getCookieName() - Method in exception org.springframework.web.bind.MissingRequestCookieException
-
Return the expected name of the request cookie.
- getCookieName() - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Return the configured cookie name.
- getCookieName() - Method in class org.springframework.web.util.CookieGenerator
-
Return the given name for cookies created by this generator.
- getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
-
Return the path for cookies created by this generator.
- getCookies() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
-
- getCookies() - Method in interface org.springframework.http.client.reactive.ClientHttpRequest
-
Return a mutable map of request cookies to send to the server.
- getCookies() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- getCookies() - Method in interface org.springframework.http.client.reactive.ClientHttpResponse
-
Return a read-only map of response cookies received from the server.
- getCookies() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
- getCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- getCookies() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest
-
Return a read-only map of cookies sent by the client.
- getCookies() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getCookies() - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
Return a mutable map with the cookies to send to the server.
- getCookies() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- getCookies() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCorePoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's core pool size.
- getCorrelationId() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getCorsConfiguration(HttpServletRequest) - Method in interface org.springframework.web.cors.CorsConfigurationSource
-
- getCorsConfiguration(ServerWebExchange) - Method in interface org.springframework.web.cors.reactive.CorsConfigurationSource
-
- getCorsConfiguration(ServerWebExchange) - Method in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- getCorsConfiguration() - Method in class org.springframework.web.reactive.config.CorsRegistration
-
- getCorsConfiguration(Object, ServerWebExchange) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Retrieve the CORS configuration for the given handler.
- getCorsConfiguration(Object, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
- getCorsConfiguration() - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
-
- getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Retrieve the CORS configuration for the given handler.
- getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the specified CORS configuration.
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getCorsConfigurations() - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Get the CORS configuration.
- getCorsConfigurations() - Method in class org.springframework.web.reactive.config.CorsRegistry
-
- getCorsConfigurations() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Callback for building the global CORS configuration.
- getCorsConfigurations() - Method in class org.springframework.web.servlet.config.annotation.CorsRegistry
-
- getCorsConfigurations() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Update the HandlerExecutionChain for CORS-related handling.
- getCorsProcessor() - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
- getCorsProcessor() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
Return the number of times this interceptor has been invoked.
- 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.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Determine the create method of the given EJB home object.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreationDate() - Method in class org.springframework.http.ContentDisposition
-
- getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
-
- getCreationTime() - Method in class org.springframework.mock.web.server.MockWebSession
-
- getCreationTime() - Method in interface org.springframework.web.server.WebSession
-
Return the time when the session was created.
- getCronTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the cron tasks as an unmodifiable list of
CronTask
objects.
- getCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'class
' attribute.
- getCssErrorClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- getCssStyle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'style
' attribute.
- getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a currency time limit for this attribute.
- getCurrent() - Static method in class org.springframework.cglib.core.AbstractClassGenerator
-
Used internally by CGLIB.
- getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Deprecated.
Checks if a SimpleNamingContextBuilder is active.
- getCurrentIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Determine the current isolation level: either the transaction's
isolation level or a statically defined isolation level.
- getCurrentlyInvokedFactoryMethod() - Static method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Return the factory method currently being invoked ornull
if none.
- getCurrentProxiedBeanName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getCurrentProxiedBeanName() - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
-
Return the name of the currently proxied bean instance.
- getCurrentReadOnlyFlag() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Determine the current read-only flag: by default,
the transaction's read-only hint.
- getCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- getCurrentTransactionIsolationLevel() - Method in class org.springframework.transaction.reactive.TransactionContext
-
- getCurrentTransactionIsolationLevel() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Return the isolation level for the current transaction, if any.
- getCurrentTransactionIsolationLevel() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return the isolation level for the current transaction, if any.
- getCurrentTransactionName() - Method in class org.springframework.transaction.reactive.TransactionContext
-
- getCurrentTransactionName() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Return the name of the current transaction, ornull
if none set.
- getCurrentTransactionName() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return the name of the current transaction, ornull
if none set.
- getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
-
Obtain the Spring root web application context for the current thread
(i.e.
- getCustomArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured custom argument resolvers, if any.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom argument resolvers, ornull
.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom argument resolvers, ornull
.
- getCustomCondition() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
-
- getCustomCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
- getCustomEditor(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Retrieve the custom PropertyEditor for the given field, if any.
- getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the map of custom editors, with Classes as keys and PropertyEditor classes as values.
- getCustomHandlers() - Method in class org.springframework.messaging.handler.invocation.reactive.ReturnValueHandlerConfigurer
-
- getCustomizers(Class<T>) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-
- getCustomMethodCondition(Method) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Provide a custom method-level request condition.
- getCustomMethodCondition(Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom method-level request condition.
- getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Allow Map access to the custom properties to be set on the stub,
with the option to add or override specific entries.
- getCustomResolvers() - Method in class org.springframework.messaging.handler.invocation.reactive.ArgumentResolverConfigurer
-
- getCustomReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured custom return value handlers, if any.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom return value handlers, ornull
.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom return value handlers, ornull
.
- getCustomSqlExceptionTranslator() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCustomTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Create a target source for bean instances.
- getCustomTranslations() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCustomTypeCondition(Class<?>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Provide a custom type-level request condition.
- getCustomTypeCondition(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom type-level request condition.
- getCustomTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the custom TypeConverter to use, if any.
- getData() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
-
- getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
- getDatabase() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return the target database to operate on.
- getDatabasePlatform() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return the name of the target database to operate on.
- getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabaseProductNames() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabaseVersion() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Provide access to version info for subclasses.
- getDataBufferFactory() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
- getDataBufferFactory() - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
-
- getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDataSource() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Return the JDBC DataSource used by this DAO.
- getDataSource() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
-
- getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook that gets the
DataSource
SE that provides the connectivity to the
embedded database.
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- getDataSource(String) - Method in interface org.springframework.jdbc.datasource.lookup.DataSourceLookup
-
Retrieve the DataSource identified by the given name.
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
-
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
-
- getDataSource() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Return the data source to retrieve the value from.
- getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Return the DataSource used by this template.
- getDataSource() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
Determine the DataSource of the given SessionFactory.
- getDataSource() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getDataSource() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the JDBC DataSource that this EntityManagerFactory
obtains its JDBC Connections from.
- getDataSource() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getDataSourceLookup() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JDBC DataSourceLookup that provides DataSources for the
persistence provider, resolving data source names inpersistence.xml
against Spring-managed DataSource instances.
- getDataSources() - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- getDate() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message was created, as specified
by theDate
header.
- getDate(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Date object.
- getDate(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Date object.
- getDate(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Date object.
- getDate(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Date object.
- getDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
-
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the long timestamp for the date header with the givenname
.
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Return the DateTimeContext associated with the current thread, if any.
- getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return the expiration deadline of this object.
- getDeadlockLoserCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDeclarationOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDeclarationOrder() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return the declaration order of the advice member within the aspect.
- getDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
- getDeclaredParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
- 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
-
- getDeclaredRoles() - Method in class org.springframework.mock.web.MockServletContext
-
- getDeclaredType() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the type declared by the underlying field or method/constructor parameter,
indicating the injection type.
- getDeclaringClass() - Method in class org.springframework.core.MethodParameter
-
Return the class that declares the underlying Method or Constructor.
- getDeclaringClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getDeclaringClass() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- 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.
- getDecodableMimeTypes() - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getDecodableMimeTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
- getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.codec.HttpMessageDecoder
-
Get decoding hints based on the server request or annotations on the
target controller method parameter.
- getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
- getDecoder() - Method in class org.springframework.http.codec.DecoderHttpMessageReader
-
- getDecoder() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Return the configuredDecoder
.
- getDecoders() - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Return the configured decoders.
- getDecoders() - Method in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
-
Return a read-only list of the configured decoders.
- getDecoders() - Method in class org.springframework.messaging.rsocket.DefaultMetadataExtractor
-
Return a read-only list with the configured decoders.
- getDecoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getDecoratedClass() - Method in interface org.springframework.core.DecoratingProxy
-
Return the (ultimate) decorated class behind this proxy.
- getDecoratedDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Return the target definition that is being decorated by this bean definition, if any.
- getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Return the fixed original NavigationHandler decorated by this handler, if any
(that is, if passed in through the constructor).
- getDecoratorFactories() - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
- getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaultBeanName(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
-
Determine the default bean name for the specified bean instance.
- getDefaultCacheManager() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultCharset() - Method in class org.springframework.core.codec.StringDecoder
-
- getDefaultCharset() - Method in class org.springframework.http.codec.FormHttpMessageReader
-
Return the configured default charset.
- getDefaultCharset() - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
Return the configured default charset.
- getDefaultCharset() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Return the default character set, if any.
- getDefaultCharset() - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Get the default charset, used when the
content type does not contain one.
- getDefaultCharset() - Method in class org.springframework.web.reactive.result.view.ViewResolverSupport
-
Return the default charset, used when the
content type does not contain one.
- 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.
- getDefaultConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.groovy",
and "/WEB-INF/test-servlet.groovy" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the default content type for the given type.
- getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Returns the defaultContent-Type
to be used for writing.
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getDefaultContentType(Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- getDefaultContentType(Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Returns the default content type for the payload.
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.DefaultTestContextBootstrapper
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.web.WebTestContextBootstrapper
-
- 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.
- getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultDataMimeType() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
- getDefaultDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JDBC DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified inpersistence.xml
.
- getDefaultDestination() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the destination to be used on send/receive operations that do not
have a destination parameter.
- getDefaultDestination() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Return the configured default destination.
- getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Return the configured default destination name.
- getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the destination name to be used on send/receive operations that
do not have a destination parameter.
- getDefaultDestinationPrefix() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Return the configured default destination prefix.
- getDefaultEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Retrieve the default editor for the given property type, if any.
- getDefaultEncoding() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the default charset to use for parsing properties files, if any.
- getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Determine the default encoding for the given MimeMessage.
- getDefaultEncoding() - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Deprecated.
- getDefaultEncoding() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Determine the default encoding to use for marshalling or unmarshalling from
a byte stream, ornull
if none.
- getDefaultEncoding() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Determine the default encoding to use for parsing requests.
- getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
-
Return the default character encoding to use for URL decoding.
- getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
-
Return the default
ErrorHandler
implementation based on the boolean
value indicating whether the task will be repeating or not.
- getDefaultExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultExecutor(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Retrieve or build a default executor for this advice instance.
- getDefaultExecutor(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
This implementation searches for a unique
TaskExecutor
bean in the context, or for an
Executor
SE bean named "taskExecutor" otherwise.
- getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- getDefaultFileTypeMap(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Determine the default Java Activation FileTypeMap for the given MimeMessage.
- getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the default handler for this handler mapping,
ornull
if none.
- getDefaultHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Return the configured default heart-beat value (nevernull
).
- getDefaultHtmlEscape() - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Return the default HTML escape setting, differentiating between no default
specified and an explicit value.
- getDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
- getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether default HTML escaping is enabled for the web application,
i.e.
- getDefaultJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JTA-aware DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified inpersistence.xml
.
- getDefaultKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the underlying bean factory of this context,
available for registering bean definitions.
- getDefaultListenerMethod() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Return the name of the default listener method to delegate to.
- getDefaultLocale() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Determine a default Locale to fall back to: either a locally specified default
Locale or the system Locale, ornull
for no fallback locale at all.
- getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
-
Return the default locale to use if no explicit locale has been given.
- getDefaultLocale() - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
The configured default locale, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Return the default Locale that this resolver is supposed to fall back to, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
The configured default locale, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed locale that this resolver will return if no cookie found,
if any.
- getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the default message to be used to resolve this message.
- getDefaultMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Get a default message for the givenMessageSourceResolvable
.
- getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getDefaultMetadataMimeType() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
- getDefaultMimeType() - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
-
- getDefaultModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the "default" model created at instantiation.
- getDefaultParentBean() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Return the default parent bean for this bean factory.
- 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.
- getDefaultProtocolHandler() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the default sub-protocol handler to use.
- getDefaultResponseDestination() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Return the default response destination, if any.
- getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return the defaults definition object.
- getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Provide access to default schema for subclasses.
- getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- getDefaultServletName() - Method in class org.springframework.mock.web.MockServletContext
-
Get the name of the defaultServlet
.
- getDefaultSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the default strategy object for the given strategy interface.
- getDefaultSubscriptionName(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Determine the default subscription name for the given message listener.
- getDefaultTestExecutionListenerClasses() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultTestExecutionListenerClassNames() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Return the name of the default theme.
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Return the name of the default theme.
- getDefaultThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
-
Build the default thread name prefix for this factory.
- getDefaultTimeout() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Return the default TimeZone that this resolver is supposed to fall back to, if any.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed time zone that this resolver will return if no cookie found,
if any.
- getDefaultTypeConverter() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
Obtain the TypeConverter from the BeanFactory that this bean runs in,
if possible.
- getDefaultTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Obtain the default TypeConverter for this method invoker.
- getDefaultUriVariables() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Deprecated.
Return a read-only copy of the configured default URI variables.
- getDefaultUriVariables() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Return the configured default URI variable values.
- getDefaultUserDestinationPrefix() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Return the configured default user destination prefix.
- getDefaultValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the default value of thevalue
attribute
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
SE。
- getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- 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.
- getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Return the default value of this attribute.
- getDefaultValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Return the default value.
- getDefaultViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Translate the supplied request into a default view name.
- getDefaultViews() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
-
- getDefaultViews() - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
-
Return the configured defaultView
's.
- getDefaultViews() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getDefaultWorkManager() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Obtain a default WorkManager to delegate to.
- getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getDeferredResultInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getDefinitionDescription() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Return an identifying description for this transaction definition.
- getDelay() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Deprecated.
Return the delay before starting the job for the first time.
- getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the delay before starting the job for the first time.
- getDelegate() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getDelegate() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
-
- getDelegate() - Method in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
-
- getDelegate() - Method in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
-
- getDelegate() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
-
- getDelegate() - Method in class org.springframework.jca.work.DelegatingWork
-
Return the wrapped Runnable implementation.
- getDelegate() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Return the target object to delegate message listening to.
- getDelegate() - Method in class org.springframework.scheduling.commonj.DelegatingWork
-
Deprecated.
Return the wrapped Runnable implementation.
- getDelegate() - Method in class org.springframework.scheduling.quartz.DelegatingJob
-
Return the wrapped Runnable implementation.
- getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the target NavigationHandler to delegate to.
- getDelegate() - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
-
- getDelegate() - Method in class org.springframework.web.server.handler.WebHandlerDecorator
-
Return the wrapped delegate.
- getDelegate() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
-
- getDelegate() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- getDelegate() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getDelegateExperimental() - Method in class org.springframework.asm.RecordComponentVisitor
-
- getDelegates() - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
-
Return all registered PersistenceExceptionTranslator delegates (as array).
- getDelegates() - Method in class org.springframework.jms.connection.ChainedExceptionListener
-
Return all registered ExceptionListener delegates (as array).
- getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
- getDeleteStatement(long[]) - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Statement to use to clean up "sequence" values.
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Return the delimiter to be used between each
'input type="radio"
' tag.
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Return the delimiter to be used between error messages.
- getDeliveryDelay() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the delivery delay to use for send calls (in milliseconds).
- getDeliveryMode() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the delivery mode to use when sending a message.
- getDeliveryMode() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getDeliveryMode() - Method in class org.springframework.jms.support.QosSettings
-
Return the delivery mode to use when sending a message.
- getDependenciesForBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the names of all beans that the specified bean depends on, if any.
- getDependenciesForBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the names of all beans that the specified bean depends on, if any.
- getDependencyCheck() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the dependency check code.
- getDependencyCheck() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Return the default dependency check code.
- getDependencyCheck() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether to perform a dependency check for object references
in the bean instance (after autowiring).
- getDependencyComparator() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return the dependency comparator for this BeanFactory (may benull
.
- getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Build a DependencyDescriptor for the underlying field/method.
- getDependencyName() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Determine the name of the wrapped parameter/field.
- getDependencyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Determine the declared (non-generic) type of the wrapped parameter/field.
- getDependentBeans(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the names of all beans which depend on the specified bean, if any.
- getDependentBeans(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the names of all beans which depend on the specified bean, if any.
- getDependsOn() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the bean names that this bean depends on.
- getDependsOn() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the bean names that this bean depends on.
- getDepth(Throwable) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Return the depth of the superclass matching.
- getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return the depth to the superclass matching.
- getDerivedTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Create a template derived from this template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- 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.aop.config.AdvisorComponentDefinition
-
- getDescription() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return a human-readable description of this bean definition.
- getDescription() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
- getDescription() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getDescription() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return a friendly description of the described component.
- getDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return a human-readable description of this bean definition.
- 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
-
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the description of the MBean resource.
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads managed resource description from the source level metadata.
- getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a description for this attribute.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return a description for this notification.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return a description for this parameter.
- getDescription() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return a description suitable for an ignored test class if the test is
disabled via@IfProfileValue
at the class-level, and
otherwise delegate to the parent implementation.
- getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
-
Get a short description of this request,
typically containing request URI and session id.
- getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a full description of this event, involving
all available context data.
- getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns a description that includes the ServletContext
resource location.
- getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- 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.
- getDescriptor() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Return a descriptor for this transaction attribute,
ornull
if none.
- getDeserializationView() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getDestination() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the name of the destination for this endpoint.
- getDestination() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the destination to receive messages from.
- getDestination() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getDestination(Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
- getDestination(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- getDestination(Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Extract the destination from the given message.
- getDestination(Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getDestination() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDestination(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDestination() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the destination header.
- getDestination() - Method in interface org.springframework.messaging.simp.user.SimpSubscription
-
Return the subscription's destination.
- getDestinationConditions() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
-
- getDestinationDescription() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return a descriptive String for this container's JMS destination
(nevernull
).
- getDestinationLookup() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Return a read-only multi-value map with a direct lookup of mappings,
(e.g.
- getDestinationName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the name of the destination to receive messages from.
- getDestinationName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getDestinationPrefix() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
Return the configured prefix for user destinations.
- getDestinationPrefixes() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured destination prefixes, if any.
- getDestinationPrefixes() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getDestinationResolver() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Return the DestinationResolver for this adapter.
- getDestinationResolver() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- getDestinationResolver() - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
- getDestinationResolver() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
- getDestinationResolver() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Return the DestinationResolver for this accessor (nevernull
).
- getDestinationResolver() - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
Return the configured destination resolver.
- getDestinationUserName() - Method in interface org.springframework.messaging.simp.user.DestinationUserNameProvider
-
Return a globally unique user name for use with "user" destinations.
- getDestroyMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default destroy-method setting for the document that's currently parsed.
- getDestroyMethodName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the name of the destroy method.
- getDestroyMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the name of the destroy method.
- getDestroyMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Return the name of the default destroy method.
- getDetailedErrorMessage(Object, String) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Add additional details such as the bean type and method signature to
the given error message.
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return a more detailed message for logging purposes.
- getDetailedPayloadLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getDimensions() - Method in class org.springframework.asm.Type
-
Returns the number of dimensions of this array type.
- getDir() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'dir
' attribute.
- getDirectLookupDestinations(T) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return destinations contained in the mapping that are not patterns and are
therefore suitable for direct lookups.
- getDirectLookupDestinations(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getDirectLookupMappings(CompositeMessageCondition) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
- getDirectLookupMappings(T) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Return String-based destinations for the given mapping, if any, that can
be used to find matches with a direct lookup (i.e.
- getDisallowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should not be allowed for binding.
- getDisconnectDelay() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the amount of time in milliseconds before a client is considered disconnected.
- getDiscoveredReturningGenericType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredReturningType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredThrowingType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDispatchedPath() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getDispatcherServlet() - Method in class org.springframework.test.web.servlet.MockMvc
-
Return the underlying
DispatcherServlet
instance that this
MockMvc
was initialized with.
- getDispatcherType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getDisplayName() - Method in interface org.springframework.context.ApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a content-based String representation ifobj
is
notnull
; otherwise returns an empty String.
- getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the suppliedObject
, HTML escaped
as required.
- getDisplayString(Object, PropertyEditor) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the suppliedObject
, HTML escaped
as required.
- getDisplayValue() - Method in class org.springframework.web.reactive.result.view.BindStatus
-
Return a suitable display value for the field, i.e.
- getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return a suitable display value for the field, i.e.
- getDistance() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get the distance of this annotation related to its use as a
meta-annotation.
- getDomain() - Method in class org.springframework.http.ResponseCookie
-
Return the cookie "Domain" attribute, ornull
if not set.
- getDomain() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getDouble(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get a required double attribute value from the annotation.
- getDouble(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Double object.
- getDouble(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row as a Double object.
- getDoubleArray(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Get a required double array attribute value from the annotation.
- getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Double parameter, ornull
if not present.
- getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, with a fallback value.
- getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, return an empty array if not found.
- getDriver() - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Return the JDBC Driver instance to use.
- getDummyName() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
Return the name of the dummy column.
- getDuplicateKeyCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDurableSubscriptionName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the name of a durable subscription to create, if any.
- getDurableSubscriptionName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getDynamicAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the map of dynamic attributes.
- getEarlyBeanReference(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- getEarlyBeanReference(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
-
- getEarlyBeanReference(Object, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
Obtain a reference for early access to the specified bean,
typically for the purpose of resolving a circular reference.
- getEarlyBeanReference(String, RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Obtain a reference for early access to the specified bean,
typically for the purpose of resolving a circular reference.
- getEarlySingletonInterfaces() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Return an array of interfaces that a singleton object exposed by this
FactoryBean is supposed to implement, for use with an 'early singleton
proxy' that will be exposed in case of a circular reference.
- getEditor() - Method in class org.springframework.web.reactive.result.view.BindStatus
-
Return the PropertyEditor for the property that this bind status
is currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the PropertyEditor for the property that this bind status
is currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
-
- getEditor() - Method in interface org.springframework.web.servlet.tags.EditorAwareTag
-
Retrieve the PropertyEditor for the property that this tag is
currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getEffectiveMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getELContext() - Method in class org.springframework.mock.web.MockPageContext
-
- getElement() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the HTML element used to enclose
'input type="checkbox/radio"
' tag.
- getElement() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Get the HTML element must be used to render the error messages.
- 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.
- getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedList
-
Return the default element type name (class name) to be used for this list.
- getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedSet
-
Return the default element type name (class name) to be used for this set.
- getEmptyValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
-
Return an empty-value instance for the underlying reactive or async type.
- getEmptyValue(String, Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEmptyValue(Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEnclosingClassName() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the name of the enclosing class of the underlying class,
ornull
if 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.
- getEncodableMimeTypes() - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getEncodableMimeTypes() - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
-
- getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.codec.HttpMessageEncoder
-
Get decoding hints based on the server request or annotations on the
target controller method parameter.
- getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
- getEncoder() - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
-
Return theEncoder
of this writer.
- getEncoder() - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Return the configuredEncoder
, if any.
- getEncoders() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
-
The configured encoders.
- getEncoders() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
- getEncoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- 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.
- getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the specific character encoding used for this message, if any.
- getEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return the configured encoding for requests and/or responses.
- getEncoding() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Get the encoding for the FreeMarker template.
- getEncoding() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the encoding for the FreeMarker template.
- getEncoding() - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Return theJsonEncoding
for this view.
- getEncodingMode() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Return the configured encoding mode.
- getEnctype() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'enctype
' attribute.
- getEndpoint() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the endpoint address to specify on the stub.
- getEndpointClass() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Implementation of the JCA 1.7#getEndpointClass()
method,
returning null in order to indicate a synthetic endpoint type.
- getEndpointClass() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-
Template method for exposing the endpoint's ClassLoader
(typically the ClassLoader that the message listener class
has been loaded with).
- getEndpointDescription() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return a description for this endpoint.
- getEndpointDescription() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getEndpointDescription() - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.SpringConfigurator
-
- getEndpointRegistry() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- getEndPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getEndPosition() - Method in interface org.springframework.expression.spel.SpelNode
-
Return the end position of this AST node in the expression string.
- getEngine() - Method in interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig
-
- getEngine() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
- getEngine() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
- getEngine() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
- getEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- getEngineName() - Method in interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig
-
Return the engine name that will be used to instantiate the
ScriptEngine
SE。
- getEngineName() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
- getEngineName() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the engine name that will be used to instantiate the
ScriptEngine
SE。
- getEngineName() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getEngineSupplier() - Method in interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig
-
Return the engine supplier that will be used to instantiate the
ScriptEngine
SE。
- getEngineSupplier() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
- getEngineSupplier() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the engine supplier that will be used to instantiate the
ScriptEngine
SE。
- getEngineSupplier() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getEntityInterceptor() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return the current Hibernate entity interceptor, ornull
if none.
- getEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- getEntityManagerFactory() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Return the JPA EntityManagerFactory that should be used to create
EntityManagers.
- getEntityManagerFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the EntityManagerFactory that this instance should manage transactions for.
- getEntityManagerFactoryBeanName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Return the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
- getEntityManagerFactoryInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific EntityManagerFactory interface
that the EntityManagerFactory proxy is supposed to implement.
- getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the (potentially vendor-specific) EntityManager interface
that this factory's EntityManagers will implement.
- getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific EntityManager interface
that this provider's EntityManagers will implement.
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getEntityResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Return the EntityResolver to use, building a default resolver
if none specified.
- getEnum(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specifiedattributeName
as 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 class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getEnvironment() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
Return the environment to use.