Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AALOAD - Static variable in interface org.springframework.asm.Opcodes
 
AaltoDataBufferToXmlEvent() - Constructor for class org.springframework.http.codec.xml.XmlEventDecoder.AaltoDataBufferToXmlEvent
 
aaltoPresent - Static variable in class org.springframework.http.codec.xml.XmlEventDecoder
 
AASTORE - Static variable in interface org.springframework.asm.Opcodes
 
absolute(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the given row number in the row set, just after the last row.
ABSTRACT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ABSTRACT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(abstract)=true Default is "false".
AbstractAdaptableMessageListener - Class in org.springframework.jms.listener.adapter
An abstract JMS MessageListener adapter providing the necessary infrastructure to extract the payload of a JMS Message.
AbstractAdaptableMessageListener() - Constructor for class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
AbstractAdaptableMessageListener.DestinationNameHolder - Class in org.springframework.jms.listener.adapter
Internal class combining a destination name and its target destination type (queue or topic).
AbstractAdaptableMessageListener.MessagingMessageConverterAdapter - Class in org.springframework.jms.listener.adapter
A MessagingMessageConverter that lazily invoke payload extraction and delegate it to #extractMessage(javax.jms.Message) in order to enforce backward compatibility.
AbstractAdaptableMessageListener.MessagingMessageConverterAdapter.LazyResolutionMessage - Class in org.springframework.jms.listener.adapter
 
AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
Base class for BeanPostProcessor implementations that apply a Spring AOP Advisor to specific beans.
AbstractAdvisingBeanPostProcessor() - Constructor for class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter - Class in org.springframework.aop.framework.autoproxy
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
AbstractAliasAwareAnnotationAttributeExtractor<S> - Class in org.springframework.core.annotation
Abstract base class for AnnotationAttributeExtractor implementations that transparently enforce attribute alias semantics for annotation attributes that are annotated with @AliasFor.
AbstractAliasAwareAnnotationAttributeExtractor(Class<? extends Annotation>, Object, S) - Constructor for class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
Construct a new AbstractAliasAwareAnnotationAttributeExtractor.
AbstractAnnotationConfigDispatcherHandlerInitializer - Class in org.springframework.web.reactive.support
Base class for WebApplicationInitializer implementations that register a DispatcherHandler configured with annotated @Configuration classes in the servlet context, wrapping it in a ServletHttpHandlerAdapter.
AbstractAnnotationConfigDispatcherHandlerInitializer() - Constructor for class org.springframework.web.reactive.support.AbstractAnnotationConfigDispatcherHandlerInitializer
 
AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet configured with annotated classes, e.g.
AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationEventMulticaster - Class in org.springframework.context.event
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractApplicationEventMulticaster.ListenerCacheKey - Class in org.springframework.context.event
Cache key for ListenerRetrievers, based on event type and source type.
AbstractApplicationEventMulticaster.ListenerRetriever - Class in org.springframework.context.event
Helper class that encapsulates a specific set of target listeners, allowing for efficient retrieval of pre-filtered listeners.
AbstractAspectJAdvice - Class in org.springframework.aop.aspectj
Base class for AOP Alliance Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
AbstractAspectJAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a new AbstractAspectJAdvice for the given advice method.
AbstractAspectJAdvice.AdviceExcludingMethodMatcher - Class in org.springframework.aop.aspectj
MethodMatcher that excludes the specified advice method.
AbstractAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AbstractAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation> - Class in org.springframework.aop.aspectj.annotation
Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer - Class in org.springframework.aop.aspectj.annotation
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
AbstractAspectJAdvisorFactory.AspectJAnnotationType - Enum in org.springframework.aop.aspectj.annotation
 
AbstractAsyncClientHttpRequest - Class in org.springframework.http.client
Abstract base for AsyncClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractAsyncClientHttpRequest
 
AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractAsyncReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Convenient base class for AsyncHandlerMethodReturnValueHandler implementations that support only asynchronous (Future-like) return values and merely serve as adapters of such types to Spring's ListenableFuture.
AbstractAsyncReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
AbstractAtomFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for Atom Feed views, using the ROME package.
AbstractAtomFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - Class in org.springframework.beans.factory.support
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor - Class in org.springframework.beans.factory.support
Special DependencyDescriptor variant for Spring's good old autowire="byType" mode.
AbstractBeanDefinition - Class in org.springframework.beans.factory.support
Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of GenericBeanDefinition, RootBeanDefinition, and ChildBeanDefinition.
AbstractBeanDefinition() - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.
AbstractBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryAwareAdvisingPostProcessor - Class in org.springframework.aop.framework.autoproxy
Extension of AbstractAutoProxyCreator which implements BeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).
AbstractBeanFactoryAwareAdvisingPostProcessor() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
 
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.
AbstractBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractBrokerMessageHandler - Class in org.springframework.messaging.simp.broker
Abstract base class for a MessageHandler that broker messages to registered subscribers.
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with no destination prefixes (matches all destinations).
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with destination prefixes to match to destinations of messages.
AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor - Class in org.springframework.messaging.simp.broker
Detect unsent DISCONNECT messages and process them anyway.
AbstractBrokerRegistration - Class in org.springframework.messaging.simp.config
Base class for message broker registration classes.
AbstractBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
AbstractBufferingAsyncClientHttpRequest - Class in org.springframework.http.client
Base implementation of AsyncClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
AbstractBufferingClientHttpRequest - Class in org.springframework.http.client
Base implementation of ClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
AbstractCacheInterceptor<O extends AbstractJCacheOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 cache annotations.
AbstractCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractCacheInterceptor
 
AbstractCacheInvoker - Class in org.springframework.cache.interceptor
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
AbstractCacheInvoker() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheInvoker(CacheErrorHandler) - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheManager - Class in org.springframework.cache.support
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
 
AbstractCacheResolver - Class in org.springframework.cache.interceptor
A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
AbstractCacheResolver() - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCachingConfiguration - Class in org.springframework.cache.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
 
AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering an HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClassTestingTypeFilter - Class in org.springframework.core.type.filter
Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractClassTestingTypeFilter() - Constructor for class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequest - Class in org.springframework.http.client.reactive
Base class for ClientHttpRequest implementations.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequest(HttpHeaders) - Constructor for class org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequest.State - Enum in org.springframework.http.client.reactive
COMMITTING -> COMMITTED is the period after doCommit is called but before the response status and headers have been applied to the underlying response during which time pre-commit actions can still make changes to the response status and headers.
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
AbstractClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
Base class for SockJS client implementations of WebSocketSession.
AbstractClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AbstractClientSockJsSession.State - Enum in org.springframework.web.socket.sockjs.client
 
AbstractColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
AbstractComponentDefinition - Class in org.springframework.beans.factory.parsing
Base implementation of ComponentDefinition that provides a basic implementation of AbstractComponentDefinition.getDescription() which delegates to ComponentDefinition.getName().
AbstractComponentDefinition() - Constructor for class org.springframework.beans.factory.parsing.AbstractComponentDefinition
 
AbstractConditionalEnumConverter - Class in org.springframework.core.convert.support
A ConditionalConverter base implementation for enum-based converters.
AbstractConditionalEnumConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.AbstractConditionalEnumConverter
 
AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractContextLoader - Class in org.springframework.test.context.support
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - Constructor for class org.springframework.test.context.support.AbstractContextLoader
 
AbstractContextLoaderInitializer - Class in org.springframework.web.context
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - Constructor for class org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - Class in org.springframework.web.servlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController which supports HTTP methods GET, HEAD and POST by default.
AbstractController(boolean) - Constructor for class org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController.
AbstractCookieValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
AbstractDataBoundFormElementTag - Class in org.springframework.web.servlet.tags.form
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataFieldMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDecoder<T> - Class in org.springframework.core.codec
Abstract base class for Decoder implementations.
AbstractDecoder(MimeType...) - Constructor for class org.springframework.core.codec.AbstractDecoder
 
AbstractDelegatingSmartContextLoader - Class in org.springframework.test.context.support
AbstractDelegatingSmartContextLoader serves as an abstract base class for implementations of the SmartContextLoader SPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.
AbstractDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
AbstractDestinationResolvingMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessagingTemplate that adds operations for sending messages to a resolvable destination name as defined by the following interfaces: DestinationResolvingMessageSendingOperations DestinationResolvingMessageReceivingOperations DestinationResolvingMessageRequestReplyOperations
AbstractDestinationResolvingMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
AbstractDetectingUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractDetectingUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
AbstractDirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
Abstract base class for TestExecutionListener implementations that provide support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
AbstractDirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
AbstractDispatcherHandlerInitializer - Class in org.springframework.web.reactive.support
Base class for WebApplicationInitializer implementations that register a DispatcherHandler in the servlet context, wrapping it in a ServletHttpHandlerAdapter.
AbstractDispatcherHandlerInitializer() - Constructor for class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
 
AbstractDispatcherHandlerInitializer.ServletContextDestroyedListener - Class in org.springframework.web.reactive.support
 
AbstractDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
AbstractEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
AbstractEncoder<T> - Class in org.springframework.core.codec
Abstract base class for Decoder implementations.
AbstractEncoder(MimeType...) - Constructor for class org.springframework.core.codec.AbstractEncoder
 
AbstractEncoder.FlushingStrategy - Enum in org.springframework.core.codec
 
AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
Abstract FactoryBean that creates a local JPA javax.persistence.EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler - Class in org.springframework.orm.jpa
Dynamic proxy invocation handler proxying an EntityManagerFactory to return a proxy EntityManager if necessary from createEntityManager() methods.
AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference - Class in org.springframework.orm.jpa
Minimal bean reference to the surrounding AbstractEntityManagerFactoryBean.
AbstractEnvironment - Class in org.springframework.core.env
Abstract base class for Environment implementations.
AbstractEnvironment() - Constructor for class org.springframework.core.env.AbstractEnvironment
Create a new Environment instance, calling back to AbstractEnvironment.customizePropertySources(MutablePropertySources) during construction to allow subclasses to contribute or manipulate PropertySource instances as appropriate.
AbstractErrors - Class in org.springframework.validation
Abstract implementation of the Errors interface.
AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
 
AbstractExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.invocation
Cache exception handling method mappings and provide options to look up a method that should handle an exception.
AbstractExceptionHandlerMethodResolver(Map<Class<? extends Throwable>, Method>) - Constructor for class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Protected constructor accepting exception-to-method mappings.
AbstractExpressionEvaluatingCondition - Class in org.springframework.test.context.junit.jupiter
Abstract base class for implementations of ContainerExecutionCondition and TestExecutionCondition that evaluate expressions configured via annotations to determine if a container or test is enabled.
AbstractExpressionEvaluatingCondition() - Constructor for class org.springframework.test.context.junit.jupiter.AbstractExpressionEvaluatingCondition
 
AbstractExpressionPointcut - Class in org.springframework.aop.support
Abstract superclass for expression pointcuts, offering location and expression properties.
AbstractExpressionPointcut() - Constructor for class org.springframework.aop.support.AbstractExpressionPointcut
 
AbstractFactoryBean<T> - Class in org.springframework.beans.factory.config
Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFactoryBean.EarlySingletonInvocationHandler - Class in org.springframework.beans.factory.config
Reflective InvocationHandler for lazy access to the actual singleton object.
AbstractFallbackCacheOperationSource - Class in org.springframework.cache.interceptor
Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
AbstractFallbackJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
Abstract implementation of JCacheOperationSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
AbstractFallbackSQLExceptionTranslator - Class in org.springframework.jdbc.support
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFeedView<T extends WireFeed> - Class in org.springframework.web.servlet.view.feed
Abstract base class for Atom and RSS Feed views, using the ROME package.
AbstractFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractFeedView
 
AbstractFileResolvingResource - Class in org.springframework.core.io
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
AbstractFileResolvingResource.VfsResourceDelegate - Class in org.springframework.core.io
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
abstractFlag - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AbstractFlashMapManager - Class in org.springframework.web.servlet.support
A base class for FlashMapManager implementations.
AbstractFlashMapManager() - Constructor for class org.springframework.web.servlet.support.AbstractFlashMapManager
 
AbstractFormTag - Class in org.springframework.web.servlet.tags.form
Base class for all JSP form tags.
AbstractFormTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractFormTag
 
AbstractGenericContextLoader - Class in org.springframework.test.context.support
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
 
AbstractGenericHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
AbstractGenericPointcutAdvisor - Class in org.springframework.aop.support
Abstract generic PointcutAdvisor that allows for any Advice to be configured.
AbstractGenericPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
AbstractGenericWebContextLoader - Class in org.springframework.test.context.web
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.reactive.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.reactive.handler.AbstractHandlerMapping
 
AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping.CorsInterceptor - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMapping.PreFlightHandler - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.reactive.result.method
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping.EmptyHandler - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistration<T> - Class in org.springframework.web.reactive.result.method
 
AbstractHandlerMethodMapping.MappingRegistration<T> - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistry - Class in org.springframework.web.reactive.result.method
A registry that maintains all mappings to handler methods, exposing methods to perform lookups and providing concurrent access.
AbstractHandlerMethodMapping.MappingRegistry - Class in org.springframework.web.servlet.handler
A registry that maintains all mappings to handler methods, exposing methods to perform lookups and providing concurrent access.
AbstractHandlerMethodMapping.Match - Class in org.springframework.web.reactive.result.method
A thin wrapper around a matched HandlerMethod and its mapping, for the purpose of comparing the best match with a comparator in the context of the current request.
AbstractHandlerMethodMapping.Match - Class in org.springframework.web.servlet.handler
A thin wrapper around a matched HandlerMethod and its mapping, for the purpose of comparing the best match with a comparator in the context of the current request.
AbstractHandlerMethodMapping.MatchComparator - Class in org.springframework.web.reactive.result.method
 
AbstractHandlerMethodMapping.MatchComparator - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.PreFlightAmbiguousMatchHandler - Class in org.springframework.web.reactive.result.method
 
AbstractHandlerResultHandler - Class in org.springframework.web.reactive.result
Base class for HandlerResultHandler implementations that perform content negotiation.
AbstractHandlerResultHandler(RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.AbstractHandlerResultHandler
 
AbstractHandlerResultHandler(RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.AbstractHandlerResultHandler
 
AbstractHandshakeHandler - Class in org.springframework.web.socket.server.support
A base class for HandshakeHandler implementations, independent from the Servlet API.
AbstractHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
Default constructor that auto-detects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
AbstractHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
AbstractHeaderMapper<T> - Class in org.springframework.messaging.support
A base HeaderMapper implementation
AbstractHeaderMapper() - Constructor for class org.springframework.messaging.support.AbstractHeaderMapper
 
AbstractHtmlElementBodyTag - Class in org.springframework.web.servlet.tags.form
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media types.
AbstractHttpMessageConverter(Charset, MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with a default charset and multiple supported media types.
AbstractHttpReceivingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that receive messages via HTTP POST.
AbstractHttpReceivingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
AbstractHttpSendingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that push messages to connected clients.
AbstractHttpSendingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
AbstractHttpSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for use with HTTP transport SockJS sessions.
AbstractHttpSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AbstractIdentityColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations which are based on identity columns in a sequence-like table.
AbstractIdentityColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractIdentityColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
AbstractInterceptorDrivenBeanDefinitionDecorator - Class in org.springframework.aop.config
Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
AbstractInterruptibleBatchPreparedStatementSetter() - Constructor for class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJackson2Codec - Class in org.springframework.http.codec.json
Abstract base class for Jackson based decoder/encoder implementations.
AbstractJackson2Codec(ObjectMapper) - Constructor for class org.springframework.http.codec.json.AbstractJackson2Codec
Create a new Jackson codec for the given mapper.
AbstractJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2View - Class in org.springframework.web.servlet.view.json
Abstract base class for Jackson based and content type independent AbstractView implementations.
AbstractJackson2View(ObjectMapper, String) - Constructor for class org.springframework.web.servlet.view.json.AbstractJackson2View
 
AbstractJaxb2HttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJCacheConfiguration - Class in org.springframework.cache.jcache.config
Abstract JSR-107 specific @Configuration class providing common structure for enabling JSR-107 annotation-driven cache management capability.
AbstractJCacheConfiguration() - Constructor for class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
AbstractJCacheKeyOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation that operates with a key.
AbstractJCacheKeyOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
Create a new instance.
AbstractJCacheOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation implementation.
AbstractJCacheOperation(<any>, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
Create a new instance.
AbstractJCacheOperation.CacheInvocationParameterImpl - Class in org.springframework.cache.jcache.interceptor
 
AbstractJCacheOperation.CacheParameterDetail - Class in org.springframework.cache.jcache.interceptor
 
AbstractJdbc4SqlXmlValue() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
AbstractJdbcCall - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database metadata.
AbstractJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a DataSource.
AbstractJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a JdbcTemplate.
AbstractJdbcInsert - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy inserts based on configuration options and database metadata.
AbstractJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a DataSource.
AbstractJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a JdbcTemplate.
AbstractJmsListenerContainerFactory<C extends AbstractMessageListenerContainer> - Class in org.springframework.jms.config
Base JmsListenerContainerFactory for Spring's base container implementation.
AbstractJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
AbstractJmsListenerEndpoint - Class in org.springframework.jms.config
Base model for a JMS listener endpoint
AbstractJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
AbstractJmsListenerEndpoint.JcaEndpointConfigurer - Class in org.springframework.jms.config
Inner class to avoid a hard dependency on the JCA API.
AbstractJmsListeningContainer - Class in org.springframework.jms.listener
Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).
AbstractJmsListeningContainer() - Constructor for class org.springframework.jms.listener.AbstractJmsListeningContainer
 
AbstractJmsListeningContainer.SharedConnectionNotInitializedException - Exception in org.springframework.jms.listener
Exception that indicates that the initial setup of this container's shared JMS Connection failed.
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJndiLocatingBeanDefinitionParser - Class in org.springframework.ejb.config
Abstract base class for BeanDefinitionParsers which build JNDI-locating beans, supporting an optional "jndiEnvironment" bean property, populated from an "environment" XML sub-element.
AbstractJndiLocatingBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
AbstractJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.
AbstractJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
AbstractJsonPathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
AbstractJsonpResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for a ResponseBodyAdvice to instruct the MappingJackson2HttpMessageConverter to serialize with JSONP formatting.
AbstractJsonpResponseBodyAdvice(String...) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
 
AbstractJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit environment.
AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractKeyCacheInterceptor<O extends AbstractJCacheKeyOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 key-based cache annotations.
AbstractKeyCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
 
AbstractLazyCreationTargetSource - Class in org.springframework.aop.target
TargetSource implementation that will lazily create a user-managed object.
AbstractLazyCreationTargetSource() - Constructor for class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
AbstractLinkParser() - Constructor for class org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
 
AbstractLinkParser() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
AbstractListenerContainerParser - Class in org.springframework.jms.config
Abstract parser for JMS listener container elements, providing support for common properties that are identical for all listener container variants.
AbstractListenerContainerParser() - Constructor for class org.springframework.jms.config.AbstractListenerContainerParser
 
AbstractListenerReadPublisher<T> - Class in org.springframework.http.server.reactive
Abstract base class for Publisher implementations that bridge between event-listener read APIs and Reactive Streams.
AbstractListenerReadPublisher() - Constructor for class org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
AbstractListenerReadPublisher.ReadSubscription - Class in org.springframework.http.server.reactive
 
AbstractListenerReadPublisher.State - Enum in org.springframework.http.server.reactive
Represents a state for the Publisher to be in.
AbstractListenerServerHttpResponse - Class in org.springframework.http.server.reactive
Abstract base class for listener-based server responses, e.g.
AbstractListenerServerHttpResponse(DataBufferFactory) - Constructor for class org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
AbstractListenerWebSocketSession<T> - Class in org.springframework.web.reactive.socket.adapter
Base class for WebSocketSession implementations that bridge between event-listener WebSocket APIs (e.g.
AbstractListenerWebSocketSession(T, String, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
Base constructor.
AbstractListenerWebSocketSession(T, String, HandshakeInfo, DataBufferFactory, <any>) - Constructor for class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
Alternative constructor with completion Mono&lt;Void&gt; to propagate the session completion (success or error) (for client-side use).
AbstractListenerWebSocketSession.WebSocketReceivePublisher - Class in org.springframework.web.reactive.socket.adapter
 
AbstractListenerWebSocketSession.WebSocketSendProcessor - Class in org.springframework.web.reactive.socket.adapter
 
AbstractListenerWriteFlushProcessor<T> - Class in org.springframework.http.server.reactive
An alternative to AbstractListenerWriteProcessor but instead writing a Publisher<Publisher<T>> with flush boundaries enforces after the completion of each nested Publisher.
AbstractListenerWriteFlushProcessor() - Constructor for class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
AbstractListenerWriteFlushProcessor.State - Enum in org.springframework.http.server.reactive
 
AbstractListenerWriteFlushProcessor.State.WriteSubscriber - Class in org.springframework.http.server.reactive
 
AbstractListenerWriteProcessor<T> - Class in org.springframework.http.server.reactive
Abstract base class for Processor implementations that bridge between event-listener write APIs and Reactive Streams.
AbstractListenerWriteProcessor() - Constructor for class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
AbstractListenerWriteProcessor.State - Enum in org.springframework.http.server.reactive
Represents a state for the Subscriber to be in.
AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - Constructor for class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - Class in org.springframework.jdbc.support.lob
Abstract base class for LobHandler implementations.
AbstractLobHandler() - Constructor for class org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor<T> - Class in org.springframework.jdbc.core.support
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - Constructor for class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLocaleContextResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleContextResolver implementations.
AbstractLocaleContextResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMappingContentNegotiationStrategy - Class in org.springframework.web.accept
Base class for ContentNegotiationStrategy implementations with the steps to resolve a request to media types.
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
AbstractMappingContentTypeResolver - Class in org.springframework.web.reactive.accept
Abstract base class for MappingContentTypeResolver implementations.
AbstractMappingContentTypeResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.reactive.accept.AbstractMappingContentTypeResolver
Create an instance with the given map of file extensions and media types.
AbstractMappingJacksonResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for ResponseBodyAdvice implementations that customize the response before JSON serialization with AbstractJackson2HttpMessageConverter's concrete subclasses.
AbstractMappingJacksonResponseBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
AbstractMarshaller - Class in org.springframework.oxm.support
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - Constructor for class org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMediaTypeExpression - Class in org.springframework.web.reactive.result.condition
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
AbstractMediaTypeExpression(String) - Constructor for class org.springframework.web.reactive.result.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.reactive.result.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
AbstractMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMessageBrokerConfiguration - Class in org.springframework.messaging.simp.config
Provides essential configuration for handling messages with simple messaging protocols such as STOMP.
AbstractMessageBrokerConfiguration() - Constructor for class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected constructor.
AbstractMessageBrokerConfiguration.NoOpBrokerMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageBrokerConfiguration.NoOpMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageChannel - Class in org.springframework.messaging.support
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorChain - Class in org.springframework.messaging.support
Assists with the invocation of the configured channel interceptors.
AbstractMessageCondition<T extends AbstractMessageCondition<T>> - Class in org.springframework.messaging.handler
AbstractMessageCondition() - Constructor for class org.springframework.messaging.handler.AbstractMessageCondition
 
AbstractMessageConverter - Class in org.springframework.messaging.converter
Abstract base class for SmartMessageConverter implementations including support for common properties and a partial implementation of the conversion methods, mainly to check if the converter supports the conversion based on the payload class and MIME type.
AbstractMessageConverter(MimeType) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting a single MIME type.
AbstractMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting multiple MIME types.
AbstractMessageConverterMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
A base class for resolving method argument values by reading from the body of a request with HttpMessageConverters.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Basic constructor with converters only.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage - Class in org.springframework.web.servlet.mvc.method.annotation
 
AbstractMessageConverterMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters only.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager as well as request/response body advice instances.
AbstractMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory - Class in org.springframework.jca.endpoint
Abstract base implementation of the JCA 1.7 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - Class in org.springframework.jca.endpoint
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMessageEndpointFactory.TransactionDelegate - Class in org.springframework.jca.endpoint
Private inner class that performs the actual transaction handling, including enlistment of the endpoint's XAResource.
AbstractMessageListenerContainer - Class in org.springframework.jms.listener
Abstract base class for Spring message listener container implementations.
AbstractMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractMessageListenerContainer
 
AbstractMessageListenerContainer.MessageRejectedWhileStoppingException - Exception in org.springframework.jms.listener
Internal exception class that indicates a rejected message on shutdown.
AbstractMessageReaderArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
Abstract base class for argument resolvers that resolve method arguments by reading the request body with an HttpMessageReader.
AbstractMessageReaderArgumentResolver(List<HttpMessageReader<?>>) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Constructor with HttpMessageReader's and a Validator.
AbstractMessageReaderArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Constructor that also accepts a ReactiveAdapterRegistry.
AbstractMessageReceivingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageSendingTemplate that adds support for receive style operations as defined by MessageReceivingOperations.
AbstractMessageReceivingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageReceivingTemplate
 
AbstractMessageSendingTemplate<D> - Class in org.springframework.messaging.core
Abstract base class for implementations of MessageSendingOperations.
AbstractMessageSendingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
AbstractMessageSource - Class in org.springframework.context.support
Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractMessageWriterResultHandler - Class in org.springframework.web.reactive.result.method.annotation
Abstract base class for result handlers that handle return values by writing to the response with HttpMessageWriter.
AbstractMessageWriterResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
Constructor with HttpMessageWriters and a RequestedContentTypeResolver.
AbstractMessageWriterResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
Constructor with an additional ReactiveAdapterRegistry.
AbstractMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageReceivingTemplate that adds support for request-reply style operations as defined by MessageRequestReplyOperations.
AbstractMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessagingTemplate
 
AbstractMethodMessageHandler<T> - Class in org.springframework.messaging.handler.invocation
Abstract base class for HandlerMethod-based message handling.
AbstractMethodMessageHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
AbstractMethodMessageHandler.Match - Class in org.springframework.messaging.handler.invocation
A thin wrapper around a matched HandlerMethod and its matched mapping for the purpose of comparing the best match with a comparator in the context of a message.
AbstractMethodMessageHandler.MatchComparator - Class in org.springframework.messaging.handler.invocation
 
AbstractMethodMessageHandler.ReturnValueListenableFutureCallback - Class in org.springframework.messaging.handler.invocation
 
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - Class in org.springframework.test.web.servlet.setup
Abstract implementation of MockMvcBuilder with common methods for configuring filters, default request properties, global expectations and global result actions.
AbstractMockMvcBuilder() - Constructor for class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
AbstractMonitoringInterceptor - Class in org.springframework.aop.interceptor
Base class for monitoring interceptors, such as performance monitors.
AbstractMonitoringInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
AbstractMonoToListenableFutureAdapter<S,T> - Class in org.springframework.messaging.tcp.reactor
Adapts Mono to ListenableFuture optionally converting the result Object type <S> to the expected target type <T>.
AbstractMonoToListenableFutureAdapter(<any>) - Constructor for class org.springframework.messaging.tcp.reactor.AbstractMonoToListenableFutureAdapter
 
AbstractMultiCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering multiple HTML 'input' elements with a 'type' of 'checkbox' or 'radio'.
AbstractMultiCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
AbstractMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 
AbstractNamedValueArgumentResolver.NamedValueInfo - Class in org.springframework.web.reactive.result.method.annotation
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.web.method.annotation
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueSyncArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
An extension of AbstractNamedValueArgumentResolver for named value resolvers that are synchronous and yet non-blocking.
AbstractNamedValueSyncArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
 
AbstractNameValueExpression<T> - Class in org.springframework.web.reactive.result.condition
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
AbstractNameValueExpression(String) - Constructor for class org.springframework.web.reactive.result.condition.AbstractNameValueExpression
 
AbstractNameValueExpression<T> - Class in org.springframework.web.servlet.mvc.condition
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
AbstractNameValueExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
AbstractNamingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
AbstractNestablePropertyAccessor - Class in org.springframework.beans
A basic ConfigurablePropertyAccessor that provides the necessary infrastructure for all typical use cases.
AbstractNestablePropertyAccessor() - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(boolean) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object.
AbstractNestablePropertyAccessor(Class<?>) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor, wrapping a new instance of the specified class.
AbstractNestablePropertyAccessor(Object, String, Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor(Object, String, AbstractNestablePropertyAccessor) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor.PropertyHandler - Class in org.springframework.beans
 
AbstractNestablePropertyAccessor.PropertyTokenHolder - Class in org.springframework.beans
 
AbstractNioBufferReactorNettyCodec<P> - Class in org.springframework.messaging.tcp.reactor
Convenient base class for ReactorNettyCodec implementations that need to work with NIO ByteBuffers.
AbstractNioBufferReactorNettyCodec() - Constructor for class org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
 
AbstractNumberFormatter - Class in org.springframework.format.number
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
 
AbstractPdfStamperView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views that operate on an existing document with an AcroForm.
AbstractPdfStamperView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
AbstractPdfView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views, using Bruno Lowagie's iText package.
AbstractPdfView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPlatformTransactionManager - Class in org.springframework.transaction.support
Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder - Class in org.springframework.transaction.support
Holder for suspended resources.
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPollingMessageListenerContainer - Class in org.springframework.jms.listener
Base class for listener container implementations which are based on polling.
AbstractPollingMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory - Class in org.springframework.jms.listener
ResourceFactory implementation that delegates to this listener container's protected callback methods.
AbstractPoolingTargetSource - Class in org.springframework.aop.target
Abstract base class for pooling TargetSource implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
AbstractPoolingTargetSource() - Constructor for class org.springframework.aop.target.AbstractPoolingTargetSource
 
AbstractPropertyAccessor - Class in org.springframework.beans
Abstract implementation of the PropertyAccessor interface.
AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
 
AbstractPropertyBindingResult - Class in org.springframework.validation
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractPropertyLoadingBeanDefinitionParser - Class in org.springframework.context.config
Abstract parser for <context:property-.../> elements.
AbstractPropertyLoadingBeanDefinitionParser() - Constructor for class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
AbstractPropertyResolver - Class in org.springframework.core.env
Abstract base class for resolving properties against any underlying source.
AbstractPropertyResolver() - Constructor for class org.springframework.core.env.AbstractPropertyResolver
 
AbstractPrototypeBasedTargetSource - Class in org.springframework.aop.target
Base class for dynamic TargetSource implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractRecursiveAnnotationVisitor - Class in org.springframework.core.type.classreading
 
AbstractRecursiveAnnotationVisitor(ClassLoader, AnnotationAttributes) - Constructor for class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - Class in org.springframework.context.support
Base class for ApplicationContext implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.
AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableConfigApplicationContext - Class in org.springframework.context.support
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractRefreshableConfigApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with no parent.
AbstractRefreshableConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
AbstractRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Abstract TargetSource implementation that wraps a refreshable target object.
AbstractRefreshableTargetSource() - Constructor for class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - Class in org.springframework.aop.support
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRequestAttributes - Class in org.springframework.web.context.request
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - Class in org.springframework.web.context.request
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - Class in org.springframework.web.reactive.result.condition
AbstractRequestCondition() - Constructor for class org.springframework.web.reactive.result.condition.AbstractRequestCondition
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - Class in org.springframework.web.servlet.mvc.condition
AbstractRequestCondition() - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestExpectationManager - Class in org.springframework.test.web.client
Base class for RequestExpectationManager implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.
AbstractRequestExpectationManager() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager
 
AbstractRequestExpectationManager.RequestExpectationGroup - Class in org.springframework.test.web.client
Helper class to manage a group of request expectations.
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractResource - Class in org.springframework.core.io
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractResourceBasedMessageSource - Class in org.springframework.context.support
Abstract base class for MessageSource implementations based on resource bundle conventions, such as ResourceBundleMessageSource and ReloadableResourceBundleMessageSource.
AbstractResourceBasedMessageSource() - Constructor for class org.springframework.context.support.AbstractResourceBasedMessageSource
 
AbstractResourceResolver - Class in org.springframework.web.reactive.resource
Base ResourceResolver providing consistent logging.
AbstractResourceResolver() - Constructor for class org.springframework.web.reactive.resource.AbstractResourceResolver
 
AbstractResourceResolver - Class in org.springframework.web.servlet.resource
Base class for ResourceResolver implementations.
AbstractResourceResolver() - Constructor for class org.springframework.web.servlet.resource.AbstractResourceResolver
 
AbstractRoutingDataSource - Class in org.springframework.jdbc.datasource.lookup
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
AbstractRoutingDataSource() - Constructor for class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for RSS Feed views, using the ROME package.
AbstractRssFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServerHttpMessageReader<T> - Class in org.springframework.http.codec
HttpMessageReader wrapper that implements ServerHttpMessageReader in order to allow providing hints to the nested reader or setting the response status for example, by implementing AbstractServerHttpMessageReader.resolveReadHints(ResolvableType, ResolvableType, ServerHttpRequest).
AbstractServerHttpMessageReader(HttpMessageReader<T>) - Constructor for class org.springframework.http.codec.AbstractServerHttpMessageReader
 
AbstractServerHttpMessageWriter<T> - Class in org.springframework.http.codec
HttpMessageWriter wrapper that implements ServerHttpMessageWriter in order to allow providing hints to the nested writer or setting the response status for example, by implementing AbstractServerHttpMessageWriter.resolveWriteHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest).
AbstractServerHttpMessageWriter(HttpMessageWriter<T>) - Constructor for class org.springframework.http.codec.AbstractServerHttpMessageWriter
 
AbstractServerHttpRequest - Class in org.springframework.http.server.reactive
Common base class for ServerHttpRequest implementations.
AbstractServerHttpRequest(URI, HttpHeaders) - Constructor for class org.springframework.http.server.reactive.AbstractServerHttpRequest
Constructor with the URI and headers for the request.
AbstractServerHttpResponse - Class in org.springframework.http.server.reactive
Base class for ServerHttpResponse implementations.
AbstractServerHttpResponse(DataBufferFactory) - Constructor for class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
AbstractServerHttpResponse.State - Enum in org.springframework.http.server.reactive
COMMITTING -> COMMITTED is the period after doCommit is called but before the response status and headers have been applied to the underlying response during which time pre-commit actions can still make changes to the response status and headers.
AbstractServerResponse(HttpStatus, HttpHeaders) - Constructor for class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder.AbstractServerResponse
 
AbstractServiceLoaderBasedFactoryBean - Class in org.springframework.beans.factory.serviceloader
Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility.
AbstractServiceLoaderBasedFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
AbstractServletHttpHandlerAdapterInitializer - Class in org.springframework.web.reactive.support
Base class for WebApplicationInitializer implementations that register a ServletHttpHandlerAdapter in the servlet context.
AbstractServletHttpHandlerAdapterInitializer() - Constructor for class org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
 
AbstractSimpleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
AbstractSimpleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
 
AbstractSingleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
AbstractSingleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
 
AbstractSingleCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering a single HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractSingleCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSingletonProxyFactoryBean - Class in org.springframework.aop.framework
Convenient superclass for FactoryBean types that produce singleton-scoped proxy objects.
AbstractSingletonProxyFactoryBean() - Constructor for class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
AbstractSingleValueEncoder<T> - Class in org.springframework.core.codec
Abstract base class for Encoder classes that can only deal with a single value.
AbstractSingleValueEncoder(MimeType...) - Constructor for class org.springframework.core.codec.AbstractSingleValueEncoder
 
AbstractSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
An base class for SockJS message codec that provides an implementation of AbstractSockJsMessageCodec.encode(String[]).
AbstractSockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
 
AbstractSockJsService - Class in org.springframework.web.socket.sockjs.support
An abstract base class for SockJsService implementations that provides SockJS path resolution and handling of static SockJS requests (e.g.
AbstractSockJsService(TaskScheduler) - Constructor for class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
AbstractSockJsService.SockJsRequestHandler - Interface in org.springframework.web.socket.sockjs.support
 
AbstractSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for SockJS sessions implementing SockJsSession.
AbstractSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Create a new instance.
AbstractSockJsSession.HeartbeatTask - Class in org.springframework.web.socket.sockjs.transport.session
 
AbstractSockJsSession.State - Enum in org.springframework.web.socket.sockjs.transport.session
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Abstract implementation of the Tiles org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - Class in org.springframework.jdbc.core.support
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractStandardUpgradeStrategy - Class in org.springframework.web.socket.server.standard
A base class for RequestUpgradeStrategy implementations that build on the standard WebSocket API for Java (JSR-356).
AbstractStandardUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
AbstractStaxHandler - Class in org.springframework.util.xml
Abstract base class for SAX ContentHandler and LexicalHandler implementations that use StAX as a basis.
AbstractStaxHandler() - Constructor for class org.springframework.util.xml.AbstractStaxHandler
 
AbstractStaxXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractStaxXMLReader() - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader
 
AbstractStaxXMLReader.StaxLocator - Class in org.springframework.util.xml
Implementation of the Locator interface based on a given StAX Location.
AbstractSubProtocolEvent - Class in org.springframework.web.socket.messaging
A base class for events for a message received from a WebSocket client and parsed into a higher-level sub-protocol (e.g.
AbstractSubProtocolEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubProtocolEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubscribableChannel - Class in org.springframework.messaging.support
Abstract base class for SubscribableChannel implementations.
AbstractSubscribableChannel() - Constructor for class org.springframework.messaging.support.AbstractSubscribableChannel
 
AbstractSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Abstract base class for implementations of SubscriptionRegistry that looks up information in messages but delegates to abstract methods for the actual storage and retrieval.
AbstractSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
AbstractTemplateView - Class in org.springframework.web.servlet.view
Adapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's FreeMarker macro library.
AbstractTemplateView() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - Class in org.springframework.web.servlet.view
Abstract base class for template view resolvers, in particular for FreeMarker views.
AbstractTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractTestContextBootstrapper - Class in org.springframework.test.context.support
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.
AbstractTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
AbstractTestExecutionListener - Class in org.springframework.test.context.support
Abstract ordered implementation of the TestExecutionListener API.
AbstractTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
AbstractTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test class.
AbstractThemeResolver - Class in org.springframework.web.servlet.theme
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - Class in org.springframework.transaction.support
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - Constructor for class org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractTransactionSupportingCacheManager - Class in org.springframework.cache.transaction
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.
AbstractTransactionSupportingCacheManager() - Constructor for class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
AbstractTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Common base class for TransportHandler inplementations.
AbstractTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
 
AbstractTypeHierarchyTraversingFilter - Class in org.springframework.core.type.filter
Type filter that is aware of traversing over hierarchy.
AbstractTypeHierarchyTraversingFilter(boolean, boolean) - Constructor for class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
AbstractTyrusRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
A base class for RequestUpgradeStrategy implementations on top of JSR-356 based servers which include Tyrus as their WebSocket engine.
AbstractTyrusRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
AbstractUriTemplateHandler - Class in org.springframework.web.util
Deprecated.
as of 5.0 in favor of DefaultUriBuilderFactory
AbstractUriTemplateHandler() - Constructor for class org.springframework.web.util.AbstractUriTemplateHandler
Deprecated.
 
AbstractUrlBasedView - Class in org.springframework.web.reactive.result.view
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.reactive.result.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - Constructor for class org.springframework.web.reactive.result.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlBasedView - Class in org.springframework.web.servlet.view
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlHandlerMapping - Class in org.springframework.web.reactive.handler
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping.PathExposingHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute.
AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE attribute.
AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractValueAdaptingCache - Class in org.springframework.cache.support
Common base class for Cache implementations that need to adapt null values (and potentially other such special values) before passing them on to the underlying store.
AbstractValueAdaptingCache(boolean) - Constructor for class org.springframework.cache.support.AbstractValueAdaptingCache
Create an AbstractValueAdaptingCache with the given setting.
AbstractVersionStrategy - Class in org.springframework.web.reactive.resource
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - Constructor for class org.springframework.web.reactive.resource.AbstractVersionStrategy
 
AbstractVersionStrategy - Class in org.springframework.web.servlet.resource
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
AbstractVersionStrategy.FileNameVersionPathStrategy - Class in org.springframework.web.reactive.resource
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.FileNameVersionPathStrategy - Class in org.springframework.web.servlet.resource
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - Class in org.springframework.web.reactive.resource
A prefix-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - Class in org.springframework.web.servlet.resource
A prefix-based VersionPathStrategy, e.g.
AbstractView - Class in org.springframework.web.reactive.result.view
Base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.reactive.result.view.AbstractView
 
AbstractView - Class in org.springframework.web.servlet.view
Abstract base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWebArgumentResolverAdapter - Class in org.springframework.web.method.annotation
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWebSocketClient - Class in org.springframework.web.socket.client
Abstract base class for WebSocketClient implementations.
AbstractWebSocketClient() - Constructor for class org.springframework.web.socket.client.AbstractWebSocketClient
 
AbstractWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementation with empty methods.
AbstractWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
AbstractWebSocketHandlerRegistration<M> - Class in org.springframework.web.socket.config.annotation
Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows sub-classes to put together the actual HTTP request mappings.
AbstractWebSocketHandlerRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
AbstractWebSocketMessage<T> - Class in org.springframework.web.socket
A message that can be handled or sent on a WebSocket connection.
AbstractWebSocketMessage(T) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message with the given payload.
AbstractWebSocketMessage(T, boolean) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message given payload representing the full or partial message content.
AbstractWebSocketMessageBrokerConfigurer - Class in org.springframework.web.socket.config.annotation
A convenient abstract base class for WebSocketMessageBrokerConfigurer implementations providing empty method implementations for optional methods.
AbstractWebSocketMessageBrokerConfigurer() - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
AbstractWebSocketSession<T> - Class in org.springframework.web.reactive.socket.adapter
Convenient base class for WebSocketSession implementations that holds common fields and exposes accessors.
AbstractWebSocketSession(T, String, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
Create a new instance and associate the given attributes with it.
AbstractWebSocketSession<T> - Class in org.springframework.web.socket.adapter
An abstract base class for implementations of WebSocketSession.
AbstractWebSocketSession(Map<String, Object>) - Constructor for class org.springframework.web.socket.adapter.AbstractWebSocketSession
Create a new instance and associate the given attributes with it.
AbstractWireFeedHttpMessageConverter<T extends WireFeed> - Class in org.springframework.http.converter.feed
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXhrTransport - Class in org.springframework.web.socket.sockjs.client
Abstract base class for XHR transport implementations to extend.
AbstractXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
AbstractXlsView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in traditional XLS format.
AbstractXlsView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsView
Default Constructor.
AbstractXlsxStreamingView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.
AbstractXlsxStreamingView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
 
AbstractXlsxView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).
AbstractXlsxView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxView
Default Constructor.
AbstractXmlApplicationContext - Class in org.springframework.context.support
Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXMLEventReader - Class in org.springframework.util.xml
Abstract base class for XMLEventReaders.
AbstractXMLEventReader() - Constructor for class org.springframework.util.xml.AbstractXMLEventReader
 
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
AbstractXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations.
AbstractXMLReader() - Constructor for class org.springframework.util.xml.AbstractXMLReader
 
AbstractXmlRequestMatcher() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
AbstractXMLStreamReader - Class in org.springframework.util.xml
Abstract base class for XMLStreamReaders.
AbstractXMLStreamReader() - Constructor for class org.springframework.util.xml.AbstractXMLStreamReader
 
AbstractXpathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
acc - Variable in class org.springframework.beans.BeanWrapperImpl
The security context used for invoking the property methods
acc - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
acc - Variable in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
ACC_ABSTRACT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.springframework.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_CONSTRUCTOR - Static variable in class org.springframework.asm.MethodWriter
Pseudo access flag used to denote constructors.
ACC_DEPRECATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.springframework.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.springframework.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_MANDATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC_ATTRIBUTE - Static variable in class org.springframework.asm.ClassWriter
Pseudo access flag to distinguish between the synthetic attribute and the synthetic access flag.
ACC_TRANSIENT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.springframework.asm.Opcodes
 
accept(Method) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
Implementation of CallbackFilter.accept() to return the index of the callback we need.
accept(ClassVisitor, int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader .
accept(ClassVisitor, Attribute[], int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(Method) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.MethodOverrideCallbackFilter
 
accept(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept header field name.
accept(MediaType...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
accept(MediaType...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
accept(MediaType...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
accept(MediaType...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(MediaType...) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
accept(MediaType...) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Set the list of acceptable media types, as specified by the Accept header.
accept() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
accept(MediaType...) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that tests if the request's accept header is compatible with any of the given media types.
accept() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the list of acceptable media types, as specified by the Accept header.
accept() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
accept(<any>) - Method in class org.springframework.web.reactive.resource.AppCacheManifestTransformer.LineGenerator
 
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_CHARSET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
acceptCharset(Charset...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
acceptCharset(Charset...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
acceptCharset(Charset...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
acceptCharset(Charset...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
acceptCharset(Charset...) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
acceptCharset() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
acceptCharset - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
acceptClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
accepted() - Static method in class org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
accepted() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
Create a builder with an ACCEPTED status.
acceptedClassLoaders - Static variable in class org.springframework.beans.CachedIntrospectionResults
Set of ClassLoaders that this CachedIntrospectionResults class will always accept classes from, even if the classes do not qualify as cache-safe.
acceptedProtocol - Variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
 
acceptedProtocol - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
acceptedProtocol - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
acceptExisting - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
acceptGzipEncoding - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AcceptHeaderLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
AcceptHeaderRequestCallback(Type) - Constructor for class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
acceptLanguage() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
acceptLanguage() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the list of acceptable languages, as specified by the Accept-Language header.
acceptLanguage() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
acceptMessagesWhileStopping - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
acceptOnExecution - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
acceptProxyClasses - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
acceptProxyClasses - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
acceptsProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
acceptsProfiles(String...) - Method in interface org.springframework.core.env.Environment
Return whether one or more of the given profiles is active or, in the case of no explicit active profiles, whether one or more of the given profiles is included in the set of default profiles.
access - Variable in class org.springframework.asm.ClassWriter
The access flags of this class.
access - Variable in class org.springframework.asm.Context
The access flags of the method currently being parsed.
access - Variable in class org.springframework.asm.FieldWriter
Access flags of this field.
access - Variable in class org.springframework.asm.MethodWriter
Access flags of this method.
access - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
accessArrayElement(Object, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
accessCache - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
Map from destination -> for fast look-ups
accessCallParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Should we access call parameter meta data info or not
AccessException - Exception in org.springframework.expression
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String, Exception) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
AccessException(String) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message.
accessibleConstructor(Class<T>, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Obtain an accessible constructor for the given class and parameters.
accesskey - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ACCESSKEY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
AccessorLValue(PropertyOrFieldReference, TypedValue, EvaluationContext, boolean) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
accessTableColumnMetaData - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
should we access insert parameter meta data info or not
ACK - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
acknowledge(String, boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
acknowledge(String, boolean) - Method in interface org.springframework.messaging.simp.stomp.StompSession
Send an acknowledgement whether a message was consumed or not resulting in an ACK or NACK frame respectively.
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_CLIENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_DUPS_OK - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_TRANSACTED - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
acknowledgeMode - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
ACONST_NULL - Static variable in interface org.springframework.asm.Opcodes
 
acquireReadLock() - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.MappingRegistry
Acquire the read lock when using getMappings and getMappingsByUrl.
acquireReadLock() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
Acquire the read lock when using getMappings and getMappingsByUrl.
action - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
activate() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Activate this proxy configuration.
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
ACTIVATE_LISTENER - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a TestContext attribute which indicates that that the ServletTestExecutionListener should be activated.
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when the first proxy is created.
activated - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
An instance of this class bound to JNDI
activateObject(<any>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
 
ACTIVATION_SPEC_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
 
ACTIVATION_SPEC_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ACTIVATION_SPEC_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
activationSpec - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
activationSpecClass - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
activationSpecConfig - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
activationSpecFactory - Variable in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
activationSpecFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
active - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
Set to true when the first AOP proxy has been created
active - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context is currently active
active - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
active - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
active - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
ACTIVE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify active profiles: "spring.profiles.active".
activeInvokerCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
activeProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
ActiveProfiles - Annotation Type in org.springframework.test.context
ActiveProfiles is a class-level annotation that is used to declare which active bean definition profiles should be used when loading an ApplicationContext for test classes.
activeProfiles - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ActiveProfilesResolver - Interface in org.springframework.test.context
Strategy interface for programmatically resolving which active bean definition profiles should be used when loading an ApplicationContext for a test class.
ActiveProfilesUtils - Class in org.springframework.test.context.support
Utility methods for working with @ActiveProfiles and ActiveProfilesResolvers.
ActiveProfilesUtils() - Constructor for class org.springframework.test.context.support.ActiveProfilesUtils
 
actual - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that actually were affected
actualCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
actualDestination - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
 
actualFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Actual name to use for the return value in the output map
actualName - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
 
actualObjectNames - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
actualParams - Variable in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
actualResources - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
actualSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
actualSql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
actualTransaction - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
actualTransactionActive - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
actualType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The offending type
actualType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
 
actualValue - Variable in class org.springframework.web.reactive.result.view.BindStatus
 
actualValue - Variable in class org.springframework.web.servlet.support.BindStatus
 
adapt(HttpResponse) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
adapt(S) - Method in class org.springframework.messaging.tcp.reactor.AbstractMonoToListenableFutureAdapter
 
adapt(T) - Method in class org.springframework.messaging.tcp.reactor.MonoToListenableFutureAdapter
 
adapt(S) - Method in class org.springframework.util.concurrent.FutureAdapter
Adapts the given adaptee's result into T.
adapt(ClientHttpResponse) - Method in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
 
AdaptableJobFactory - Class in org.springframework.scheduling.quartz
JobFactory implementation that supports Runnable objects as well as standard Quartz org.quartz.Job instances.
AdaptableJobFactory() - Constructor for class org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptAnnotation(A) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotation(A) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation instance before returning it to the caller.
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation array before returning it to the caller.
adaptArgumentIfNecessary(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Adapt the given argument against the method parameter, if necessary.
adaptArgumentsIfNecessary(Method, Object...) - Static method in class org.springframework.aop.framework.AopProxyUtils
Adapt the given arguments to the target signature in the given method, if necessary: in particular, if a given vararg argument array does not match the array type of the declared vararg parameter in the method.
adaptBasePackage(String) - Static method in class org.springframework.web.method.ControllerAdviceBean
 
adaptDependencyComparator(Map<String, Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
adaptedExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
adaptedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
adaptedKeyGenerator - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
adaptee - Variable in class org.springframework.util.concurrent.FutureAdapter
 
adaptee - Variable in class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
 
adaptee - Variable in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
 
adapter - Variable in class org.springframework.web.reactive.result.method.annotation.BindingContextFactory
 
adapter - Variable in class org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
 
adapterHolder - Static variable in class org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy
 
adapterMap - Variable in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
adapterMap - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 
adapterRegistry - Variable in class org.springframework.web.reactive.result.AbstractHandlerResultHandler
 
adapterRegistry - Variable in class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
 
adapterRegistry - Variable in class org.springframework.web.reactive.result.method.annotation.ErrorsMethodArgumentResolver
 
adapterRegistry - Variable in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
 
adapters - Variable in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
adapters - Variable in class org.springframework.core.ReactiveAdapterRegistry
 
adapters - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
adaptExtensions(List<WebSocketExtension>) - Static method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
 
adaptFromForwardedHeaders(HttpHeaders) - Method in class org.springframework.web.util.UriComponentsBuilder
Adapt this builder's scheme+host+port from the given headers, specifically "Forwarded" (RFC 7239, or "X-Forwarded-Host", "X-Forwarded-Port", and "X-Forwarded-Proto" if "Forwarded" is not found.
adaptInnerBeanName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Checks the given bean name whether it is unique.
adaptInterceptor(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInternal(S) - Method in class org.springframework.util.concurrent.FutureAdapter
 
adaptJob(Object) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptJspWriter(Writer, HttpServletResponse) - Static method in class org.springframework.mock.web.MockBodyContent
 
adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
adaptRequest(MockClientHttpRequest, <any>) - Method in class org.springframework.test.web.reactive.server.HttpHandlerConnector
 
adaptResponse(MockServerHttpResponse, <any>) - Method in class org.springframework.test.web.reactive.server.HttpHandlerConnector
 
adaptToAllowHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
 
adaptToDeferredResult(Object) - Method in interface org.springframework.web.servlet.mvc.method.annotation.DeferredResultAdapter
Create a DeferredResult for the given return value.
adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.CompletionStageAdapter
 
adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.ListenableFutureAdapter
 
adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.SimpleDeferredResultAdapter
 
adaptToEmitter(Object, ServerHttpResponse) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterAdapter
Obtain a ResponseBodyEmitter for the given return value.
adaptToEmitter(Object, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.SimpleResponseBodyEmitterAdapter
 
adaptToInterfaces(Object, ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
 
adaptToLocationHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
 
adaptValue(Object, Object, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Adapt the given value according to the given class and nested annotation settings.
add(Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
add(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
add(ItemMetadata) - Method in class org.springframework.context.index.CandidateComponentsMetadata
 
add(ItemMetadata) - Method in class org.springframework.context.index.MetadataCollector
 
add(String, Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(String, String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
Add the given, single header value under the given name.
add(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
add(E) - Method in class org.springframework.util.AutoPopulatingList
 
add(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
add(Iterator<E>) - Method in class org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entries
Add a new entry with the specified value.
add(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
add(K, V) - Method in interface org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(AppCacheManifestTransformer.LineOutput) - Method in class org.springframework.web.reactive.resource.AppCacheManifestTransformer.LineAggregator
 
add(AppCacheManifestTransformer.LineOutput) - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.LineAggregator
 
add(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
Add the given, single header value under the given name.
ADD_TRANSFORMER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addActiveProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
addActiveProfile(String) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Add a profile to the current set of active profiles.
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorInternal(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorOnChainCreation(Object, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Invoked when advice chain is created.
addAdvisors(Advisor...) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisors(Collection<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisorsFromAspectInstanceFactory(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add all Advisors from the supplied MetadataAwareAspectInstanceFactory to the current chain.
addAfter(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately lower than the named relative property source.
addAll(Collection) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
addAll(String, List<String>) - Method in class org.springframework.http.HttpHeaders
 
addAll(String, List<String>) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
addAll(Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAll(int, Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAll(K, List<V>) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
addAll(K, List<V>) - Method in class org.springframework.util.LinkedMultiValueMap
 
addAll(K, List<V>) - Method in interface org.springframework.util.MultiValueMap
Add all the values of the given list to the current list of values for the given key.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Collection<?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Search all URLClassLoader URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.
addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllErrors(Errors) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.servlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllowedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotationsToMap(Map<Class<? extends Annotation>, Annotation>, AnnotatedElement) - Method in class org.springframework.core.convert.Property
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addArgument(Object) - Method in interface org.springframework.web.servlet.tags.ArgumentAware
Callback hook for nested spring:argument tags to pass their value to the parent tag.
addArgument(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Provide custom argument resolvers without overriding the built-in ones.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Provide custom controller method argument resolvers.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add resolvers to support custom controller method argument types.
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object, using separate holder instances to keep the values independent from the original object.
addAspect(Object) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add the supplied aspect instance to the chain.
addAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add an aspect of the supplied type to the end of the advice chain.
addAtIndex(int, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source at a particular index in the list.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, DataHandler) - Method in interface org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - Method in class org.springframework.ui.ConcurrentModel
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ConcurrentModel
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttributes(ServerWebExchange, ServerRequest) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
 
addAttributesIfNotNull(Set<AnnotationAttributes>, Map<String, Object>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
addBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
Add the specified basenames to the existing basename configuration.
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBean(String, Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanMethod(BeanMethod) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeans(List<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBefore(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately higher than the named relative property source.
addBindingResult(HandlerResult, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
 
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
addBuffer(int) - Method in class org.springframework.util.FastByteArrayOutputStream
Create a new buffer and store it in the LinkedList
addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Deprecated.
as of Spring 4.3, in favor of AbstractCacheManager.getMissingCache(String)
addCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCacheMapping(CacheControl, String...) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to a specific CacheControl.
addCacheMethod(String, Collection<CacheOperation>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Add an attribute for a cacheable method.
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
addCallback(SuccessCallback<? super ClientHttpResponse>, FailureCallback) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.messaging.tcp.reactor.AbstractMonoToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.messaging.tcp.reactor.AbstractMonoToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super V>) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(SuccessCallback<? super V>, FailureCallback) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in interface org.springframework.util.concurrent.ListenableFuture
Register the given ListenableFutureCallback.
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in interface org.springframework.util.concurrent.ListenableFuture
Java 8 lambda-friendly alternative with success and failure callbacks.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
addCandidateComponentsFromIndex(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
addCandidateEntry(Map<String, Object>, String, DependencyDescriptor, Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Add an entry to the candidate map: a bean instance if available or just the resolved type, preventing early bean initialization ahead of primary candidate selection.
addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCharsetParameter(Charset, Map<String, String>) - Static method in class org.springframework.util.MimeType
 
addClassPathManifestEntries(Set<Resource>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Determine jar file references from the "java.class.path." manifest property and add them to the given set of resources in the form of pointers to the root of the jar file content.
addCode(Collection<String>, String, String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCodes(Collection<String>, String, String, Iterable<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCollectionConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
Add collection converters.
addComparator(Comparator<? extends T>) - Method in class org.springframework.util.comparator.CompoundComparator
Deprecated.
Add a Comparator to the end of the chain.
addComparator(Comparator<? extends T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Deprecated.
Add a Comparator to the end of the chain using the provided sort order.
addCompletionHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handle to invoke when request processing completes.
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addConnection(Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addConstructorArgReference(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to a named bean as a constructor arg.
addConstructorArgValue(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add an indexed constructor arg value.
addConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addContentDispositionHeader(ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Check if the path has a file extension and whether the extension is either whitelisted or explicitly registered.
addContentVersionStrategy(String...) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addContentVersionStrategy(String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addConverter(Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(GenericConverter) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a generic converter to this registry.
addConverter(Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverterFactory(ConverterFactory<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a ranged converter factory to this registry.
addConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addCookie(Cookie) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - Method in class org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCorsMappings(CorsRegistry) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addCronTask(Runnable, String) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given cron expression
addCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a CronTask.
addCustomFormatter(Formatter<?>) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to all fields matching the Formatter-declared type.
addCustomFormatter(Formatter<?>, String...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter for the field type specified in Formatter class, applying it to the specified fields only, if any, or otherwise to all fields.
addCustomFormatter(Formatter<?>, Class<?>...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to the specified field types only, if any, or otherwise to all fields matching the Formatter-declared type.
addCustomProperty(String, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addDataSource(String, DataSource) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
addDecoratorFactory(WebSocketHandlerDecoratorFactory) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
Add a factory that to decorate the handler used to process WebSocket messages.
addDefaultConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
Add converters appropriate for most environments.
addDefaultFormatters(FormatterRegistry) - Static method in class org.springframework.format.support.DefaultFormattingConversionService
Add formatters appropriate for most environments: including number formatters, JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters, depending on the presence of the corresponding API on the classpath.
addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A method available to subclasses for adding default HandlerExceptionResolvers.
addDefaultHeaders(HttpHeaders, T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
addDefaultHttpMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Adds a set of default HttpMessageConverter instances to the given list.
addDefaultHttpMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Adds default converters that sub-classes can call from WebFluxConfigurationSupport.configureMessageReaders(List) for byte[], ByteBuffer, String, Resource, JAXB2, and Jackson (if present on the classpath).
addDefaultHttpMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Adds default converters that sub-classes can call from WebFluxConfigurationSupport.configureMessageWriters(List).
addDefaultScripts() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
addDeferredProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
addDelegate(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Add a PersistenceExceptionTranslator to the chained delegate list.
addDelegate(ExceptionListener) - Method in class org.springframework.jms.connection.ChainedExceptionListener
Add an ExceptionListener to the chained delegate list.
addDependsOn(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Append the specified bean name to the list of beans that this definition depends on.
addDeserializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
addDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
Add a further ParameterNameDiscoverer delegate to the list of discoverers that this PrioritizedParameterNameDiscoverer checks.
addDispatcherServletCustomizer(DispatcherServletCustomizer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addDispatchHandler(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
 
addEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a String resolver for embedded values such as annotation attributes.
addEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addEndpoint(Class<?>) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
addEndpoint(ServerEndpointConfig) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
addEndpoint(String...) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
Register a STOMP over WebSocket endpoint at the given mapping path.
addEndpoint(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
 
addError(ObjectError) - Method in class org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - Method in exception org.springframework.validation.BindException
 
addError(ObjectError) - Method in interface org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addError(ObjectError) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
addExceptionMapping(Class<? extends Throwable>, Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
addExcludedBean(String) - Method in class org.springframework.jmx.export.MBeanExporter
Add the name of bean that should be excluded from autodetection.
addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addExposedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFailureCallback(FailureCallback) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addFailureCallback(FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given failure callback to this registry.
addFile(MultipartFile) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
Add a file to this request.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.springframework.web.accept.ContentNegotiationManager
Register more MediaTypeFileExtensionResolver instances in addition to those detected at construction.
addFilter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Filter) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(Filter, String...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilter(Filter, String...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilters(Filter...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add filters mapped to any request (i.e.
addFirst(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with highest precedence.
addFirstPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the start of the chain.
addFixedDelayTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered with the given fixed delay.
addFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate interval.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFixedVersionStrategy(String, String...) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
Insert a fixed, prefix-based version in resource URLs that match the given path patterns, for example: "{version}/js/main.js".
addFixedVersionStrategy(String, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a fixed, prefix-based version in resource URLs that match the given path patterns, for example: "{version}/js/main.js".
addFlashAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFields(FormatterRegistry, Printer<?>, Parser<?>, Class<?>...) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Add custom Converters and Formatters for performing type conversion and formatting of controller method arguments.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type or name (if available).
addGlobalAdvisor(ListableBeanFactory, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Add all global interceptors and pointcuts.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
 
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Add more handlers that will share the same configuration (interceptors, SockJS config, etc)
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
Configure a WebSocketHandler at the specified URL paths.
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a header entry for the given name.
addHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHeaders(HttpUriRequest, HttpHeaders) - Static method in class org.springframework.http.client.HttpComponentsClientHttpRequest
Add the given headers to the given HTTP request.
addHeaders(HttpURLConnection, HttpHeaders) - Static method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
Add the given headers to the given HTTP connection.
addHeaders(HttpHeaders, Resource, MediaType) - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
 
addHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHttpHeaders(Request, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
 
addHttpHeaders(ClientRequest, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
addImportBeanDefinitionRegistrar(ImportBeanDefinitionRegistrar, AnnotationMetadata) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addImportedResource(String, Class<? extends BeanDefinitionReader>) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addIncludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an include type filter to the end of the inclusion list.
addIncludePatterns(Element, ParserContext, BeanDefinition) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addInline(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInline(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties to the Environment of the supplied context.
addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties (in the form of key-value pairs) to the supplied environment.
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(int, ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
 
addInterceptor(ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor to the end of the list.
addInterceptor(int, ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor at the specified index.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptorNameToList(String, BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.
addInterceptors(InterceptorRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addInterceptors(HandshakeInterceptor...) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
Configure the HandshakeInterceptor's to use.
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
addInterceptors(HandshakeInterceptor...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Configure interceptors for the handshake request.
addInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add a new proxied interface.
addInterface(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
Add the specified interface to the list of interfaces to introduce.
addInterfacesToClassHierarchy(Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
additionalFilters - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addJobToScheduler(JobDetail) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given job to the Scheduler, if it doesn't already exist.
addJspFile(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addLast(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with lowest precedence.
addLink(int, String, String, Set<CssLinkResourceTransformer.Segment>) - Method in class org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
 
addLink(int, String, String, Set<CssLinkResourceTransformer.Segment>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
addListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Add the given AdvisedSupportListener to this proxy configuration.
addListener(AsyncListener) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(Class<? extends EventListener>) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(String) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(T) - Method in class org.springframework.mock.web.MockServletContext
 
addManagedClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed class name to the persistence provider's metadata.
addManagedPackage(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed package to the persistence provider's metadata.
addMappedInterceptors(String[], HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to a set of path patterns.
addMapping(String, MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map an extension to a MediaType.
addMapping(String) - Method in class org.springframework.web.reactive.config.CorsRegistry
Enable cross origin request handling for the specified path pattern.
addMapping(String) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistry
Enable cross-origin request handling for the specified path pattern.
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in interface org.springframework.web.socket.config.HandlersBeanDefinitionParser.HandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJsHandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.WebSocketHandlerMappingStrategy
 
addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMappingName(String, HandlerMethod) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
addMatchesToCollection(Collection<T>, Message<?>, List<AbstractMethodMessageHandler<T>.Match>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
addMatchingMappings(Collection<T>, List<AbstractHandlerMethodMapping<T>.Match>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 
addMatchingMappings(Collection<T>, List<AbstractHandlerMethodMapping<T>.Match>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticApplicationContext
Associate the given message with the given code.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message with the given code.
addMessages(Map<String, String>, Locale) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message values with the given keys as codes.
addMetadataAttribute(BeanMetadataAttribute) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Add the given BeanMetadataAttribute to this accessor's set of attributes.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Add another eligible method name, in addition to those already named.
addMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addMissingRequiredProperty(String) - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addNamedParameter(List<NamedParameterUtils.ParameterHolder>, int, int, int, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNamedParameter(String, int, int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Add a named parameter parsed from this SQL statement.
addNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native header value to existing values.
addNativeHeaders(MultiValueMap<String, String>) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
addNestedComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Add the given component as nested element of this composite component.
addNewNamedParameter(Set<String>, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNoCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addNonOptionArg(String) - Method in class org.springframework.core.env.CommandLineArgs
Add the given value to the list of non-option arguments.
addNoRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addObject(String, Object) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addOptionArg(String, String) - Method in class org.springframework.core.env.CommandLineArgs
Add an option argument for the given option name and add the given value to the list of values associated with this option (of which there may be zero or more).
addOrMergeGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOrMergeIndexedArgumentValue(Integer, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addPackageFromIndex(SpringPersistenceUnitInfo, String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
addPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addParam(Param) - Method in interface org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - Method in class org.springframework.web.servlet.tags.UrlTag
 
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String...) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameters(Map<String, ?>) - Method in class org.springframework.mock.web.MockHttpServletRequest
Adds all provided parameters without replacing any existing values.
addPart(Part) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPath(String) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathSegments(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPlaceholderValue(String, String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
In a standalone setup there is no support for placeholder values embedded in request mappings.
addPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add one or more populators to the list of delegates.
addPreDefinePlugin - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPreProcessorMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the Environment of the supplied context.
addPropertiesFilesToEnvironment(ConfigurableEnvironment, ResourceLoader, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the supplied environment.
addProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
addProperty(String, String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a PropertyEditorRegistrar to be applied to all bean creation processes.
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addPropertyReference(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to the specified bean name under the property specified.
addPropertySource(PropertySource<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
addPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the end of the chain.
addPropertyValue(String, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add the supplied property value under the given name.
addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
addProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Register a sub-protocol handler.
addProtocolResolver(ProtocolResolver) - Method in interface org.springframework.context.ConfigurableApplicationContext
Register the given protocol resolver with this application context, allowing for additional resource protocols to be handled.
addProtocolResolver(ProtocolResolver) - Method in class org.springframework.core.io.DefaultResourceLoader
Register the given resolver with this resource loader, allowing for additional protocols to be handled.
addQualifier(AutowireCandidateQualifier) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Register a qualifier to be used for autowire candidate resolution, keyed by the qualifier's type name.
addQualifierType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Register the given type to be used as a qualifier when autowiring.
addReceiptLostTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptLostTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is not received in the configured time.
addReceiptTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is received.
addRedirectViewController(String, String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to redirect to another URL.
addReference(int, int) - Method in class org.springframework.asm.Label
Adds a forward reference to this label.
addRelatedCause(Throwable) - Method in exception org.springframework.beans.factory.BeanCreationException
Add a related cause to this bean creation exception, not being a direct cause of the failure but having occurred earlier in the creation of the same bean instance.
addRemoteRegistryDto(Message<?>, MessageConverter, long) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
 
addRequestBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
addRequestParams(MockHttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addRequiredProperty(String) - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolver(ResourceResolver) - Method in class org.springframework.web.reactive.config.ResourceChainRegistration
Add a resource resolver to the chain.
addResolver(ResourceResolver) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource resolver to the chain.
addResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResourceHandler(String...) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandler(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addResourceLocations(String...) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourceLocations(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addResponseBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add handlers to support custom controller method return value types.
addRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addScalarConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addScheduledTask(ScheduledTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
addScope(String, Scope) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
Add the given scope to this configurer's map of scopes.
addScript(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
addScript(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add a script to execute to initialize or clean up the database.
addScripts(String...) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add multiple SQL scripts to execute to initialize or populate the database.
addScripts(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add multiple scripts to execute to initialize or clean up the database.
addSerializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
addServlet(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Servlet) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.springframework.mock.web.MockServletContext
 
addSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(Session, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(SimpSession) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
 
addSessionCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
addSessions(Map<String, SimpSession>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
 
addShareableResource(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
addSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton object to the singleton cache of this factory.
addSingletonFactory(String, ObjectFactory<?>) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton factory for building the specified singleton if necessary.
addSockJsServiceMapping(M, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addSockJsServiceMapping(MultiValueMap<HttpRequestHandler, String>, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
addStaticAttribute(String, Object) - Method in class org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
addStatusCode(String, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStatusController(String, HttpStatus) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a simple controller to the given URL path (or pattern) in order to set the response status to the given code without rendering a body.
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addStrippedPropertyPaths(List<String>, String, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Add property paths with all variations of stripped keys and/or indexes.
addSubscription(String, String, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
addSubscription(String, String, String, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
 
addSubscription(String, String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
addSuccessCallback(SuccessCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addSuccessCallback(SuccessCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given success callback to this registry.
addSuccessor(int, Label) - Method in class org.springframework.asm.MethodWriter
Adds a successor to the currentBlock block.
addSwaRefAttachment(DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addTargetRequestParam(String, String) - Method in class org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - Method in class org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
addTask(Runnable, boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addTimeoutHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addTimeoutTask(Runnable) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
addTimeoutTask(Runnable) - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
Register a timeout cleanup task to invoke if the SockJS session is not fully established within the calculated retransmission timeout period.
addTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addToClassHierarchy(int, Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
addToMap(Map<Object, Object>) - Method in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
addToMap(Map<String, Object>, String, Object) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addToMultiValueMap(MultiValueMap<String, T>, String, T[]) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addToSubroutine(long, int) - Method in class org.springframework.asm.Label
Marks this basic block as belonging to the given subroutine.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Class<?>, String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation delegates to the LoadTimeWeaver, if specified.
addTransformer(ResourceTransformer) - Method in class org.springframework.web.reactive.config.ResourceChainRegistration
Add a resource transformer to the chain.
addTransformer(ResourceTransformer) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource transformer to the chain.
addTransformerMethod - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTriggerTask(Runnable, Trigger) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTriggerToScheduler(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given trigger to the Scheduler, if it doesn't already exist.
addType(String) - Method in class org.springframework.asm.ClassWriter
Adds the given internal name to ClassWriter.typeTable and returns its index.
addType(Item) - Method in class org.springframework.asm.ClassWriter
Adds the given Item to ClassWriter.typeTable.
addTypeDescriptor(PropertyDescriptor, TypeDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
addTypeIdentifier(String) - Method in class org.springframework.beans.factory.support.ReplaceOverride
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type.
addUnavailableVariable(String) - Method in class org.springframework.cache.interceptor.CacheEvaluationContext
Add the specified variable name as unavailable for that context.
addUninitializedType(String, int) - Method in class org.springframework.asm.ClassWriter
Adds the given "uninitialized" type to ClassWriter.typeTable and returns its index.
addUrlBasedViewResolverProperties(Element, RootBeanDefinition) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
addUrlPattern(String) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addValidators(Validator...) - Method in class org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValueArray(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValues(Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addValues(Collection<?>) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addVersion(String, String) - Method in class org.springframework.web.reactive.resource.AbstractVersionStrategy
 
addVersion(String, String) - Method in class org.springframework.web.reactive.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - Method in class org.springframework.web.reactive.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - Method in interface org.springframework.web.reactive.resource.VersionPathStrategy
Add a version to the given request path.
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
Add a version to the given request path.
addVersionStrategy(VersionStrategy, String...) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addVersionStrategy(VersionStrategy, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addViewController(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to render a response with a pre-configured status code and view.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add view controllers.
addViewControllers(ViewControllerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebFluxConfigurers(List<WebFluxConfigurer>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addWebMvcConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebRequestInterceptor(WebRequestInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
addWebSocketHandlerMapping(M, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler, String>, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
ADMIN_SERVICE_FACTORY_CLASS - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
Advice - Interface in org.aopalliance.aop
Tag interface for Advice.
advice - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
advice - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
advice - Variable in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
advice - Variable in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
advice - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
advice - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
advice - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
advice - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
advice - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ADVICE_BEAN_NAME - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ADVICE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
adviceBean - Variable in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
 
adviceBeanName - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
adviceChain - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
adviceChanged() - Method in class org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceChanged(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Propagate advice change event to all AdvisedSupportListeners.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton on an advice change.
AdviceEntry - Class in org.springframework.aop.config
ParseState entry representing an advice element.
AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
Creates a new instance of the AdviceEntry class.
AdviceExcludingMethodMatcher(Method) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
adviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
AdviceMode - Enum in org.springframework.context.annotation
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
AdviceMode() - Constructor for enum org.springframework.context.annotation.AdviceMode
 
AdviceModeImportSelector<A extends java.lang.annotation.Annotation> - Class in org.springframework.context.annotation
Convenient base class for ImportSelector implementations that select imports based on an AdviceMode value from an annotation (such as the @Enable* annotations).
AdviceModeImportSelector() - Constructor for class org.springframework.context.annotation.AdviceModeImportSelector
 
adviceMonitor - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
advised - Variable in class org.springframework.aop.framework.CglibAopProxy
The configuration used to configure this proxy
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
advised - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Config used to configure this proxy
advisedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
advisedDispatcher - Variable in class org.springframework.aop.framework.CglibAopProxy
Dispatcher used for methods on Advised
AdvisedDispatcher(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class<?>...) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
AdvisedSupport.MethodCacheKey - Class in org.springframework.aop.framework
Simple wrapper class around a Method.
AdvisedSupportListener - Interface in org.springframework.aop.framework
Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
advisor - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
ADVISOR - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
advisor - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
ADVISOR - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton advisor for this class.
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - Class in org.springframework.aop.framework.adapter
BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of Advisor adapters.
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
advisorArray - Variable in class org.springframework.aop.framework.AdvisedSupport
Array updated on changes to the advisors list, which is easier to manipulate internally.
advisorBeanName - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorBeanNamePrefix - Variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
The AdvisorChainFactory to use
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
advisorChainInitialized - Variable in class org.springframework.aop.framework.ProxyFactoryBean
Whether the advisor chain has already been initialized
advisorComparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
AdvisorComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that bridges the gap between the advisor bean definition configured by the <aop:advisor> tag and the component definition infrastructure.
AdvisorComponentDefinition(String, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorComponentDefinition(String, BeanDefinition, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorDefinition - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorEntry - Class in org.springframework.aop.config
ParseState entry representing an advisor.
AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
Creates a new instance of the AdvisorEntry class.
advisorFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorRetrievalHelper - Variable in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
advisors - Variable in class org.springframework.aop.framework.AdvisedSupport
List of Advisors.
advisorsCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
This auto-proxy creator always returns pre-filtered Advisors.
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the Advisors returned by the subclass are pre-filtered to match the bean's target class already, allowing the ClassFilter check to be skipped when building advisors chains for AOP invocations.
AFTER - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_RETURNING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_THROWING - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
AFTER_THROWING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
afterAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
afterAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
AfterAdvice - Interface in org.springframework.aop
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterAll(ContainerExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked third (and last) after the request body is converted to an Object.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
afterCommit() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCommit() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
afterCompletion(int) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(int) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
 
afterCompletion(int) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when async processing completes for any reason including timeout or network error.
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request completed for any reason including timeout and network error.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(WebRequest, Exception) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in interface org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the handler started handling the request concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion, when the a handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnected(StompSession, StompHeaders) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Invoked when the session is ready to use, i.e.
afterConnected(StompSession, StompHeaders) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
afterConnected(TcpConnection<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after a connection is successfully established.
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked on failure to connect.
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterConnectionClosed() - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after the connection is closed.
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after the WebSocket connection has been closed by either side, or after a transport error has occurred.
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after WebSocket negotiation has succeeded and the WebSocket connection is opened and ready for use.
afterDelivery() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation resets the thread context ClassLoader and completes the transaction, if any.
afterDeserialization() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
 
afterDeserialization(MultiServerUserRegistry.SessionLookup) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
 
afterDisconnectSent(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
After a DISCONNECT there should be no more client frames so we can close the connection pro-actively.
afterEach(TestExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
afterExpectationsDeclared() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
Invoked after the phase of declaring expected requests is over.
afterExpectationsDeclared() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
 
afterExpectationsDeclared() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
 
afterHandshake(URI, HttpHeaders) - Method in class org.springframework.web.reactive.socket.client.WebSocketClientSupport
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
Invoked after the handshake is done.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
afterInitialization - Variable in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the end of this row set.
afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor after calling the target MessageHandler regardless of the outcome (i.e.
afterMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Eagerly create the singleton instance, if necessary.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation eagerly fetches the Preferences instances for the required system and user tree nodes.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
 
afterPropertiesSet() - Method in interface org.springframework.beans.factory.InitializingBean
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Check that a BeanFactory has been set.
afterPropertiesSet() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.support.AbstractCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.support.CompositeCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
afterPropertiesSet() - Method in class org.springframework.context.event.EventPublicationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jca.cci.core.CciTemplate
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Prepares the message endpoint, and automatically activates it if the "autoStartup" flag is set to "true".
afterPropertiesSet() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Builds the BootstrapContext and starts the ResourceAdapter with it.
afterPropertiesSet() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database populator to set up the database.
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Checks that the specified 'targetDataSource' actually is a WebSphere WSDataSource.
afterPropertiesSet() - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
afterPropertiesSet() - Method in class org.springframework.jdbc.object.RdbmsOperation
Ensures compilation if used in a bean factory.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Check whether the validation query can be executed on a Connection from the specified DataSource, with the specified interval between checks, until the specified timeout.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.JdbcAccessor
Eagerly initialize the exception translator, if demanded, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jms.connection.JmsTransactionManager
Make sure the ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
afterPropertiesSet() - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
afterPropertiesSet() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
afterPropertiesSet() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.JmsAccessor
 
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Eagerly initialize the JPA dialect, creating a default one for the specified EntityManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
afterPropertiesSet() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
afterPropertiesSet() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.support.TransactionTemplate
 
afterPropertiesSet() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterPropertiesSet() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.view.AbstractUrlBasedView
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a pre-configured FreeMarker Configuation.
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.view.RedirectView
 
afterPropertiesSet() - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Initialize the wrapped Servlet instance.
afterPropertiesSet() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuation.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Eagerly initialize Locales if necessary.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ViewResolverComposite
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
afterPropertiesSet() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
afterPrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback after prototype creation.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a receive regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(Map<String, List<String>>) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient.DefaultNegotiation
 
afterResponse(HandshakeResponse) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient.DefaultConfigurator
 
afterResponse(HandshakeResponse) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
 
afterReturning(Object, Method, Object[], Object) - Method in interface org.springframework.aop.AfterReturningAdvice
Callback after a given method successfully returned.
afterReturning(Object, Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AfterReturningAdvice - Interface in org.springframework.aop
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable AfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor
 
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a send regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has ended.
afterSessionStarted(WebSocketSession, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has started.
afterSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback after singleton creation.
afterSingletonsInstantiated() - Method in interface org.springframework.beans.factory.SmartInitializingSingleton
Invoked right at the end of the singleton pre-instantiation phase, with a guarantee that all regular singleton beans have been created already.
afterSingletonsInstantiated() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterSingletonsInstantiated() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterSingletonsInstantiated() - Method in class org.springframework.context.event.EventListenerMethodProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterSingletonsInstantiated() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
 
afterSingletonsInstantiated() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
Invoked after the STOMP CONNECTED frame is received.
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterStompSessionConnected(Message<?>, StompHeaderAccessor, WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to AFTER_CLASS, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
afterTestExecution(TestExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
afterTestExecution(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test immediately after execution of the test method in the supplied test context — for example, for timing or logging purposes.
afterTestExecution(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test immediately after execution of the test method in the supplied test context — for example, for timing or logging purposes.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext after the current test method.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to AFTER_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to AFTER_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestMethod(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test after execution of after lifecycle callbacks of the underlying test framework — for example, tearing down test fixtures, ending a transaction, etc.
afterTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test after execution of after lifecycle callbacks of the underlying test framework — for example, by tearing down test fixtures.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If a transaction is currently active for the supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
If the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE, this method will (1) clean up thread-local state after each test method by resetting Spring Web's RequestContextHolder and (2) ensure that new mocks are injected into the test instance for subsequent tests by setting the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
AfterTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation which indicates that the annotated void method should be executed after a transaction is ended for a test method configured to run within a transaction via Spring's @Transactional annotation.
afterTransportClosed(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Age header field name.
AGENT_CLASS_PRESENT - Static variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
AGENT_ID_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
agentId - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
agentId - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
agentId - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
agentmain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Save the Instrumentation interface exposed by the JVM.
aggregatedExceptionListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory
An internal aggregator allowing for per-connection ExceptionListeners
AggregatedExceptionListener() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.AggregatedExceptionListener
 
aggregatedResults - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
aggregateFrames(Channel, String) - Method in class org.springframework.web.reactive.socket.adapter.RxNettyWebSocketSession
Insert an WebSocketFrameAggregator after the WebSocketFrameDecoder for receiving full messages.
aggregates - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
aggregates() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
aggregates() - Method in interface org.springframework.core.annotation.AnnotatedElementUtils.Processor
aggregates() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
 
AggregatingCallback(int, Runnable) - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
 
AJ_ID - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AJC_MAGIC - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
ajType - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
AspectJ reflection information (AspectJ 5 / Java 5 specific).
alias - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
ALIAS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ALIAS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
AliasDefinition - Class in org.springframework.beans.factory.parsing
Representation of an alias that has been registered during the parsing process.
AliasDefinition(String, String) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDefinition(String, String, Object) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDescriptor(Method, AliasFor) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasDescriptorCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
aliasedAnnotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasedAttribute - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasedAttributeName - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliases - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
aliases - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
aliasesByType - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
AliasFor - Annotation Type in org.springframework.core.annotation
@AliasFor is an annotation that is used to declare aliases for annotation attributes.
aliasMap - Variable in class org.springframework.core.SimpleAliasRegistry
Map from alias to canonical name
aliasRegistered(AliasDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
aliasRegistered(AliasDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given alias has been registered.
AliasRegistry - Interface in org.springframework.core
Common interface for managing aliases.
ALL - Static variable in class org.springframework.expression.spel.ast.Selection
 
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
all() - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that always matches.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
ALL_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.ALL.
allBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of singleton and non-singleton bean names, keyed by dependency type
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
allFileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
allNestedAttributes - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
allocateBuffer() - Method in interface org.springframework.core.io.buffer.DataBufferFactory
Allocate a data buffer of a default initial capacity.
allocateBuffer(int) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
Allocate a data buffer of the given initial capacity.
allocateBuffer() - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
 
allocateBuffer(int) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
 
allocateBuffer() - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
 
allocateBuffer(int) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allow(HttpMethod...) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
allow(HttpMethod...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
allow(Set<HttpMethod>) - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
allow(HttpMethod...) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
allow(Set<HttpMethod>) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
allow(HttpMethod...) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(Set<HttpMethod>) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(Set<HttpMethod>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
ALLOW_CORS_CONFIG - Static variable in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 
ALLOW_CORS_CONFIG - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
allowAliasOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Only allows alias overriding if bean definition overriding is allowed.
allowAliasOverriding() - Method in class org.springframework.core.SimpleAliasRegistry
Return whether alias overriding is allowed.
allowBeanDefinitionOverriding - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow re-registration of a different definition with the same name
allowBeanDefinitionOverriding - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCaching - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
allowCircularReferences - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to automatically try to resolve circular references between beans
allowCircularReferences - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
allowCredentials - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowCredentials(boolean) - Method in class org.springframework.web.reactive.config.CorsRegistration
Whether user credentials are supported.
allowCredentials(boolean) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
Whether user credentials are supported.
allowCustomIsolationLevels - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
allowEagerClassLoading - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow eager class loading even for lazy-init beans
allowEagerInit - Variable in class org.springframework.jmx.export.MBeanExporter
Whether to eagerly initialize candidate beans when autodetecting MBeans
ALLOWED_PLACEHOLDERS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The Set of allowed placeholders.
allowedAttributes - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedFields - Variable in class org.springframework.validation.DataBinder
 
allowedHeaders - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedHeaders(String...) - Method in class org.springframework.web.reactive.config.CorsRegistration
Set the list of headers that a pre-flight request can list as allowed for use during an actual request.
allowedHeaders(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
Set the list of headers that a pre-flight request can list as allowed for use during an actual request.
allowedLocations - Variable in class org.springframework.web.reactive.resource.PathResourceResolver
 
allowedLocations - Variable in class org.springframework.web.servlet.resource.PathResourceResolver
 
allowedMethods - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedMethods(String...) - Method in class org.springframework.web.reactive.config.CorsRegistration
Set the HTTP methods to allow, e.g.
allowedMethods(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
Set the HTTP methods to allow, e.g.
allowedOperations - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedOrigins - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedOrigins(String...) - Method in class org.springframework.web.reactive.config.CorsRegistration
Set the origins to allow, e.g.
allowedOrigins(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
Set the origins to allow, e.g.
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
allowedOrigins - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
allowedResources - Variable in class org.springframework.web.servlet.ResourceServlet
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CharacterEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
allowHeader - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
allowNullValues - Variable in class org.springframework.cache.caffeine.CaffeineCacheManager
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
allowNullValues - Variable in class org.springframework.cache.support.AbstractValueAdaptingCache
 
allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowRawInjectionDespiteWrapping - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to resort to injecting a raw bean instance in case of circular reference, even if the injected bean eventually got wrapped.
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowResultAccessAfterCompletion - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
allParameterDetails - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
allParameters - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
allSupportedMediaTypes - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ALOAD - Static variable in interface org.springframework.asm.Opcodes
 
ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
alreadyBound(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
alreadyBufferedSize - Variable in class org.springframework.util.FastByteArrayOutputStream
 
alreadyCreated - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Names of beans that have already been created at least once
alreadyPopulatedRequestContextHolder(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 
alt - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALTERNATIVE_OPERATOR_NAMES - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
AlternativeJdkIdGenerator - Class in org.springframework.util
An IdGenerator that uses SecureRandom for the initial seed and Random thereafter, instead of calling UUID.randomUUID() every time as JdkIdGenerator does.
AlternativeJdkIdGenerator() - Constructor for class org.springframework.util.AlternativeJdkIdGenerator
 
alwaysCreate - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.
alwaysCreateNewMap() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Return whether to always create a new Map, even if the type of the passed-in Map already matches.
alwaysCreateRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global expectation that should always be applied to every response.
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
alwaysMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
alwaysMustRevalidate - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
alwaysProcesses() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
alwaysProcesses() - Method in interface org.springframework.core.annotation.AnnotatedElementUtils.Processor
Determine if this processor always processes annotations regardless of whether or not the target annotation has been found.
alwaysProcesses - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
 
alwaysProcesses() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
 
alwaysTranslate - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
alwaysTrueAnnotationProcessor - Static variable in class org.springframework.core.annotation.AnnotatedElementUtils
 
AlwaysTrueBooleanAnnotationProcessor() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils.AlwaysTrueBooleanAnnotationProcessor
 
alwaysUseFullPath - Variable in class org.springframework.web.util.UrlPathHelper
 
alwaysUseJndiLookup - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
alwaysUseMessageFormat - Variable in class org.springframework.context.support.MessageSourceSupport
 
alwaysUseMockMvc - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
 
alwaysUseMockMvc() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Specify that MockMvc should always be used regardless of what the request looks like.
AmbiguousBindingException(String) - Constructor for exception org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
Construct a new AmbiguousBindingException with the specified message.
ambiguousWriteMethods - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
and(RequestPredicate) - Method in interface org.springframework.web.reactive.function.server.RequestPredicate
Return a composed request predicate that tests against both this predicate AND the other predicate.
and(RouterFunction<T>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
Return a composed routing function that first invokes this function, and then invokes the other function (of the same response type T) if this route had no result.
andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
Perform a general action.
andExpect(RequestMatcher) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 
andExpect(RequestMatcher) - Method in interface org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.ResultActions
Perform an expectation.
andNest(RequestPredicate, RouterFunction<T>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
Return a composed routing function that routes to the given router function if this route does not match and the given request predicate applies.
andOther(RouterFunction<?>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
Return a composed routing function that first invokes this function, and then invokes the other function (of a different response type) if this route had no result.
andRespond(ResponseCreator) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 
andRespond(ResponseCreator) - Method in interface org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - Method in interface org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
andRoute(RequestPredicate, HandlerFunction<T>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
Return a composed routing function that routes to the given handler function if this route does not match and the given request predicate applies.
andThen(ExchangeFilterFunction) - Method in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
Return a composed filter function that first applies this filter, and then applies the after filter.
andThen(HandlerFilterFunction<T, T>) - Method in interface org.springframework.web.reactive.function.server.HandlerFilterFunction
Return a composed filter function that first applies this filter, and then applies the after filter.
ANEWARRAY - Static variable in interface org.springframework.asm.Opcodes
 
annd - Variable in class org.springframework.asm.MethodWriter
The annotation default attribute of this method.
AnnotatedBeanDefinition - Interface in org.springframework.beans.factory.annotation
Extended BeanDefinition interface that exposes AnnotationMetadata about its bean class - without requiring the class to be loaded yet.
AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
Convenient adapter for programmatic registration of annotated bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry and using the given Environment.
annotatedClasses - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
annotatedClasses - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
annotatedElement - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
annotatedElement - Variable in class org.springframework.core.convert.TypeDescriptor
 
AnnotatedElementAdapter(Annotation[]) - Constructor for class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
 
AnnotatedElementKey - Class in org.springframework.context.expression
Represent an AnnotatedElement on a particular Class and is suitable as a key.
AnnotatedElementKey(AnnotatedElement, Class<?>) - Constructor for class org.springframework.context.expression.AnnotatedElementKey
Create a new instance with the specified AnnotatedElement and optional target Class.
AnnotatedElementUtils - Class in org.springframework.core.annotation
General utility methods for finding annotations, meta-annotations, and repeatable annotations on AnnotatedElements.
AnnotatedElementUtils() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils
 
AnnotatedElementUtils.AlwaysTrueBooleanAnnotationProcessor - Class in org.springframework.core.annotation
AnnotatedElementUtils.SimpleAnnotationProcessor that always returns Boolean.TRUE when asked to process an annotation.
AnnotatedElementUtils.MergedAnnotationAttributesProcessor - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor<T> - Interface in org.springframework.core.annotation
Callback interface that is used to process annotations during a search.
AnnotatedElementUtils.SimpleAnnotationProcessor<T> - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor that processes annotations but does not post-process or aggregate results.
annotatedEndpointClasses - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
AnnotatedEndpointConnectionManager - Class in org.springframework.web.socket.client.standard
A WebSocket connection manager that is given a URI, a javax.websocket.ClientEndpoint-annotated endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
AnnotatedEndpointConnectionManager(Object, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedEndpointConnectionManager(Class<?>, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedGenericBeanDefinition - Class in org.springframework.beans.factory.annotation
Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
AnnotatedGenericBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, allowing for ASM-based processing and avoidance of early loading of the bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata, MethodMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, based on an annotated class and a factory method on that class.
annotatedInterfaceCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
annotatedPackages - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
AnnotatedTypeMetadata - Interface in org.springframework.core.type
Defines access to the annotations of a specific type (class or method), in a form that does not necessarily require the class-loading.
annotation - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotation - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
annotation - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
annotation - Variable in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
ANNOTATION_CONFIG_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributeExtractor<S> - Interface in org.springframework.core.annotation
An AnnotationAttributeExtractor is responsible for extracting annotation attribute values from an underlying source such as an Annotation or a Map.
AnnotationAttributes - Class in org.springframework.core.annotation
LinkedHashMap subclass representing annotation attribute key-value pairs as read by AnnotationUtils, AnnotatedElementUtils, and Spring's reflection- and ASM-based AnnotationMetadata implementations.
AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Map<String, Object>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAttributes(AnnotationAttributes) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAttributes(Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(String, ClassLoader) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
annotationAttributes - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationAttributesReadingVisitor - Class in org.springframework.core.type.classreading
ASM visitor which looks for the annotations defined on a class or method, including tracking meta-annotations.
AnnotationAttributesReadingVisitor(String, MultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
AnnotationAwareAspectJAutoProxyCreator - Class in org.springframework.aop.aspectj.annotation
AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AnnotationAwareAspectJAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter - Class in org.springframework.aop.aspectj.annotation
Subclass of BeanFactoryAspectJAdvisorsBuilderAdapter that delegates to surrounding AnnotationAwareAspectJAutoProxyCreator facilities.
AnnotationAwareOrderComparator - Class in org.springframework.core.annotation
AnnotationAwareOrderComparator is an extension of OrderComparator that supports Spring's Ordered interface as well as the @Order and @Priority annotations, with an order value provided by an Ordered instance overriding a statically defined annotation value (if any).
AnnotationAwareOrderComparator() - Constructor for class org.springframework.core.annotation.AnnotationAwareOrderComparator
 
AnnotationBeanNameGenerator - Class in org.springframework.context.annotation
BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation.
AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationBeanUtils - Class in org.springframework.beans.annotation
General utility methods for working with annotations in JavaBeans style.
AnnotationBeanUtils() - Constructor for class org.springframework.beans.annotation.AnnotationBeanUtils
 
AnnotationBeanWiringInfoResolver - Class in org.springframework.beans.factory.annotation
BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
AnnotationBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
annotationCache - Static variable in class org.springframework.core.convert.Property
 
AnnotationCacheKey(AnnotatedElement, Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource.CacheOperationProvider - Interface in org.springframework.cache.annotation
Callback interface providing CacheOperation instance(s) based on a given CacheAnnotationParser.
AnnotationClassFilter - Class in org.springframework.aop.support.annotation
Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
AnnotationClassFilter(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationClassFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationCollector(Class<A>, Class<? extends Annotation>, boolean) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
AnnotationConfigApplicationContext - Class in org.springframework.context.annotation
Standalone application context, accepting annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigApplicationContext() - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigApplicationContext(Class<?>...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:annotation-config/> element.
AnnotationConfigBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
AnnotationConfigContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes.
AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
 
AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
Utility methods for SmartContextLoaders that deal with annotated classes (e.g., @Configuration classes).
AnnotationConfigContextLoaderUtils() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
annotationConfigLoader - Variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
annotationConfigLoader - Variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
AnnotationConfigRegistry - Interface in org.springframework.context.annotation
Common interface for annotation config application contexts, defining AnnotationConfigRegistry.register(java.lang.Class<?>...) and AnnotationConfigRegistry.scan(java.lang.String...) methods.
AnnotationConfigurationException - Exception in org.springframework.core.annotation
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
AnnotationConfigurationException(String) - Constructor for exception org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message.
AnnotationConfigurationException(String, Throwable) - Constructor for exception org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message and cause.
AnnotationConfigUtils - Class in org.springframework.context.annotation
Utility class that allows for convenient registration of common BeanPostProcessor and BeanFactoryPostProcessor definitions for annotation-based configuration.
AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
 
AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
AnnotationConverterKey(Annotation, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
AnnotationDescriptor(Class<?>, T) - Constructor for class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - Constructor for class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'annotation-driven' element of the 'task' namespace.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.transaction.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven transaction demarcation.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.web.servlet.config
A BeanDefinitionParser that provides the configuration for the <annotation-driven/> MVC namespace element.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer - Class in org.springframework.transaction.config
Inner class to just introduce an AOP framework dependency when actually in proxy mode.
AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean - Class in org.springframework.web.servlet.config
A FactoryBean for a CompositeUriComponentsContributor that obtains the HandlerMethodArgumentResolver's configured in RequestMappingHandlerAdapter after it is fully initialized.
AnnotationDrivenCacheBeanDefinitionParser - Class in org.springframework.cache.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven cache demarcation.
AnnotationDrivenCacheBeanDefinitionParser() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
AnnotationDrivenCacheBeanDefinitionParser.JCacheCachingConfigurer - Class in org.springframework.cache.config
Configure the necessary infrastructure to support the standard JSR-107 caching annotations.
AnnotationDrivenCacheBeanDefinitionParser.SpringCachingConfigurer - Class in org.springframework.cache.config
Configure the necessary infrastructure to support the Spring's caching annotations.
AnnotationDrivenJmsBeanDefinitionParser - Class in org.springframework.jms.config
Parser for the 'annotation-driven' element of the 'jms' namespace.
AnnotationDrivenJmsBeanDefinitionParser() - Constructor for class org.springframework.jms.config.AnnotationDrivenJmsBeanDefinitionParser
 
annotationDrivenTransactionManager() - Method in interface org.springframework.transaction.annotation.TransactionManagementConfigurer
Return the default transaction manager bean to use for annotation-driven database transaction management, i.e.
annotationEquals(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.equals(Object) for a definition of the required algorithm.
annotationEquals(Annotation, Annotation) - Method in class org.springframework.core.convert.TypeDescriptor
 
AnnotationExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.annotation.support
A sub-class of AbstractExceptionHandlerMethodResolver that looks for MessageExceptionHandler-annotated methods in a given class.
AnnotationExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A constructor that finds MessageExceptionHandler methods in the given type.
AnnotationFormatterFactory<A extends java.lang.annotation.Annotation> - Interface in org.springframework.format
A factory that creates formatters to format values of fields annotated with a particular Annotation.
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
annotationHashCode() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.hashCode() for a definition of the required algorithm.
annotationIntrospector - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
annotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set an AnnotationIntrospector for both serialization and deserialization.
AnnotationJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
Implementation of the JCacheOperationSource interface that reads the JSR-107 CacheResult, CachePut, CacheRemove and CacheRemoveAll annotations.
AnnotationJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface that reads annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationMatchingPointcut - Class in org.springframework.aop.support.annotation
Simple Pointcut that looks for a specific Java 5 annotation being present on a class or method.
AnnotationMatchingPointcut(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMBeanExporter - Class in org.springframework.jmx.export.annotation
Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
annotationMetadata - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
AnnotationMetadata - Interface in org.springframework.core.type
Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
annotationMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
AnnotationMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the AnnotationMetadata interface.
AnnotationMetadataReadingVisitor(ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
AnnotationMethodMatcher - Class in org.springframework.aop.support.annotation
Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).
AnnotationMethodMatcher(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMethodMatcher
Create a new AnnotationClassFilter for the given annotation type.
annotationNotRequired - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
AnnotationParserConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationParsers - Variable in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
annotationParsers - Variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
AnnotationPrinterConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
AnnotationReadingVisitorUtils - Class in org.springframework.core.type.classreading
Internal utility class used when reading annotations via ASM.
AnnotationReadingVisitorUtils() - Constructor for class org.springframework.core.type.classreading.AnnotationReadingVisitorUtils
 
annotationRequired - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
ANNOTATIONS - Static variable in class org.springframework.asm.ClassReader
True to enable annotations support.
annotations - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
 
annotations - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
annotations - Variable in class org.springframework.core.convert.Property
 
annotations - Variable in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
 
annotations - Variable in class org.springframework.core.type.StandardAnnotationMetadata
 
annotations - Variable in class org.springframework.web.method.ControllerAdviceBean
 
AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
A ScopeMetadataResolver implementation that by default checks for the presence of Spring's @Scope annotation on the bean class.
AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Construct a new AnnotationScopeMetadataResolver.
AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Construct a new AnnotationScopeMetadataResolver using the supplied default ScopedProxyMode.
annotationSet - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
annotationsMatch(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
 
annotationSource - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
annotationToString() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.toString() for guidelines on the recommended format.
AnnotationTransactionAttributeSource - Class in org.springframework.transaction.annotation
Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a default AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(boolean) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(TransactionAnnotationParser) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(TransactionAnnotationParser...) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser>) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
annotationType - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
annotationType - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
annotationType - Variable in class org.springframework.core.annotation.AnnotationAttributes
 
annotationType() - Method in class org.springframework.core.annotation.AnnotationAttributes
Get the type of annotation represented by this AnnotationAttributes instance.
annotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
annotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
annotationType() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
annotationType - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
annotationType - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
AnnotationTypeFilter - Class in org.springframework.core.type.filter
A simple filter which matches classes with a given annotation, checking inherited annotations as well.
AnnotationTypeFilter(Class<? extends Annotation>) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
annotationTypes - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AnnotationUtils - Class in org.springframework.core.annotation
General utility methods for working with annotations, handling meta-annotations, bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional annotation inheritance).
AnnotationUtils() - Constructor for class org.springframework.core.annotation.AnnotationUtils
 
AnnotationUtils.AliasDescriptor - Class in org.springframework.core.annotation
AliasDescriptor encapsulates the declaration of @AliasFor on a given annotation attribute and includes support for validating the configuration of aliases (both explicit and implicit).
AnnotationUtils.AnnotationCacheKey - Class in org.springframework.core.annotation
Cache key for the AnnotatedElement cache.
AnnotationUtils.AnnotationCollector<A extends java.lang.annotation.Annotation> - Class in org.springframework.core.annotation
 
AnnotationUtils.DefaultValueHolder - Class in org.springframework.core.annotation
 
AnnotationVisitor - Class in org.springframework.asm
A visitor to visit a Java annotation.
AnnotationVisitor(int) - Constructor for class org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationWriter - Class in org.springframework.asm
An AnnotationVisitor that generates annotations in bytecode form.
AnnotationWriter(ClassWriter, boolean, ByteVector, ByteVector, int) - Constructor for class org.springframework.asm.AnnotationWriter
Constructs a new AnnotationWriter.
anns - Variable in class org.springframework.asm.ClassWriter
The runtime visible annotations of this class.
anns - Variable in class org.springframework.asm.FieldWriter
The runtime visible annotations of this field.
anns - Variable in class org.springframework.asm.MethodWriter
The runtime visible annotations of this method.
anonymousSubjectMethod - Variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
 
AntPathMatcher - Class in org.springframework.util
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - Constructor for class org.springframework.util.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - Class in org.springframework.util
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - Class in org.springframework.util
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathMatcher.AntPatternComparator.PatternInfo - Class in org.springframework.util
Value class that holds information about the pattern, e.g.
AntPathMatcher.PathSeparatorPatternCache - Class in org.springframework.util
A simple cache for patterns that depend on the configured path separator.
AntPathStringMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - Constructor for class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPatternComparator
 
ANY_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
anything() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Match to any request.
AnyThrow - Class in org.springframework.cache.aspectj
Utility to trick the compiler to throw a valid checked exceptions within the interceptor.
AnyThrow() - Constructor for class org.springframework.cache.aspectj.AnyThrow
 
AOP_PROXY - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
AopAutoProxyConfigurer() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
aopAvailable - Static variable in class org.springframework.transaction.support.TransactionSynchronizationUtils
 
AopConfigException - Exception in org.springframework.aop.framework
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigUtils - Class in org.springframework.aop.config
Utility class for handling registration of AOP auto-proxy creators.
AopConfigUtils() - Constructor for class org.springframework.aop.config.AopConfigUtils
 
AopContext - Class in org.springframework.aop.framework
Class containing static methods used to obtain information about the current AOP invocation.
AopContext() - Constructor for class org.springframework.aop.framework.AopContext
 
AopInfrastructureBean - Interface in org.springframework.aop.framework
Marker interface that indicates a bean that is part of Spring's AOP infrastructure.
AopInvocationException - Exception in org.springframework.aop
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
AopInvocationException(String) - Constructor for exception org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopInvocationException(String, Throwable) - Constructor for exception org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopNamespaceHandler - Class in org.springframework.aop.config
NamespaceHandler for the aop namespace.
AopNamespaceHandler() - Constructor for class org.springframework.aop.config.AopNamespaceHandler
 
AopNamespaceUtils - Class in org.springframework.aop.config
Utility class for handling registration of auto-proxy creators used internally by the 'aop' namespace tags.
AopNamespaceUtils() - Constructor for class org.springframework.aop.config.AopNamespaceUtils
 
AopProxy - Interface in org.springframework.aop.framework
Delegate interface for a configured AOP proxy, allowing for the creation of actual proxy objects.
AopProxyFactory - Interface in org.springframework.aop.framework
Interface to be implemented by factories that are able to create AOP proxies based on AdvisedSupport configuration objects.
aopProxyFactory - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
 
AopProxyUtils - Class in org.springframework.aop.framework
Utility methods for AOP proxy factories.
AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
 
AopTestUtils - Class in org.springframework.test.util
AopTestUtils is a collection of AOP-related utility methods for use in unit and integration testing scenarios.
AopTestUtils() - Constructor for class org.springframework.test.util.AopTestUtils
 
AopUtils - Class in org.springframework.aop.support
Utility methods for AOP support code.
AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
 
APC_PRIORITY_LIST - Static variable in class org.springframework.aop.config.AopConfigUtils
Stores the auto proxy creator classes in escalation order.
api - Variable in class org.springframework.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.MethodVisitor
The ASM API version implemented by this visitor.
AppCacheManifestTransformer - Class in org.springframework.web.reactive.resource
A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
AppCacheManifestTransformer() - Constructor for class org.springframework.web.reactive.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".appcache".
AppCacheManifestTransformer(String) - Constructor for class org.springframework.web.reactive.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
AppCacheManifestTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
AppCacheManifestTransformer() - Constructor for class org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".appcache".
AppCacheManifestTransformer(String) - Constructor for class org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
AppCacheManifestTransformer.LineAggregator - Class in org.springframework.web.reactive.resource
 
AppCacheManifestTransformer.LineAggregator - Class in org.springframework.web.servlet.resource
 
AppCacheManifestTransformer.LineGenerator - Class in org.springframework.web.reactive.resource
 
AppCacheManifestTransformer.LineInfo - Class in org.springframework.web.reactive.resource
 
AppCacheManifestTransformer.LineInfo - Class in org.springframework.web.servlet.resource
 
AppCacheManifestTransformer.LineOutput - Class in org.springframework.web.reactive.resource
 
AppCacheManifestTransformer.LineOutput - Class in org.springframework.web.servlet.resource
 
append(String, byte) - Method in class org.springframework.core.style.ToStringCreator
Append a byte field value.
append(String, short) - Method in class org.springframework.core.style.ToStringCreator
Append a short field value.
append(String, int) - Method in class org.springframework.core.style.ToStringCreator
Append a integer field value.
append(String, long) - Method in class org.springframework.core.style.ToStringCreator
Append a long field value.
append(String, float) - Method in class org.springframework.core.style.ToStringCreator
Append a float field value.
append(String, double) - Method in class org.springframework.core.style.ToStringCreator
Append a double field value.
append(String, boolean) - Method in class org.springframework.core.style.ToStringCreator
Append a boolean field value.
append(String, Object) - Method in class org.springframework.core.style.ToStringCreator
Append a field value.
append(Object) - Method in class org.springframework.core.style.ToStringCreator
Append the provided value.
append(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
append(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
append(String) - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
append(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
APPEND_FRAME - Static variable in class org.springframework.asm.MethodWriter
Frame where current locals are the same as the locals in the previous frame, except that k additional locals are defined.
appendArguments(Object[], Object[]) - Method in class org.springframework.web.servlet.tags.MessageTag
 
appendArgumentTypes(MethodInvocation, Matcher, StringBuffer) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds a comma-separated list of the short Class names of the method argument types to the output.
appendArray(StringBuilder, String[]) - Method in class org.springframework.context.support.LiveBeansView
 
appendCurrentQueryParams(StringBuilder, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
Append the query string of the current request to the target redirect URL.
appendCurrentRequestQuery(String, ServerHttpRequest) - Method in class org.springframework.web.reactive.result.view.RedirectView
Append the query of the current request to the target redirect URL.
appendDigestAsHex(String, byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
appendDigestAsHex(String, InputStream, StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
appendDirective(StringBuilder, String) - Method in class org.springframework.http.CacheControl
 
appendHintMessage(StringBuilder) - Method in class org.springframework.beans.PropertyMatches
 
appendIdentityToObjectName(ObjectName, Object) - Static method in class org.springframework.jmx.support.JmxUtils
Append an additional key/value pair to an existing ObjectName with the key being the static value identity and the value being the identity hash code of the managed resource being exposed on the supplied ObjectName.
appendMd5DigestAsHex(byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given bytes to the given StringBuilder.
appendMd5DigestAsHex(InputStream, StringBuilder) - Static method in class org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given inputStream to the given StringBuilder.
appendNonMatchingSetsErrorMessage(Set<String>, Set<String>, StringBuilder) - Static method in class org.springframework.test.web.ModelAndViewAssert
 
appendPayload(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
appendQueryProperties(StringBuilder, Map<String, Object>, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendReturnValue(MethodInvocation, Matcher, StringBuffer, Object) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds the String representation of the method return value to the supplied StringBuffer.
appendSeparatorToScriptIfNecessary(StringBuilder, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
 
appendSession() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
appendSlashes(Collection<String>) - Static method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
appendTo(StringBuilder) - Method in class org.springframework.util.MimeType
 
appendTo(Map<String, String>, StringBuilder) - Method in class org.springframework.util.MimeType
 
appendType(StringBuilder, Class<?>, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
appendTypes(StringBuilder, Class<?>[], boolean, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
appendValue(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current opening tag (if necessary) and appends the supplied value as inner text.
APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Prefix for ApplicationContext ids that refer to context path and/or servlet name.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/json.
APPLICATION_JSON_UTF8 - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json;charset=UTF-8.
APPLICATION_JSON_UTF8_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON_UTF8.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
APPLICATION_PDF - Static variable in class org.springframework.http.MediaType
Public constant media type for application/pdf.
APPLICATION_PDF_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PDF.
APPLICATION_PROBLEM_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/problem+json.
APPLICATION_PROBLEM_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_JSON.
APPLICATION_PROBLEM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/problem+xml.
APPLICATION_PROBLEM_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_XML.
APPLICATION_RSS_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/rss+xml.
APPLICATION_RSS_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_RSS_XML.
APPLICATION_STREAM_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/stream+json.
APPLICATION_STREAM_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_STREAM_JSON.
APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/xml.
APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
APPLICATION_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_XML.
ApplicationContext - Interface in org.springframework.context
Central interface to provide configuration for an application.
applicationContext - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
applicationContext - Variable in class org.springframework.context.event.EventListenerMethodProcessor
 
applicationContext - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor
 
applicationContext - Variable in class org.springframework.context.support.ApplicationListenerDetector
 
applicationContext - Variable in class org.springframework.context.support.ApplicationObjectSupport
ApplicationContext this object runs in
applicationContext - Variable in class org.springframework.context.support.LiveBeansView
 
applicationContext - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
applicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the Spring ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
applicationContext - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
applicationContext - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistry
 
applicationContext - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
applicationContext - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
applicationContext - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
applicationContext - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContext - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
applicationContext - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
applicationContext - Variable in class org.springframework.web.reactive.config.ResourceHandlerRegistry
 
applicationContext - Variable in class org.springframework.web.reactive.config.ViewResolverRegistry
 
applicationContext - Variable in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 
applicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
 
applicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder
 
applicationContext - Variable in class org.springframework.web.reactive.result.view.AbstractView
 
applicationContext - Variable in class org.springframework.web.reactive.result.view.script.RenderingContext
 
applicationContext - Variable in class org.springframework.web.reactive.result.view.ViewResolverSupport
 
applicationContext - Variable in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer.ServletContextDestroyedListener
 
applicationContext(ApplicationContext) - Static method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Factory method to create a new builder instance by detecting beans in an ApplicationContext.
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
applicationContext - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
applicationContext - Variable in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
applicationContext - Variable in class org.springframework.web.servlet.view.script.RenderingContext
 
applicationContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
ApplicationContextAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextAwareProcessor - Class in org.springframework.context.support
BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the EnvironmentAware, EmbeddedValueResolverAware, ResourceLoaderAware, ApplicationEventPublisherAware, MessageSourceAware and/or ApplicationContextAware interfaces.
ApplicationContextAwareProcessor(ConfigurableApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
Create a new ApplicationContextAwareProcessor for the given context.
ApplicationContextEvent - Class in org.springframework.context.event
Base class for events raised for an ApplicationContext.
ApplicationContextEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ApplicationContextEvent
Create a new ContextStartedEvent.
ApplicationContextException - Exception in org.springframework.context
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and the given root cause.
ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
Callback interface for initializing a Spring ConfigurableApplicationContext prior to being refreshed.
ApplicationContextInitializerUtils - Class in org.springframework.test.context.support
Utility methods for working with ApplicationContextInitializers.
ApplicationContextInitializerUtils() - Constructor for class org.springframework.test.context.support.ApplicationContextInitializerUtils
 
applicationContextJobDataKey - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContexts - Static variable in class org.springframework.context.support.LiveBeansView
 
applicationContextSchedulerContextKey - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
applicationDestinationPrefixes - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
ApplicationEvent - Class in org.springframework.context
Class to be extended by all application events.
ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
applicationEventClassConstructor - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
ApplicationEventMulticaster - Interface in org.springframework.context.event
Interface to be implemented by objects that can manage a number of ApplicationListener objects, and publish events to them.
applicationEventMulticaster - Variable in class org.springframework.context.support.AbstractApplicationContext
Helper class used in event publishing
ApplicationEventPublisher - Interface in org.springframework.context
Interface that encapsulates event publication functionality.
applicationEventPublisher - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
ApplicationEventPublisherAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
applicationException - Variable in exception org.springframework.transaction.TransactionSystemException
 
ApplicationListener<E extends ApplicationEvent> - Interface in org.springframework.context
Interface to be implemented by application event listeners.
applicationListenerBeans - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
ApplicationListenerDetector - Class in org.springframework.context.support
BeanPostProcessor that detects beans which implement the ApplicationListener interface.
ApplicationListenerDetector(AbstractApplicationContext) - Constructor for class org.springframework.context.support.ApplicationListenerDetector
 
ApplicationListenerMethodAdapter - Class in org.springframework.context.event
GenericApplicationListener adapter that delegates the processing of an event to an EventListener annotated method.
ApplicationListenerMethodAdapter(String, Class<?>, Method) - Constructor for class org.springframework.context.event.ApplicationListenerMethodAdapter
 
ApplicationListenerMethodTransactionalAdapter - Class in org.springframework.transaction.event
GenericApplicationListener adapter that delegates the processing of an event to a TransactionalEventListener annotated method.
ApplicationListenerMethodTransactionalAdapter(String, Class<?>, Method) - Constructor for class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter - Class in org.springframework.transaction.event
 
applicationListeners - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
applicationListeners - Variable in class org.springframework.context.support.AbstractApplicationContext
Statically specified listeners
applicationName - Static variable in class org.springframework.context.support.LiveBeansView
 
ApplicationObjectSupport - Class in org.springframework.context.support
Convenient superclass for application objects that want to be aware of the application context, e.g.
ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
 
ApplicationScope - Annotation Type in org.springframework.web.context.annotation
@ApplicationScope is a specialization of @Scope for a component whose lifecycle is bound to the current web application.
appliedPropertySources - Variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
apply() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
apply(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache.LoadFunction
 
apply(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache.PutIfAbsentFunction
 
apply(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
apply(ReadableByteChannel, <any>) - Method in class org.springframework.core.io.buffer.DataBufferUtils.ReadableByteChannelGenerator
 
apply(DataBuffer) - Method in class org.springframework.http.codec.xml.XmlEventDecoder.AaltoDataBufferToXmlEvent
 
apply(HttpServerRequest, HttpServerResponse) - Method in class org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
 
apply(NettyInbound, NettyOutbound) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient.ReactorNettyHandler
 
apply(Statement, Description) - Method in class org.springframework.test.context.junit4.rules.SpringClassRule
Apply class-level features of the Spring TestContext Framework to the supplied base statement.
apply(Statement, FrameworkMethod, Object) - Method in class org.springframework.test.context.junit4.rules.SpringMethodRule
Apply instance-level and method-level features of the Spring TestContext Framework to the supplied base statement.
apply(MockMvcConfigurer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
apply(MockMvcConfigurer) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a MockMvcConfigurer that automates MockMvc setup and configures it for some specific purpose (e.g.
apply(ExchangeFunction) - Method in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
Apply this filter to the given exchange function, resulting in a filtered exchange function.
apply(HandlerFunction<T>) - Method in interface org.springframework.web.reactive.function.server.HandlerFilterFunction
Apply this filter to the given handler function, resulting in a filtered handler function.
apply(ServerRequest) - Method in class org.springframework.web.reactive.function.server.PathResourceLookupFunction
 
applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
This implementation maps SESSION_TRANSACTED onto an ActivationSpec property named "useRAManagedTransaction", if available (following ActiveMQ's naming conventions).
applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Apply the specified acknowledge mode to the ActivationSpec object.
applyAfterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply afterConcurrentHandlerStarted callback on mapped AsyncHandlerInterceptors.
applyAfterHandshake(ServerHttpRequest, ServerHttpResponse, Exception) - Method in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyBackOffTime(BackOffExecution) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Apply the next back-off time using the specified BackOffExecution.
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessAfterInitialization methods.
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessBeforeInitialization methods.
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply InstantiationAwareBeanPostProcessors to the specified bean definition (by class and name), invoking their postProcessBeforeInstantiation methods.
applyBeanPropertyValues(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply the property values of the bean definition with the given name to the given bean instance.
applyBeanPropertyValues(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPropertyValues(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeforeConcurrentHandling(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyBeforeConcurrentHandling(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyBeforeHandle(Message<?>) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
 
applyBeforeHandshake(ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyCacheControl(HttpServletResponse, CacheControl) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP Cache-Control header according to the given settings.
applyCacheSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate corresponding HTTP headers, i.e.
applyCacheSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
applyCallableInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
applyCommonInterceptorsFirst - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
applyContentType(HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Apply this view's content type as specified in the "contentType" bean property to the given response.
applyContributors(UriComponentsBuilder, Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
applyConversion(Object, AbstractNamedValueArgumentResolver.NamedValueInfo, MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 
applyCookies() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
Implement this method to add cookies from AbstractClientHttpRequest.getHeaders() to the underlying response.
applyCookies() - Method in class org.springframework.http.client.reactive.ReactorClientHttpRequest
 
applyCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
Implement this method to add cookies from AbstractServerHttpResponse.getHeaders() to the underlying response.
applyCookies() - Method in class org.springframework.http.server.reactive.ReactorServerHttpResponse
 
applyCookies() - Method in class org.springframework.http.server.reactive.RxNettyServerHttpResponse
 
applyCookies() - Method in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
applyCookies() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse
 
applyCookies() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyCookies() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyCustomizers(BeanDefinitionCustomizer...) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Apply the given customizers to the underlying bean definition.
applyDefault(CacheOperation.Builder) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
Apply the defaults to the specified CacheOperation.Builder.
applyDefaultCharset() - Method in class org.springframework.http.converter.FormHttpMessageConverter
Apply the configured charset as a default to registered part converters.
applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyDefaultResultActions(MvcResult) - Method in class org.springframework.test.web.servlet.MockMvc
 
applyDefaults(BeanDefinitionDefaults) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Apply the provided default values to this bean.
applyDefaultsFromAnnotation(WebService) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize this client interceptor's properties from the given WebService annotation, if necessary and possible (i.e.
applyDefaultViewName(HttpServletRequest, ModelAndView) - Method in class org.springframework.web.servlet.DispatcherServlet
Do we need view name translation?
applyEncoder(Object, DataBufferFactory, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
applyEntityManagerBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
applyExceptionHandler(Throwable) - Method in class org.springframework.web.reactive.HandlerResult
Apply the exception handler and return the alternative result.
applyHeaders() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
Implement this method to apply header changes from AbstractClientHttpRequest.getHeaders() to the underlying response.
applyHeaders() - Method in class org.springframework.http.client.reactive.ReactorClientHttpRequest
 
applyHeaders() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
Implement this method to apply header changes from AbstractServerHttpResponse.getHeaders() to the underlying response.
applyHeaders() - Method in class org.springframework.http.server.reactive.ReactorServerHttpResponse
 
applyHeaders() - Method in class org.springframework.http.server.reactive.RxNettyServerHttpResponse
 
applyHeaders() - Method in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
applyHeaders() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse
 
applyHeaders() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyHeaders() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate the WebApplicationContext before it is refreshed to any ApplicationContextInitializer instances specified by the "contextInitializerClasses" servlet init-param.
applyIsolationLevel(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyJsonQuoting(String) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
Apply standard JSON string quoting (see http://www.json.org/).
applyJsonQuoting(String) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
applyLastModified - Variable in class org.springframework.web.servlet.ResourceServlet
 
applyLifecycleMethods(String, AbstractView) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
 
applyLifecycleMethods(String, AbstractView) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their postProcessMergedBeanDefinition methods.
applyMessageWriter(Object, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.HttpMessageWriterView
 
applyNamedParameterToQuery(org.hibernate.Query, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Apply the given name parameter to the given Query object.
applyPermitDefaultValues() - Method in class org.springframework.web.cors.CorsConfiguration
By default a newly created CorsConfiguration does not permit any cross-origin requests and must be configured explicitly to indicate what should be allowed.
applyPostHandle(HttpServletRequest, HttpServletResponse, ModelAndView) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply postHandle methods of registered interceptors.
applyPostProcess(NativeWebRequest, Callable<?>, Object) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPostProcess(NativeWebRequest, DeferredResult<?>, Object) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyPostReceive(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPostSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPreHandle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply preHandle methods of registered interceptors.
applyPreProcess(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPreProcess(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyPreReceive(MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPreSend(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPropertyToBeanDefinition(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Apply the given property value to the corresponding bean.
applyPropertyValues(String, BeanDefinition, BeanWrapper, PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply the given property values, resolving any runtime references to other beans in this bean factory.
applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Apply given property values to the target object.
applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e.
applyScopedProxyMode(ScopeMetadata, BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
applyStatementSettings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement), applying statement settings such as fetch size, max rows, and query timeout.
applyStatusAndReason(int, String, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Apply the resolved status code and reason to the response.
applyStatusCode() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
Implement this method to write the status code to the underlying response.
applyStatusCode() - Method in class org.springframework.http.server.reactive.ReactorServerHttpResponse
 
applyStatusCode() - Method in class org.springframework.http.server.reactive.RxNettyServerHttpResponse
 
applyStatusCode() - Method in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
applyStatusCode() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse
 
applyStatusCode() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Apply the specified HTTP status code to the given response, if possible (that is, if not executing within an include request).
applyTimeout(Statement, DataSource, int) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Apply the specified timeout - overridden by the current transaction timeout, if any - to the given JDBC Statement object.
applyTimeout(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTransactionTimeout(Statement, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Apply the current transaction timeout, if any, to the given JDBC Statement object.
applyTransactionTimeout(Query, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JPA Query object.
applyTransformers(String, byte[]) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
approximableCollectionTypes - Static variable in class org.springframework.core.CollectionFactory
 
approximableMapTypes - Static variable in class org.springframework.core.CollectionFactory
 
areAllEmpty(Collection<?>...) - Static method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
areBoxingCompatible(String, String) - Static method in class org.springframework.expression.spel.CodeFlow
Determine if boxing/unboxing can get from one type to the other.
areCompatible - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
areNumbers - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
ARETURN - Static variable in interface org.springframework.asm.Opcodes
 
areValidCronFields(String[]) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
 
arg(int, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
ARG_NAMES - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARG_NAMES_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARG_TYPE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARG_TYPE_MATCH_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
argBinding(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Take the arguments at the method execution join point and output a set of arguments to the advice method
argName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
args - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
args - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
args - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
args - Variable in class org.springframework.context.event.EventExpressionRootObject
 
args - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
args - Variable in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
args - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
argsObjs - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
argTypes - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
ArgumentAware - Interface in org.springframework.web.servlet.tags
Allows implementing tag to utilize nested spring:argument tags.
argumentBindings - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
argumentConversionOccurred - Variable in class org.springframework.expression.spel.ast.FunctionReference
 
argumentConversionOccurred - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
ArgumentConvertingMethodInvoker - Class in org.springframework.beans.support
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter.
ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
argumentNames - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
This will be non-null if the creator of this advice object knows the argument names and sets them explicitly
argumentNames - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
ArgumentPreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgumentPreparedStatementSetter(Object[]) - Constructor for class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
argumentResolverCache - Variable in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
argumentResolverCache - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
 
argumentResolvers - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
argumentResolvers - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
argumentResolvers - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
arguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
arguments - Variable in class org.springframework.context.expression.MethodBasedEvaluationContext
 
arguments - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
arguments - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
arguments - Variable in class org.springframework.remoting.support.RemoteInvocation
 
arguments - Variable in class org.springframework.util.MethodInvoker
 
arguments - Variable in class org.springframework.web.servlet.tags.MessageTag
 
argumentSeparator - Variable in class org.springframework.web.servlet.tags.MessageTag
 
ArgumentsHolder(int) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
ArgumentsHolder(Object[]) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
argumentsIntrospected - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
argumentsLoaded - Variable in class org.springframework.context.expression.MethodBasedEvaluationContext
 
ArgumentsMatchInfo(ReflectionHelper.ArgumentsMatchKind) - Constructor for class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
ArgumentsMatchKind() - Constructor for enum org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchKind
 
ArgumentTag - Class in org.springframework.web.servlet.tags
JSP tag for collecting arguments and passing them to an ArgumentAware ancestor in the tag hierarchy.
ArgumentTag() - Constructor for class org.springframework.web.servlet.tags.ArgumentTag
 
ArgumentTypePreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgumentTypePreparedStatementSetter(Object[], int[]) - Constructor for class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
argumentTypes - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
argumentTypes - Variable in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
argumentValues - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
argumentValues - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
AROUND - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARRAY - Static variable in class org.springframework.asm.Type
The sort of array reference types.
array(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor as an array of the specified type.
ARRAY - Static variable in class org.springframework.core.style.DefaultValueStyler
 
array - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
ARRAY_ELEMENT - Static variable in class org.springframework.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARRAY_ELEMENT_SEPARATOR - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_END - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_OF - Static variable in class org.springframework.asm.Frame
Constant to be added to a type to get a type with one more dimension.
ARRAY_START - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]"
arrayCodeFor(String) - Static method in class org.springframework.expression.spel.CodeFlow
Determine the appropriate T tag to use for the NEWARRAY bytecode.
arrayEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Compare the given arrays with Arrays.equals, performing an equality check based on the array elements rather than the array reference.
ArrayIndexingValueRef(TypeConverter, Object, int, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
ARRAYLENGTH - Static variable in interface org.springframework.asm.Opcodes
 
ArrayToArrayConverter - Class in org.springframework.core.convert.support
Converts an array to another array.
ArrayToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToArrayConverter
 
ArrayToCollectionConverter - Class in org.springframework.core.convert.support
Converts an array to a Collection.
ArrayToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToCollectionConverter
 
arrayToCommaDelimitedString(Object[]) - Static method in class org.springframework.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
Convert the supplied array into a List.
ArrayToObjectConverter - Class in org.springframework.core.convert.support
Converts an array to an Object by returning the first array element after converting it to the desired target type.
ArrayToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToObjectConverter
 
ArrayToStringConverter - Class in org.springframework.core.convert.support
Converts an array to a comma-delimited String.
ArrayToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToStringConverter
 
as(Class<?>) - Method in class org.springframework.core.ResolvableType
Return this type as a ResolvableType of the specified class.
asBetweenToken() - Method in class org.springframework.expression.spel.standard.Token
 
asByteBuffer() - Method in interface org.springframework.core.io.buffer.DataBuffer
Expose this buffer's bytes as a ByteBuffer.
asByteBuffer() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
asByteBuffer() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
asBytes() - Method in class org.springframework.web.socket.TextMessage
 
ascending - Variable in class org.springframework.beans.support.MutableSortDefinition
 
ascending - Variable in class org.springframework.util.comparator.InvertibleComparator
Deprecated.
 
asciiStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
asCollection() - Method in class org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Collection type.
asConfigClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
 
asEnumType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Cast the given type to a subtype of Enum.
asHttpHeaders() - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the headers as a HttpHeaders instance.
asHttpHeaders() - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
 
asHttpHeaders() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
asHttpHeaders() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the headers as a HttpHeaders instance.
asHttpHeaders() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
asInputStream() - Method in interface org.springframework.core.io.buffer.DataBuffer
Expose this buffer's data as an InputStream.
asInputStream() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
asInputStream() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
asInstanceOfToken() - Method in class org.springframework.expression.spel.standard.Token
 
asList(String...) - Static method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
 
asList(String...) - Static method in class org.springframework.web.reactive.result.condition.PatternsRequestCondition
 
asList(RequestMethod...) - Static method in class org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition
 
asList(String...) - Static method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
asList(RequestMethod...) - Static method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
ASM4 - Static variable in interface org.springframework.asm.Opcodes
 
ASM5 - Static variable in interface org.springframework.asm.Opcodes
 
ASM_LABEL_INSN - Static variable in class org.springframework.asm.ClassWriter
The type of the ASM pseudo instructions with an unsigned 2 bytes offset label (see Label#resolve).
ASM_VERSION - Static variable in class org.springframework.asm.SpringAsmInfo
The ASM compatibility version for Spring's ASM visitor implementations: currently Opcodes.ASM5.
asMap(Object) - Method in class org.springframework.beans.factory.config.YamlProcessor
 
asMap() - Method in class org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Map type.
asMap() - Method in class org.springframework.ui.ConcurrentModel
 
asMap() - Method in class org.springframework.ui.ExtendedModelMap
 
asMap() - Method in interface org.springframework.ui.Model
Return the current set of model attributes as a Map.
asMap() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
asMatchesToken() - Method in class org.springframework.expression.spel.standard.Token
 
asMediaType(MimeType) - Static method in class org.springframework.http.MediaType
Re-create the given mime type as a media type.
asMediaTypes(List<MimeType>) - Static method in class org.springframework.http.MediaType
Re-create the given mime types as media types.
asMultipartHttpServletRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
 
asNumber(String) - Method in class org.springframework.core.Constants
Return a constant value cast to a Number.
asObject(String) - Method in class org.springframework.core.Constants
Parse the given String (upper or lower case accepted) and return the appropriate value if it's the name of a constant field in the class that we're analysing.
asOutputStream() - Method in interface org.springframework.core.io.buffer.DataBuffer
Expose this buffer's data as an OutputStream.
asOutputStream() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
asOutputStream() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
ASPECT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_INSTANCE_FACTORY_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_NAME_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
aspectBeanName - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
aspectBeanNames - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectCache - Static variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Cache for singleton aspect instances
aspectClass - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
The aspect class, stored separately for re-resolution of the corresponding AjType on deserialization.
aspectClass - Variable in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
AspectComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that holds an aspect definition, including its nested pointcuts.
AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - Constructor for class org.springframework.aop.config.AspectComponentDefinition
 
AspectEntry - Class in org.springframework.aop.config
ParseState entry representing an aspect.
AspectEntry(String, String) - Constructor for class org.springframework.aop.config.AspectEntry
Create a new AspectEntry.
AspectException - Exception in org.aopalliance.aop
Superclass for all AOP infrastructure exceptions.
AspectException(String) - Constructor for exception org.aopalliance.aop.AspectException
Constructor for AspectException.
AspectException(String, Throwable) - Constructor for exception org.aopalliance.aop.AspectException
Constructor for AspectException.
aspectFactory - Variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
 
aspectFactoryCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectInstance - Variable in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
AspectInstanceFactory - Interface in org.springframework.aop.aspectj
Interface implemented to provide an instance of an AspectJ aspect.
ASPECTJ_AOP_XML_RESOURCE - Static variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
ASPECTJ_WEAVING_ATTRIBUTE - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
ASPECTJ_WEAVING_ENABLER_BEAN_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
The bean name of the internally managed AspectJ weaving enabler.
ASPECTJ_WEAVING_ENABLER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
AspectJAdviceParameterNameDiscoverer - Class in org.springframework.aop.aspectj
ParameterNameDiscoverer implementation that tries to deduce parameter names for an advice method from the pointcut expression, returning, and throwing clauses.
AspectJAdviceParameterNameDiscoverer(String) - Constructor for class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Create a new discoverer that attempts to discover parameter names from the given pointcut expression.
AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException - Exception in org.springframework.aop.aspectj
Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.
AspectJAdviceParameterNameDiscoverer.PointcutBody - Class in org.springframework.aop.aspectj
Simple struct to hold the extracted text from a pointcut body, together with the number of tokens consumed in extracting it.
aspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AspectJAdvisorFactory - Interface in org.springframework.aop.aspectj.annotation
Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
aspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
aspectJAdvisorsBuilder - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AspectJAfterAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after advice method.
AspectJAfterAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterAdvice
 
AspectJAfterReturningAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after-returning advice method.
AspectJAfterReturningAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AspectJAfterThrowingAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after-throwing advice method.
AspectJAfterThrowingAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
AspectJAnnotation(A) - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AspectJAnnotationParameterNameDiscoverer() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
 
AspectJAnnotationType() - Constructor for enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AspectJAopUtils - Class in org.springframework.aop.aspectj
Utility methods for dealing with AspectJ advisors.
AspectJAopUtils() - Constructor for class org.springframework.aop.aspectj.AspectJAopUtils
 
AspectJAroundAdvice - Class in org.springframework.aop.aspectj
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.
AspectJAroundAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAroundAdvice
 
AspectJAsyncConfiguration - Class in org.springframework.scheduling.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.
AspectJAsyncConfiguration() - Constructor for class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AspectJAutoProxyBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the aspectj-autoproxy tag, enabling the automatic application of @AspectJ-style aspects found in the BeanFactory.
AspectJAutoProxyBeanDefinitionParser() - Constructor for class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
AspectJAutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an AnnotationAwareAspectJAutoProxyCreator against the current BeanDefinitionRegistry as appropriate based on a given @EnableAspectJAutoProxy annotation.
AspectJAutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AspectJAutoProxyRegistrar
 
AspectJAwareAdvisorAutoProxyCreator - Class in org.springframework.aop.aspectj.autoproxy
AbstractAdvisorAutoProxyCreator subclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.
AspectJAwareAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder - Class in org.springframework.aop.aspectj.autoproxy
Implements AspectJ PartialComparable interface for defining partial orderings.
AspectJCachingConfiguration - Class in org.springframework.cache.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.
AspectJCachingConfiguration() - Constructor for class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
AspectJClassBypassingClassFileTransformer(ClassFileTransformer) - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
AspectJExpressionPointcut - Class in org.springframework.aop.aspectj
Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
AspectJExpressionPointcut() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new default AspectJExpressionPointcut.
AspectJExpressionPointcut(Class<?>, String[], Class<?>[]) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new AspectJExpressionPointcut with the given settings.
AspectJExpressionPointcut.BeanContextMatcher - Class in org.springframework.aop.aspectj
Matcher class for the BeanNamePointcutDesignatorHandler.
AspectJExpressionPointcut.BeanPointcutDesignatorHandler - Class in org.springframework.aop.aspectj
Handler for the Spring-specific bean() pointcut designator extension to AspectJ.
AspectJExpressionPointcut.DefensiveShadowMatch - Class in org.springframework.aop.aspectj
 
AspectJExpressionPointcutAdvisor - Class in org.springframework.aop.aspectj
Spring AOP Advisor that can be used for any AspectJ pointcut expression.
AspectJExpressionPointcutAdvisor() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
AspectJJCacheConfiguration - Class in org.springframework.cache.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.
AspectJJCacheConfiguration() - Constructor for class org.springframework.cache.aspectj.AspectJJCacheConfiguration
 
AspectJMethodBeforeAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice that wraps an AspectJ before method.
AspectJMethodBeforeAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
AspectJPointcutAdvisor - Class in org.springframework.aop.aspectj
AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
AspectJPointcutAdvisor(AbstractAspectJAdvice) - Constructor for class org.springframework.aop.aspectj.AspectJPointcutAdvisor
Create a new AspectJPointcutAdvisor for the given advice
AspectJPrecedenceComparator - Class in org.springframework.aop.aspectj.autoproxy
Orders AspectJ advice/advisors by precedence (not invocation order).
AspectJPrecedenceComparator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a default AspectJPrecedenceComparator.
AspectJPrecedenceComparator(Comparator<? super Advisor>) - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a AspectJPrecedenceComparator, using the given Comparator for comparing Advisor instances.
AspectJPrecedenceInformation - Interface in org.springframework.aop.aspectj
Interface to be implemented by types that can supply the information needed to sort advice/advisors by AspectJ's precedence rules.
AspectJProxyFactory - Class in org.springframework.aop.aspectj.annotation
AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style).
AspectJProxyFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Object) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Class<?>...) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyUtils - Class in org.springframework.aop.aspectj
Utility methods for working with AspectJ proxies.
AspectJProxyUtils() - Constructor for class org.springframework.aop.aspectj.AspectJProxyUtils
 
AspectJTransactionManagementConfiguration - Class in org.springframework.transaction.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management.
AspectJTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
AspectJTypeFilter - Class in org.springframework.core.type.filter
Type filter that uses AspectJ type pattern for matching.
AspectJTypeFilter(String, ClassLoader) - Constructor for class org.springframework.core.type.filter.AspectJTypeFilter
 
aspectJTypePatternMatcher - Variable in class org.springframework.aop.aspectj.TypePatternClassFilter
 
AspectJWeaverMessageHandler - Class in org.springframework.aop.aspectj
Implementation of AspectJ's IMessageHandler interface that routes AspectJ weaving messages through the same logging system as the regular Spring messages.
AspectJWeaverMessageHandler() - Constructor for class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AspectJWeaving() - Constructor for enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
 
AspectJWeavingEnabler - Class in org.springframework.context.weaving
Post-processor that registers AspectJ's org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
 
AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer - Class in org.springframework.context.weaving
ClassFileTransformer decorator that suppresses processing of AspectJ classes in order to avoid potential LinkageErrors.
AspectMetadata - Class in org.springframework.aop.aspectj.annotation
Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause.
AspectMetadata(Class<?>, String) - Constructor for class org.springframework.aop.aspectj.annotation.AspectMetadata
Create a new AspectMetadata instance for the given aspect class.
aspectMetadata - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
aspectName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The name of the aspect (ref bean) in which this advice was defined (used when determining advice precedence so that we can determine whether two pieces of advice come from the same aspect).
aspectName - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
The name of this aspect as defined to Spring (the bean name) - allows us to determine if two pieces of advice come from the same aspect and hence their relative precedence.
aspectName - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
assembleChunksAndReset() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
assembler - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the MBeanInfoAssembler to use for this exporter
Assert - Class in org.springframework.util
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 
assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Static method in class org.springframework.test.web.ModelAndViewAssert
Checks whether the model value under the given modelName exists and checks it type, based on the expectedType.
assertAsyncStarted(HttpServletRequest) - Static method in class org.springframework.test.web.servlet.result.RequestResultMatchers
 
assertAttributePresence(String, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
assertAttributeType(String, Object, Class<?>) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractApplicationContext
Assert that this context's BeanFactory is currently active, throwing an IllegalStateException if it isn't.
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Overridden to turn it into a no-op: With AbstractRefreshableApplicationContext, AbstractRefreshableApplicationContext.getBeanFactory() serves a strong assertion for an active context anyway.
assertBeanFactoryActive() - Method in class org.springframework.context.support.StaticApplicationContext
Overridden to turn it into a no-op, to be more lenient towards test cases.
assertBoolean(byte[], String, boolean) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Boolean.
assertCompareListModelAttribute(ModelAndView, String, List) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list, without first sorting the lists.
assertContentsOfScriptArray(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
assertEqualConditionTypes(RequestConditionHolder) - Method in class org.springframework.web.reactive.result.condition.RequestConditionHolder
Ensure the held request conditions are of the same type.
assertEqualConditionTypes(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Ensure the held request conditions are of the same type.
assertEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Assert two objects are equal and raise an AssertionError if not.
assertExistsAndReturn(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
 
assertHasAncestorOfType(Tag, Class<?>, String, String) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
assertHeader(String, Object, Object) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
 
assertHttpMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
 
AssertionErrors - Class in org.springframework.test.util
JUnit independent assertion class.
AssertionErrors() - Constructor for class org.springframework.test.util.AssertionErrors
 
assertIsValid() - Method in class org.springframework.mock.web.MockHttpSession
Convenience method for asserting that this session has not been invalidated.
assertJsonEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
assertJsonEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
assertJsonNotEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e.
assertJsonNotEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e.
assertLegalRelativeAddition(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Ensure that the given property source is not being added relative to itself.
assertModelAttributeAvailable(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
Assert whether or not a model attribute is available.
assertModelAttributeValue(ModelAndView, String, Object) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare a given expectedValue to the value from the model bound under the given modelName.
assertModelAttributeValues(ModelAndView, Map<String, Object>) - Static method in class org.springframework.test.web.ModelAndViewAssert
Inspect the expectedModel to see if all elements in the model appear and are equal.
assertNode(String, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as Node and apply a Matcher.
assertNode(byte[], String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Parse the content, evaluate the XPath expression as a Node, and assert it with the given Matcher<Node>.
assertNodeCount(byte[], String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNonEmptyAnnotationTypeArray(Class<?>[], String) - Static method in class org.springframework.test.util.MetaAnnotationUtils
 
assertNotEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Assert two objects are not equal and raise an AssertionError otherwise.
assertNotException(String, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
assertNotExecuted() - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
Asserts that this request has not been executed yet.
assertNotExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
Assert that this request has not been executed yet.
assertNotPrimitiveTargetType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
assertNumber(byte[], String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNumberOfConditions(CompositeRequestCondition) - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
 
assertNumberOfConditions(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
assertPositions(long, Long) - Method in class org.springframework.http.HttpRange.ByteRange
 
assertPresentAndGetIndex(String) - Method in class org.springframework.core.env.MutablePropertySources
Assert that the named property source is present and return its index.
assertSeriesAndReturn(HttpStatus.Series) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
 
assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list after having sorted both lists (optionally using a comparator).
assertSource(String, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as DOMSource and apply a Matcher.
assertStatusAndReturn(HttpStatus) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
 
assertString(byte[], String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
Assert that the target bean class is an instance of the class where the given method is declared.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertTrue(String, boolean) - Static method in class org.springframework.test.util.AssertionErrors
Assert the given condition is true and raise an AssertionError if it is not.
assertUnderSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
assertUniqueMethodMapping(HandlerMethod, T) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.MappingRegistry
 
assertUniqueMethodMapping(HandlerMethod, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
assertUri(URI) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
 
assertValidators(Validator...) - Method in class org.springframework.validation.DataBinder
 
assertValue(String, <any>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert the resulting value with the given Matcher.
assertValue(String, <any>, Class<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
An overloaded variant of #assertValue(String, Matcher) that also accepts a target type for the resulting value.
assertValue(String, Object) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the result is equal to the expected value.
assertValueCount(String, String, MultiValueMap<String, String>, int) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 
assertValueIsArray(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is an array.
assertValueIsBoolean(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Boolean.
assertValueIsEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that an empty value exists at the given path.
assertValueIsMap(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Map.
assertValueIsNotEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a non-empty value exists at the given path.
assertValueIsNumber(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Number.
assertValueIsString(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a String.
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpAnd
 
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpOr
 
assertViewName(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
Check to see if the view name in the ModelAndView matches the given expectedName.
assertWithDiagnostics(Runnable) - Method in class org.springframework.test.web.reactive.server.ExchangeResult
Execute the given Runnable, catch any AssertionError, decorate with AssertionError containing diagnostic information about the request and response, and then re-throw.
assertXmlEqual(String, String) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the expected and actual content strings as XML and assert that the two are "similar" -- i.e.
Assign - Class in org.springframework.expression.spel.ast
Represents assignment.
Assign(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Assign
 
assignableCheckFailed(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
 
AssignableTypeFilter - Class in org.springframework.core.type.filter
A simple filter which matches classes that are assignable to a given type.
AssignableTypeFilter(Class<?>) - Constructor for class org.springframework.core.type.filter.AssignableTypeFilter
Create a new AssignableTypeFilter for the given type.
assignableTypes - Variable in class org.springframework.web.method.ControllerAdviceBean
 
asSourceClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a ConfigurationClass.
asSourceClass(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a Class.
asSourceClass(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a class name.
asSourceClasses(String[]) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain ConfigurationClassParser.SourceClasss from class names.
asString(String) - Method in class org.springframework.core.Constants
Return a constant value as a String.
ast - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
ASTORE - Static variable in interface org.springframework.asm.Opcodes
 
AstUtils - Class in org.springframework.expression.spel.ast
Utilities methods for use in the Ast classes.
AstUtils() - Constructor for class org.springframework.expression.spel.ast.AstUtils
 
asVariableResolver() - Method in class org.springframework.core.ResolvableType
Async - Annotation Type in org.springframework.scheduling.annotation
Annotation that marks a method as a candidate for asynchronous execution.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
ASYNC_EXECUTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
ASYNC_EXECUTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
asyncAdvisor() - Method in class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
asyncAdvisor() - Method in class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AsyncAnnotationAdvisor - Class in org.springframework.scheduling.annotation
Advisor that activates asynchronous method execution through the Async annotation.
AsyncAnnotationAdvisor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the Async annotation at class or method-level by adding a corresponding AsyncAnnotationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
AsyncAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
asyncAnnotationType - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
AsyncClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side asynchronous HTTP request.
AsyncClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
AsyncClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for AsyncClientHttpRequest objects.
AsyncClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
asyncCompleted - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
asyncCompleted - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
AsyncConfigurationSelector() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
AsyncConfigurer - Interface in org.springframework.scheduling.annotation
Interface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize the Executor instance used when processing async method invocations or the AsyncUncaughtExceptionHandler instance used to process exception thrown from async method with void return type.
AsyncConfigurerSupport - Class in org.springframework.scheduling.annotation
A convenience AsyncConfigurer that implements all methods so that the defaults are used.
AsyncConfigurerSupport() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
asyncContext - Variable in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter.HandlerResultSubscriber
 
asyncContext - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
asyncContext - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
asyncContext - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
asyncDispatch(MvcResult) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a RequestBuilder for an async dispatch from the MvcResult of the request that started async processing.
AsyncExecutionAspectSupport - Class in org.springframework.aop.interceptor
Base class for asynchronous method execution aspects, such as org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor or org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.
AsyncExecutionAspectSupport(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncExecutionAspectSupport(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new AsyncExecutionAspectSupport with the given exception handler.
AsyncExecutionInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that processes method invocations asynchronously, using a given AsyncTaskExecutor.
AsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new AsyncExecutionInterceptor.
AsyncHandlerInterceptor - Interface in org.springframework.web.servlet
Extends HandlerInterceptor with a callback method invoked after the start of asynchronous request handling.
AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
An extension of HandlerMethodReturnValueHandler for handling async, Future-like return value types that support success and error callbacks.
AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
A HandlerMethodReturnValueHandler that handles return values that represent asynchronous computation.
AsyncHttpAccessor - Class in org.springframework.http.client.support
Base class for AsyncRestTemplate and other HTTP accessing gateway helpers, defining common properties such as the AsyncClientHttpRequestFactory to operate on.
AsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.AsyncHttpAccessor
 
AsyncListenableTaskExecutor - Interface in org.springframework.core.task
Extension of the AsyncTaskExecutor interface, adding the capability to submit tasks for ListenableFutures.
AsyncMessageListenerInvoker() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
asyncMode - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
asyncNotStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert that asynchronous processing was not started.
AsyncRequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on an AsyncClientHttpRequest.
AsyncRequestCallbackAdapter(RequestCallback) - Constructor for class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
Create a new AsyncRequestCallbackAdapter from the given RequestCallback.
asyncRequestControl - Variable in class org.springframework.http.server.ServletServerHttpRequest
 
asyncRequestControl - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AsyncRequestExecution() - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequest.AsyncRequestExecution
 
asyncRequestFactory - Variable in class org.springframework.http.client.support.AsyncHttpAccessor
 
AsyncRequestInterceptor - Class in org.springframework.orm.hibernate5.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
AsyncRequestInterceptor - Class in org.springframework.orm.jpa.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(EntityManagerFactory, EntityManagerHolder) - Constructor for class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
asyncRequestTimeout - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
asyncRequestTimeout - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
AsyncRequestTimeoutException - Exception in org.springframework.web.context.request.async
Exception to be thrown when an async request times out.
AsyncRequestTimeoutException() - Constructor for exception org.springframework.web.context.request.async.AsyncRequestTimeoutException
 
AsyncRestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of asynchronous RESTful operations.
asyncRestTemplate - Variable in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
 
AsyncRestTemplate - Class in org.springframework.web.client
Spring's central class for asynchronous client-side HTTP access. Exposes similar methods as RestTemplate, but returns ListenableFuture wrappers as opposed to concrete results.
AsyncRestTemplate() - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using default settings.
AsyncRestTemplate(AsyncListenableTaskExecutor) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncTaskExecutor.
AsyncRestTemplate(AsyncClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory.
AsyncRestTemplate(AsyncClientHttpRequestFactory, ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Creates a new instance of the AsyncRestTemplate using the given asynchronous and synchronous request factories.
AsyncRestTemplate(AsyncClientHttpRequestFactory, RestTemplate) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory and synchronous RestTemplate.
AsyncRestTemplate.AsyncRequestCallbackAdapter - Class in org.springframework.web.client
Adapts a RequestCallback to the AsyncRequestCallback interface.
AsyncRestTemplate.ResponseExtractorFuture<T> - Class in org.springframework.web.client
AsyncResult<V> - Class in org.springframework.scheduling.annotation
A pass-through Future handle that can be used for method signatures which are declared with a Future return type for asynchronous execution.
AsyncResult(V) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
AsyncResult(V, ExecutionException) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
asyncResult - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
asyncResult(<any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing with the given matcher.
AsyncResultMethodParameter(Object) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
 
AsyncResultMethodParameter(InvocableHandlerMethod.AsyncResultMethodParameter) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
 
asyncSendTimeout - Variable in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
asyncStarted - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
asyncStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert whether asynchronous processing started, usually as a result of a controller method returning Callable or DeferredResult.
AsyncSupportConfigurer - Class in org.springframework.web.servlet.config.annotation
Helps with configuring options for asynchronous request processing.
AsyncSupportConfigurer() - Constructor for class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
asyncSupported - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
AsyncTaskExecutor - Interface in org.springframework.core.task
Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with a start timeout parameter as well support for Callable.
asyncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
 
AsyncTaskMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type WebAsyncTask.
AsyncTaskMethodReturnValueHandler(BeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
AsyncUncaughtExceptionHandler - Interface in org.springframework.aop.interceptor
A strategy for handling uncaught exceptions thrown from asynchronous methods.
AsyncWebRequest - Interface in org.springframework.web.context.request.async
Extends NativeWebRequest with methods for asynchronous request processing.
asyncWebRequest - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
AsyncWebRequestInterceptor - Interface in org.springframework.web.context.request
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
AT_ANNOTATION_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_TARGET_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_THIS_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
ATHROW - Static variable in interface org.springframework.asm.Opcodes
 
AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
attemptToConvertStringToEnum(Class<?>, String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
Attribute - Class in org.springframework.asm
A non standard class, field, method or code attribute.
Attribute(String) - Constructor for class org.springframework.asm.Attribute
Constructs a new empty attribute.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value with the given Hamcrest Matcher.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value with the given Hamcrest Matcher.
attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
attribute - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
attribute(String) - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
attribute(String) - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
attribute(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Return the request attribute value if present.
attribute(String) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
AttributeAccessor - Interface in org.springframework.core
Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.
AttributeAccessorSupport - Class in org.springframework.core
Support class for AttributeAccessors, providing a base implementation of all methods.
AttributeAccessorSupport() - Constructor for class org.springframework.core.AttributeAccessorSupport
 
attributeAliasesCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
attributeAliasMap - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
attributeCache - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Cache of CacheOperations, keyed by method on a specific target class.
attributeCache - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Cache of TransactionAttributes, keyed by method on a specific target class.
attributeCount(int) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the number of flash attributes.
attributeDecorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Attrs they handle.
attributeDoesNotExist(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes do not exist
attributeErrorCount(String, int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the existence of the given flash attributes.
attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes exist.
attributeExtractor - Variable in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
attributeHasErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeHasFieldErrorCode(String, String, String) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using exact String match.
attributeHasFieldErrorCode(String, String, <any>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using a org.hamcrest.Matcher.
attributeHasFieldErrors(String, String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute field(s) have errors.
attributeHasNoErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) do not have errors.
attributeMethodsCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
attributeName - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
attributeName - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
attributeNamePrefix - Variable in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
attributeNames() - Method in interface org.springframework.core.AttributeAccessor
Return the names of all attributes.
attributeNames() - Method in class org.springframework.core.AttributeAccessorSupport
 
attributeNames() - Method in class org.springframework.test.context.support.DefaultTestContext
 
attributeNames - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
attributeNames - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
attributeNameToPropertyName(String) - Static method in class org.springframework.core.Conventions
Convert Strings in attribute name format (lowercase, hyphens separating words) into property name format (camel-cased).
attributes - Variable in class org.springframework.core.AttributeAccessorSupport
Map with String keys and Object values
attributes - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
attributes - Variable in class org.springframework.messaging.simp.SimpAttributes
 
attributes - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
attributes - Variable in class org.springframework.mock.web.MockHttpSession
 
attributes - Variable in class org.springframework.mock.web.MockPageContext
 
attributes - Variable in class org.springframework.mock.web.MockServletContext
 
attributes - Variable in class org.springframework.remoting.support.RemoteInvocation
 
attributes - Variable in class org.springframework.test.context.support.DefaultTestContext
 
attributes - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
attributes() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
attributes() - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
attributes() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Return a mutable map of request attributes.
attributes() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
attributes - Variable in class org.springframework.web.server.adapter.DefaultServerWebExchange
 
attributes - Variable in class org.springframework.web.server.session.DefaultWebSession
 
attributes(Map<String, ?>) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set static attributes to be added to the model of every request for all views resolved by this view resolver.
attributes - Variable in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
attributes - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
attributes - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
ATTRIBUTES_ELEMENT - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
attributesFor(AnnotatedTypeMetadata, Class<?>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesFor(AnnotatedTypeMetadata, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesForRepeatable(AnnotationMetadata, Class<?>, Class<?>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesForRepeatable(AnnotationMetadata, String, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesHolder - Static variable in class org.springframework.messaging.simp.SimpAttributesContextHolder
 
attributesMap - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
attributesMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
Declared as a LinkedMultiValueMap instead of a MultiValueMap to ensure that the hierarchical ordering of the entries is preserved.
attributesMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
attributeSource - Variable in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
attributeSource - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
The JmxAttributeSource implementation to use for reading metadata.
attributeSource - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
attributeTypes - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
attributeValueToString(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
attrs - Variable in class org.springframework.asm.ClassWriter
The non standard attributes of this class.
attrs - Variable in class org.springframework.asm.Context
Prototypes of the attributes that must be parsed for this class.
attrs - Variable in class org.springframework.asm.FieldWriter
The non standard attributes of this field.
attrs - Variable in class org.springframework.asm.MethodWriter
The non standard attributes of the method.
authenticate(HttpServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
authenticator - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
authenticator - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Authorization header field name.
authorization(String, String) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
 
authorizedRoles - Variable in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
authType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
authType(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
AUTO_PROXY_CREATOR_BEAN_NAME - Static variable in class org.springframework.aop.config.AopConfigUtils
The bean name of the internally managed auto-proxy creator.
autoCommit - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
autoCommit - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Override auto-commit state?
autocomplete - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
autocomplete - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
autodetect(MBeanExporter.AutodetectCallback) - Method in class org.springframework.jmx.export.MBeanExporter
Performs the actual autodetection process, delegating to an AutodetectCallback instance to vote on the inclusion of a given bean.
autodetect - Variable in class org.springframework.web.reactive.resource.ResourceUrlProvider
 
autodetect - Variable in class org.springframework.web.servlet.resource.ResourceUrlProvider
 
AUTODETECT_ALL - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that all autodetection mechanisms should be used.
AUTODETECT_ASSEMBLER - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.
AUTODETECT_MBEAN - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only valid MBeans should be autodetected.
AUTODETECT_NONE - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that no autodetection should be used.
autodetectAnnotations - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
autodetectBeans(AutodetectCapableMBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Invoked when using an AutodetectCapableMBeanInfoAssembler.
AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autodetectConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autodetectDataSource - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
autoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#AUTO_DETECT_FIELDS option.
autoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#AUTO_DETECT_SETTERS/ MapperFeature#AUTO_DETECT_GETTERS/MapperFeature#AUTO_DETECT_IS_GETTERS options.
autodetectInterfaces - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
autodetectMarkupTemplateEngine() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
Autodetect a MarkupTemplateEngine via the ApplicationContext.
autodetectMBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Attempts to detect any beans defined in the ApplicationContext that are valid MBeans and registers them automatically with the MBeanServer.
autodetectMode - Variable in class org.springframework.jmx.export.MBeanExporter
The autodetect mode to use for this MBeanExporter
autodetectTransactionManager - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectTransactionSynchronizationRegistry - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectViewConfig() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
autodetectViewConfig() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
autogenerateFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Autogenerate the 'for' attribute value for this tag.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return a unique ID for the bound name within the current PageContext.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Autogenerate the 'id' attribute value for this tag.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'id' attribute.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.FormTag
Autogenerated IDs correspond to the form object name.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
autoGrowCollectionLimit - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.DataBinder
 
autoGrowCollections - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
autoGrowNestedPaths - Variable in class org.springframework.beans.AbstractPropertyAccessor
 
autoGrowNestedPaths - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DataBinder
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DirectFieldBindingResult
 
autoGrowNestedPaths - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
AutoPopulatingList<E> - Class in org.springframework.util
Simple List wrapper class that allows for elements to be automatically populated as they are requested.
AutoPopulatingList(Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(List<E>, Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList.ElementFactory<E> - Interface in org.springframework.util
Factory interface for creating elements for an index-based access data structure such as a List.
AutoPopulatingList.ElementInstantiationException - Exception in org.springframework.util
Exception to be thrown from ElementFactory.
AutoPopulatingList.ReflectiveElementFactory<E> - Class in org.springframework.util
Reflective implementation of the ElementFactory interface, using Class.getDeclaredConstructor().newInstance() on a given element class.
AutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an auto proxy creator against the current BeanDefinitionRegistry as appropriate based on an @Enable* annotation having mode and proxyTargetClass attributes set to the correct values.
AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
 
AutoProxyUtils - Class in org.springframework.aop.framework.autoproxy
Utilities for auto-proxy aware components.
AutoProxyUtils() - Constructor for class org.springframework.aop.framework.autoproxy.AutoProxyUtils
 
autoReceiptEnabled - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
autoStartup - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
autoStartup - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
autoStartup - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
autoStartup - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
autoStartup - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
autoStartup - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
autoStartup - Variable in class org.springframework.web.socket.client.ConnectionManagerSupport
 
autoStartup - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient
 
autoStartupOnly - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
Autowire - Enum in org.springframework.beans.factory.annotation
Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection.
Autowire(int) - Constructor for enum org.springframework.beans.factory.annotation.Autowire
 
autowire(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Instantiate a new bean instance of the given class with the specified autowire strategy.
AUTOWIRE - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
autowire(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowire - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
autowire(Class<?>, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
AUTOWIRE_AUTODETECT - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies, prefer annotation-based autowiring for clearer demarcation of autowiring needs.
AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies, use annotation-based autowiring for clearer demarcation of autowiring needs.
AUTOWIRE_AUTODETECT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_NAME - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by name (applying to all bean property setters).
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_TYPE - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by type (applying to all bean property setters).
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CANDIDATE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CONSTRUCTOR - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring the greediest constructor that can be satisfied (involves resolving the appropriate constructor).
AUTOWIRE_CONSTRUCTOR - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring a constructor.
AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_NO - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates no externally defined autowiring.
AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates no autowiring at all.
AUTOWIRE_NO_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
autowireBean(Object) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Populate the given bean instance through applying after-instantiation callbacks and bean property post-processing (e.g.
autowireBean(Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireBean(Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
autowireBeanProperties(Object, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Autowire the bean properties of the given bean instance by name or type.
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Fill in any missing property values with references to other beans in this factory if autowire is set to "byName".
autowireByType(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Abstract method defining "autowire by type" (bean properties by type) behavior.
AutowireByTypeDependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor
 
autowireCandidate - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireCandidatePatterns - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
AutowireCandidateQualifier - Class in org.springframework.beans.factory.support
Qualifier for resolving autowire candidates.
AutowireCandidateQualifier(Class<?>) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(String) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type name.
AutowireCandidateQualifier(Class<?>, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type whose value attribute also matches the specified value.
AutowireCandidateQualifier(String, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type name whose value attribute also matches the specified value.
AutowireCandidateResolver - Interface in org.springframework.beans.factory.support
Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.
autowireCandidateResolver - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Resolver to use for checking if a bean definition is an autowire candidate
autowireCandidates - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
AutowireCapableBeanFactory - Interface in org.springframework.beans.factory.config
Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to expose this functionality for existing bean instances.
autowireConstructor(String, RootBeanDefinition, Constructor<?>[], Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
"autowire constructor" (with constructor arguments by type) behavior.
autowireConstructor(String, RootBeanDefinition, Constructor<?>[], Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
"autowire constructor" (with constructor arguments by type) behavior.
Autowired - Annotation Type in org.springframework.beans.factory.annotation
Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities.
AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Autowired annotation processor.
AutowiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor implementation that autowires annotated fields, setter methods and arbitrary config methods.
AutowiredAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Create a new AutowiredAnnotationBeanPostProcessor for Spring's standard Autowired annotation.
AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated field.
AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated method.
AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor - Class in org.springframework.beans.factory.annotation
DependencyDescriptor variant with a pre-resolved target bean name.
autowiredAnnotationTypes - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
AutowiredArgumentMarker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.AutowiredArgumentMarker
 
AutowiredExceptionHandlersContainer() - Constructor for class org.springframework.web.server.adapter.WebHttpHandlerBuilder.AutowiredExceptionHandlersContainer
 
AutowiredFieldElement(Field, boolean) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
AutowiredFiltersContainer() - Constructor for class org.springframework.web.server.adapter.WebHttpHandlerBuilder.AutowiredFiltersContainer
 
AutowiredMethodElement(Method, boolean, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
autowireMode - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireMode - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
autowireMode - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a resource object for the given name and type through autowiring based on the given factory.
AutowireUtils - Class in org.springframework.beans.factory.support
Utility class that contains various methods useful for the implementation of autowire-capable bean factories.
AutowireUtils() - Constructor for class org.springframework.beans.factory.support.AutowireUtils
 
AutowireUtils.ObjectFactoryDelegatingInvocationHandler - Class in org.springframework.beans.factory.support
Reflective InvocationHandler for lazy access to the current target object.
av - Variable in class org.springframework.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.
available() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer.DefaultDataBufferInputStream
 
available() - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
availableCharsets - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
availableEvent - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
awaitTermination(long, TimeUnit) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
awaitTerminationIfNecessary() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Wait for the executor to terminate, according to the value of the "awaitTerminationSeconds" property.
awaitTerminationSeconds - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
awaitTerminationSeconds - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
Aware - Interface in org.springframework.beans.factory
Marker superinterface indicating that a bean is eligible to be notified by the Spring container of a particular framework object through a callback-style method.

B

b - Variable in class org.springframework.asm.ClassReader
The class to be parsed.
b - Variable in class org.springframework.asm.TypePath
The byte array where the path is stored, in Java class file format.
BACK_OFF_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
backingList - Variable in class org.springframework.util.AutoPopulatingList
The List that all operations are eventually delegated to.
backlog - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
backlog - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
backOff - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
backOff - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
BackOff - Interface in org.springframework.util.backoff
Provide a BackOffExecution that indicates the rate at which an operation should be retried.
BackOffExecution - Interface in org.springframework.util.backoff
Represent a particular back-off execution.
BAD_DATA - Static variable in class org.springframework.web.reactive.socket.CloseStatus
"1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message)."
BAD_DATA - Static variable in class org.springframework.web.socket.CloseStatus
"1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message)."
BAD_SQL_GRAMMAR_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
badRequest() - Static method in class org.springframework.http.ResponseEntity
Create a builder with a BAD_REQUEST status.
badRequest() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
Create a builder with a BAD_REQUEST status.
badSqlGrammarCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
BadSqlGrammarException - Exception in org.springframework.jdbc
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
BALOAD - Static variable in interface org.springframework.asm.Opcodes
 
baos - Variable in class org.springframework.web.reactive.resource.AppCacheManifestTransformer.LineAggregator
 
baos - Variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.LineAggregator
 
BASE - Static variable in class org.springframework.asm.Frame
Kind of the types that are not relative to an input stack map frame.
base64EncodeByteArrays - Variable in class org.springframework.http.converter.json.GsonFactoryBean
 
Base64TypeAdapter() - Constructor for class org.springframework.http.converter.json.GsonBuilderUtils.Base64TypeAdapter
 
Base64Utils - Class in org.springframework.util
A simple utility class for Base64 encoding and decoding.
Base64Utils() - Constructor for class org.springframework.util.Base64Utils
 
BASE_KIND - Static variable in class org.springframework.asm.Frame
Mask to get the kind of base types.
BASE_NAME_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.ResourceBundleEditor
The separator used to distinguish between the base name and the locale (if any) when converting from a String.
BASE_PACKAGE_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
BASE_VALUE - Static variable in class org.springframework.asm.Frame
Mask to get the value of base types.
baseAddress - Variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
basenamePrefix - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
basenames - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
basenameSet - Variable in class org.springframework.context.support.AbstractResourceBasedMessageSource
 
basePackages - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
basePackages - Variable in class org.springframework.web.method.ControllerAdviceBean
 
basePath - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
baseUri - Variable in class org.springframework.web.util.DefaultUriBuilderFactory
 
baseUrl(String) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
baseUrl(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
Configure a base URI as described in WebClient.create(String).
baseUrl - Variable in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
baseUrl(String) - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
baseUrl(String) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Configure a base URI as described in WebClient.create(String).
baseUrl - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
baseUrl - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
baseUrl - Variable in class org.springframework.web.util.AbstractUriTemplateHandler
Deprecated.
 
basicAuthentication(String, String) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
Return a filter that adds an Authorization header for HTTP Basic Authentication.
BasicAuthorizationInterceptor - Class in org.springframework.http.client.support
ClientHttpRequestInterceptor to apply a BASIC authorization header.
BasicAuthorizationInterceptor(String, String) - Constructor for class org.springframework.http.client.support.BasicAuthorizationInterceptor
Create a new interceptor which adds a BASIC authorization header for the given username and password.
BasicOperation - Interface in org.springframework.cache.interceptor
The base interface that all cache operations must implement.
BASTORE - Static variable in interface org.springframework.asm.Opcodes
 
BatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
Batch update callback interface used by the JdbcTemplate class.
batchSize - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
BatchSqlUpdate - Class in org.springframework.jdbc.object
SqlUpdate subclass that performs batch update operations.
BatchSqlUpdate() - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Constructor to allow use as a JavaBean.
BatchSqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource and SQL.
BatchSqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
BatchSqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
batchUpdate(String...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple SQL updates on a single JDBC Statement using batching.
batchUpdate(String, BatchPreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.
batchUpdate(String...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
BatchUpdateUtils - Class in org.springframework.jdbc.core
Generic utility methods for working with JDBC batch statements.
BatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.BatchUpdateUtils
 
bcc - Variable in class org.springframework.mail.SimpleMailMessage
 
bean(Class<?>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Define an inner bean definition.
bean(Class<?>, Object...) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Define an inner bean definition.
bean - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
Bean - Annotation Type in org.springframework.context.annotation
Indicates that a method produces a bean to be managed by the Spring container.
bean - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
bean - Variable in class org.springframework.jms.config.MethodJmsListenerEndpoint
 
bean - Variable in class org.springframework.messaging.handler.HandlerMethod
 
bean - Variable in class org.springframework.web.method.ControllerAdviceBean
 
bean - Variable in class org.springframework.web.method.HandlerMethod
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
 
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
 
BEAN_DESIGNATOR_NAME - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanPointcutDesignatorHandler
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
BEAN_FACTORY_FIELD - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
BEAN_NAME_ATTRIBUTE - Static variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Binding for the bean name of the bean which is currently being invoked in the ReflectiveMethodInvocation userAttributes Map.
BEAN_NAME_URL_HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeanAnnotationHelper - Class in org.springframework.context.annotation
Utilities for processing Bean-annotated methods.
BeanAnnotationHelper() - Constructor for class org.springframework.context.annotation.BeanAnnotationHelper
 
beanClass - Variable in exception org.springframework.beans.BeanInstantiationException
 
beanClass - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
beanClass - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
beanClass - Variable in exception org.springframework.beans.InvalidPropertyException
 
beanClassLoader - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.MethodInvokingBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
ClassLoader to resolve bean class names with, if necessary
beanClassLoader - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
beanClassLoader - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
beanClassLoader - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
beanClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
beanClassLoader - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
beanClassLoader - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
beanClassLoader - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the ClassLoader to use for generating lazy-init proxies
beanClassLoader - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
beanClassLoader - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
beanClassLoader - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
beanClassLoader - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
beanClassLoader - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
beanClassLoader - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
beanClassLoader - Variable in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.remoting.support.RemotingSupport
 
beanClassLoader - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanClassLoader - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
beanClassLoader - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
beanClassLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanClassLoader - Variable in class org.springframework.scripting.support.StandardScriptFactory
 
beanClassLoader - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
beanClassLoader - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
BeanClassLoaderAware - Interface in org.springframework.beans.factory
Callback that allows a bean to be aware of the bean class loader; that is, the class loader used by the present bean factory to load bean classes.
beanClassName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
BeanComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.
BeanComponentDefinition(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
beanConfigurerAspect() - Method in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BeanConfigurerSupport - Class in org.springframework.beans.factory.wiring
Convenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).
BeanConfigurerSupport() - Constructor for class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanContextMatcher(String) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanContextMatcher
 
BeanCreatingHandlerProvider<T> - Class in org.springframework.web.socket.handler
Instantiates a target handler through a Spring BeanFactory and also provides an equivalent destroy method.
BeanCreatingHandlerProvider(Class<? extends T>) - Constructor for class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
BeanCreationException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationNotAllowedException - Exception in org.springframework.beans.factory
Exception thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).
BeanCreationNotAllowedException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationNotAllowedException
Create a new BeanCreationNotAllowedException.
BeanCurrentlyInCreationException - Exception in org.springframework.beans.factory
Exception thrown in case of a reference to a bean that's currently in creation.
BeanCurrentlyInCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
BeanCurrentlyInCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException.
BeanDefinition - Interface in org.springframework.beans.factory.config
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
beanDefinition - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
beanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
The BeanDefinition instance we are creating.
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionResource
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanDefinition - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
 
beanDefinition - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
BeanDefinitionBuilder - Class in org.springframework.beans.factory.support
Programmatic means of constructing BeanDefinitions using the builder pattern.
BeanDefinitionBuilder() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionBuilder
Enforce the use of factory methods.
BeanDefinitionCustomizer - Interface in org.springframework.beans.factory.config
Callback for customizing a given bean definition.
BeanDefinitionDecorator - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, nested (directly under a <bean>) tags.
BeanDefinitionDefaults - Class in org.springframework.beans.factory.support
A simple holder for BeanDefinition property defaults.
BeanDefinitionDefaults() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
beanDefinitionDefaults - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
BeanDefinitionDocumentReader - Interface in org.springframework.beans.factory.xml
SPI for parsing an XML document that contains Spring bean definitions.
BeanDefinitionHolder - Class in org.springframework.beans.factory.config
Holder for a BeanDefinition with name and aliases.
BeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Copy constructor: Create a new BeanDefinitionHolder with the same contents as the given BeanDefinitionHolder instance.
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of bean definition objects, keyed by bean name
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
Map of bean definition objects, keyed by bean name
beanDefinitionName - Variable in class org.springframework.beans.factory.parsing.BeanEntry
 
beanDefinitionNames - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
List of bean definition names, in registration order
BeanDefinitionParser - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, top-level (directly under <beans/>) tags.
BeanDefinitionParserDelegate - Class in org.springframework.beans.factory.xml
Stateful delegate class used to parse XML bean definitions.
BeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a new BeanDefinitionParserDelegate associated with the supplied XmlReaderContext.
BeanDefinitionParsingException - Exception in org.springframework.beans.factory.parsing
Exception thrown when a bean definition reader encounters an error during the parsing process.
BeanDefinitionParsingException(Problem) - Constructor for exception org.springframework.beans.factory.parsing.BeanDefinitionParsingException
Create a new BeanDefinitionParsingException.
BeanDefinitionReader - Interface in org.springframework.beans.factory.support
Simple interface for bean definition readers.
BeanDefinitionReaderUtils - Class in org.springframework.beans.factory.support
Utility methods that are useful for bean definition reader implementations.
BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 
BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
BeanDefinitionRegistryPostProcessor - Interface in org.springframework.beans.factory.support
Extension to the standard BeanFactoryPostProcessor SPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.
BeanDefinitionResource - Class in org.springframework.beans.factory.support
Descriptive Resource wrapper for a BeanDefinition.
BeanDefinitionResource(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionResource
Create a new BeanDefinitionResource.
beanDefinitions - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanDefinitions - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
BeanDefinitionStoreException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an invalid bean definition: e.g.
BeanDefinitionStoreException(String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionValidationException - Exception in org.springframework.beans.factory.support
Exception thrown when the validation of a bean definition failed.
BeanDefinitionValidationException(String) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message.
BeanDefinitionValidationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message and root cause.
BeanDefinitionValueResolver - Class in org.springframework.beans.factory.support
Helper class for use in bean factory implementations, resolving values contained in bean definition objects into the actual values applied to the target bean instance.
BeanDefinitionValueResolver(AbstractBeanFactory, String, BeanDefinition, TypeConverter) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition.
BeanDefinitionValueResolver.KeyedArgName - Class in org.springframework.beans.factory.support
Holder class used for delayed toString building.
BeanDefinitionVisitor - Class in org.springframework.beans.factory.config
Visitor class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them, resolving bean metadata values.
BeanDefinitionVisitor(StringValueResolver) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
BeanDefinitionVisitor() - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor for subclassing.
BeanEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a bean definition.
BeanEntry(String) - Constructor for class org.springframework.beans.factory.parsing.BeanEntry
Creates a new instance of BeanEntry class.
BeanExpressionContext - Class in org.springframework.beans.factory.config
Context object for evaluating an expression within a bean definition.
BeanExpressionContext(ConfigurableBeanFactory, Scope) - Constructor for class org.springframework.beans.factory.config.BeanExpressionContext
 
BeanExpressionContextAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans and contextual objects of a Spring BeanExpressionContext.
BeanExpressionContextAccessor() - Constructor for class org.springframework.context.expression.BeanExpressionContextAccessor
 
BeanExpressionException - Exception in org.springframework.beans.factory
Exception that indicates an expression evaluation attempt having failed.
BeanExpressionException(String) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message.
BeanExpressionException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message and root cause.
beanExpressionParserContext - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
BeanExpressionResolver - Interface in org.springframework.beans.factory.config
Strategy interface for resolving a value through evaluating it as an expression, if applicable.
beanExpressionResolver - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Resolution strategy for expressions in bean definition values
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
beanFactory - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
beanFactory - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
beanFactory - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
beanFactory - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
beanFactory - Variable in class org.springframework.aop.scope.DefaultScopedObject
 
beanFactory - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
beanFactory - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
BeanFactory that owns this TargetSource.
beanFactory - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
BeanFactory - Interface in org.springframework.beans.factory
The root interface for accessing a Spring bean container.
beanFactory - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.BeanExpressionContext
 
beanFactory - Variable in class org.springframework.beans.factory.config.MethodInvokingBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
beanFactory - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanFactory - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
beanFactory - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanFactory - Variable in class org.springframework.beans.factory.support.ConstructorResolver
 
beanFactory - Variable in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
 
beanFactory - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
beanFactory - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
beanFactory - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
beanFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
beanFactory - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
beanFactory - Variable in class org.springframework.context.expression.BeanFactoryResolver
 
beanFactory - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Bean factory for this context
beanFactory - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
beanFactory - Variable in class org.springframework.context.support.GenericApplicationContext
 
beanFactory - Variable in class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
beanFactory - Variable in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
beanFactory - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
beanFactory - Variable in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
beanFactory - Variable in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
beanFactory - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
beanFactory - Variable in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
beanFactory - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the BeanFactory for use in autodetection process
beanFactory - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanFactory - Variable in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 
beanFactory - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
beanFactory - Variable in class org.springframework.messaging.handler.HandlerMethod
 
beanFactory - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
beanFactory - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
beanFactory - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanFactory - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
beanFactory - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanFactory - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
beanFactory - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
beanFactory - Variable in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
beanFactory - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
beanFactory - Variable in class org.springframework.web.method.ControllerAdviceBean
 
beanFactory - Variable in class org.springframework.web.method.HandlerMethod
 
beanFactory - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
beanFactory - Variable in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
BeanFactoryAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans of a Spring BeanFactory.
BeanFactoryAccessor() - Constructor for class org.springframework.context.expression.BeanFactoryAccessor
 
BeanFactoryAdvisorRetrievalHelper - Class in org.springframework.aop.framework.autoproxy
Helper for retrieving standard Spring Advisors from a BeanFactory, for use with auto-proxying.
BeanFactoryAdvisorRetrievalHelper(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Create a new BeanFactoryAdvisorRetrievalHelper for the given BeanFactory.
BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
 
BeanFactoryAnnotationUtils - Class in org.springframework.beans.factory.annotation
Convenience methods performing bean lookups related to annotations, for example Spring's @Qualifier annotation.
BeanFactoryAnnotationUtils() - Constructor for class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
 
BeanFactoryAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
AspectInstanceFactory implementation backed by a Spring BeanFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String, Class<?>) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory, providing a type that AspectJ should introspect to create AJType metadata.
BeanFactoryAspectJAdvisorsBuilder - Class in org.springframework.aop.aspectj.annotation
Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAspectJAdvisorsBuilderAdapter(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
 
BeanFactoryAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanFactoryAwareGeneratorStrategy(ClassLoader) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy
 
BeanFactoryAwareMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor
 
BeanFactoryCacheOperationSourceAdvisor - Class in org.springframework.cache.interceptor
Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
BeanFactoryDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
DataSourceLookup implementation based on a Spring BeanFactory.
BeanFactoryDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDataSourceLookup(BeanFactory) - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDestinationResolver - Class in org.springframework.jms.support.destination
DestinationResolver implementation based on a Spring BeanFactory.
BeanFactoryDestinationResolver() - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryDestinationResolver(BeanFactory) - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryJCacheOperationSourceAdvisor - Class in org.springframework.cache.jcache.interceptor
Advisor driven by a JCacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryJCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
 
BeanFactoryMessageChannelDestinationResolver - Class in org.springframework.messaging.core
An implementation of DestinationResolver that interprets a destination name as the bean name of a MessageChannel and looks up the bean in the configured BeanFactory.
BeanFactoryMessageChannelDestinationResolver() - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
A default constructor that can be used when the resolver itself is configured as a Spring bean and will have the BeanFactory injected as a result of ing having implemented BeanFactoryAware.
BeanFactoryMessageChannelDestinationResolver(BeanFactory) - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
A constructor that accepts a BeanFactory useful if instantiating this resolver manually rather than having it defined as a Spring-managed bean.
beanFactoryMonitor - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Synchronization monitor for the internal BeanFactory
BeanFactoryPostProcessor - Interface in org.springframework.beans.factory.config
Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
beanFactoryPostProcessors - Variable in class org.springframework.context.support.AbstractApplicationContext
BeanFactoryPostProcessors to apply on refresh
BeanFactoryRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
BeanFactoryRefreshableTargetSource(BeanFactory, String) - Constructor for class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
Create a new BeanFactoryRefreshableTargetSource for the given bean factory and bean name.
BeanFactoryResolver - Class in org.springframework.context.expression
EL bean resolver that operates against a Spring BeanFactory.
BeanFactoryResolver(BeanFactory) - Constructor for class org.springframework.context.expression.BeanFactoryResolver
 
BeanFactoryTransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.
BeanFactoryTransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
BeanFactoryUtils - Class in org.springframework.beans.factory
Convenience methods operating on bean factories, in particular on the ListableBeanFactory interface.
BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 
beanInfo - Variable in class org.springframework.beans.CachedIntrospectionResults
The BeanInfo object for the introspected bean class
beanInfoFactories - Static variable in class org.springframework.beans.CachedIntrospectionResults
Stores the BeanInfoFactory instances
BeanInfoFactory - Interface in org.springframework.beans
Strategy interface for creating BeanInfo instances for Spring beans.
BeanInitializationException - Exception in org.springframework.beans.factory
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInitializationException(String) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message.
BeanInitializationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message and root cause.
beanInstance - Variable in class org.springframework.beans.factory.config.NamedBeanHolder
 
beanInstance - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
beanInstanceMonitor - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
BeanInstantiationException - Exception in org.springframework.beans
Exception thrown when instantiation of a bean failed.
BeanInstantiationException(Class<?>, String) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class<?>, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Constructor<?>, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Method, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanIsAbstractException - Exception in org.springframework.beans.factory
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
BeanIsAbstractException(String) - Constructor for exception org.springframework.beans.factory.BeanIsAbstractException
Create a new BeanIsAbstractException.
BeanIsNotAFactoryException - Exception in org.springframework.beans.factory
Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
BeanIsNotAFactoryException(String, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanIsNotAFactoryException
Create a new BeanIsNotAFactoryException.
BeanMetadataAttribute - Class in org.springframework.beans
Holder for a key-value style attribute that is part of a bean definition.
BeanMetadataAttribute(String, Object) - Constructor for class org.springframework.beans.BeanMetadataAttribute
Create a new AttributeValue instance.
BeanMetadataAttributeAccessor - Class in org.springframework.beans
Extension of AttributeAccessorSupport, holding attributes as BeanMetadataAttribute objects in order to keep track of the definition source.
BeanMetadataAttributeAccessor() - Constructor for class org.springframework.beans.BeanMetadataAttributeAccessor
 
BeanMetadataElement - Interface in org.springframework.beans
Interface to be implemented by bean metadata elements that carry a configuration source object.
BeanMethod - Class in org.springframework.context.annotation
Represents a Configuration class method marked with the Bean annotation.
BeanMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.BeanMethod
 
BeanMethod.NonOverridableMethodError - Class in org.springframework.context.annotation
 
BeanMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
beanMethods - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanName - Variable in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
beanName - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanName - Variable in exception org.springframework.beans.factory.BeanCreationException
 
beanName - Variable in exception org.springframework.beans.factory.BeanDefinitionStoreException
 
beanName - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The name of the instance that was of the wrong type
beanName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
beanName - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanName - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.NamedBeanHolder
 
beanName - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanName - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
 
beanName - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
beanName - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
 
beanName - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
beanName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanName - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
 
beanName - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanName - Variable in class org.springframework.beans.factory.support.LookupOverride
 
beanName - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
beanName - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
beanName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
beanName - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanName - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
beanName - Variable in class org.springframework.expression.spel.ast.BeanReference
 
beanName - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
beanName - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
beanName - Variable in class org.springframework.messaging.support.AbstractMessageChannel
 
beanName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
beanName - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
beanName - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
beanName - Variable in class org.springframework.web.filter.GenericFilterBean
 
beanName() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a bean name view resolver that interprets view names as the names of View beans.
beanName - Variable in class org.springframework.web.servlet.mvc.ServletForwardingController
 
beanName - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
beanName - Variable in class org.springframework.web.servlet.view.AbstractView
 
BeanNameAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto proxy creator that identifies beans to proxy via a list of names.
BeanNameAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
BeanNameAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
beanNameGenerator - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
BeanNameGenerator - Interface in org.springframework.beans.factory.support
Strategy interface for generating bean names for bean definitions.
beanNameGenerator - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
beanNameGenerator - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
beanNameHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a BeanNameUrlHandlerMapping ordered at 2 to map URL paths to controller bean names.
beanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
beanNames - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Contains names of beans that have overrides
beanNameSeparator - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
beanNamesForTypeIncludingAncestors(ListableBeanFactory, ResolvableType) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesFound - Variable in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
 
beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all bean names in the factory, including ancestor factories.
BeanNameUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping interface that map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
BeanNameUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 
BeanNameViewResolver - Class in org.springframework.web.servlet.view
A simple implementation of ViewResolver that interprets a view name as a bean name in the current application context, i.e.
BeanNameViewResolver() - Constructor for class org.springframework.web.servlet.view.BeanNameViewResolver
 
BeanNotOfRequiredTypeException - Exception in org.springframework.beans.factory
Thrown when a bean doesn't match the expected type.
BeanNotOfRequiredTypeException(String, Class<?>, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Create a new BeanNotOfRequiredTypeException.
beanOfType(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfType(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
BeanPointcutDesignatorHandler() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanPointcutDesignatorHandler
 
BeanPostProcessor - Interface in org.springframework.beans.factory.config
Factory hook that allows for custom modification of new bean instances, e.g.
BeanPostProcessorChecker(ConfigurableListableBeanFactory, int) - Constructor for class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
beanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
BeanPostProcessors to apply in createBean
beanPostProcessors - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanPostProcessorTargetCount - Variable in class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
BeanPropertyBindingResult - Class in org.springframework.validation
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
BeanPropertyBindingResult(Object, String) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyBindingResult(Object, String, boolean, int) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyHandler(PropertyDescriptor) - Constructor for class org.springframework.beans.BeanWrapperImpl.BeanPropertyHandler
 
BeanPropertyMatches(String, Class<?>, int) - Constructor for class org.springframework.beans.PropertyMatches.BeanPropertyMatches
 
BeanPropertyRowMapper<T> - Class in org.springframework.jdbc.core
RowMapper implementation that converts a row into a new instance of the specified mapped target class.
BeanPropertyRowMapper() - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper for bean-style configuration.
BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper, accepting unpopulated properties in the target bean.
BeanPropertyRowMapper(Class<T>, boolean) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper.
BeanPropertySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
BeanPropertySqlParameterSource(Object) - Constructor for class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Create a new BeanPropertySqlParameterSource for the given bean.
BeanReference - Interface in org.springframework.beans.factory.config
Interface that exposes a reference to a bean name in an abstract fashion.
BeanReference - Class in org.springframework.expression.spel.ast
Represents a bean reference to a type, for example @foo or @'foo.bar'.
BeanReference(int, String) - Constructor for class org.springframework.expression.spel.ast.BeanReference
 
beanReference(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
beanReferences - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanReferences - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
beanReferences - Variable in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
BeanResolver - Interface in org.springframework.expression
A bean resolver can be registered with the evaluation context and will kick in for @myBeanName and &myBeanName expressions.
beanResolver - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
beans(Closure) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Defines a set of beans for the given block or closure.
beans - Variable in class org.springframework.beans.factory.support.StaticListableBeanFactory
Map from bean name to bean instance
beans - Variable in class org.springframework.jmx.export.MBeanExporter
The beans to be exposed as JMX managed resources, with JMX names as keys
BEANS_NAMESPACE_URI - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeansDtdResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 
BeansException - Exception in org.springframework.beans
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message.
BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message and root cause.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanType - Variable in class org.springframework.messaging.handler.HandlerMethod
 
beanType - Variable in class org.springframework.web.method.HandlerMethod
 
beanType - Variable in class org.springframework.web.servlet.config.annotation.BeanTypeNotPresentCondition
 
BeanTypeNotPresentCondition - Class in org.springframework.web.servlet.config.annotation
A simple configuration condition that checks for the absence of any beans of a given type.
BeanTypeNotPresentCondition(Class<?>) - Constructor for class org.springframework.web.servlet.config.annotation.BeanTypeNotPresentCondition
 
BeanUtils - Class in org.springframework.beans
Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 
BeanValidationPostProcessor - Class in org.springframework.validation.beanvalidation
Simple BeanPostProcessor that checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any).
BeanValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
BeanWiringInfo - Class in org.springframework.beans.factory.wiring
Holder for bean wiring metadata information about a particular class.
BeanWiringInfo() - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a default BeanWiringInfo that suggests plain initialization of factory and post-processor callbacks that the bean class may expect.
BeanWiringInfo(String) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(String, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(int, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that indicates autowiring.
beanWiringInfoResolver - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanWiringInfoResolver - Interface in org.springframework.beans.factory.wiring
Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.
BeanWrapper - Interface in org.springframework.beans
The central interface of Spring's low-level JavaBeans infrastructure.
beanWrapper - Variable in class org.springframework.beans.support.PropertyComparator
 
beanWrapper - Variable in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
beanWrapper - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
BeanWrapperImpl - Class in org.springframework.beans
Default BeanWrapper implementation that should be sufficient for all typical use cases.
BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class<?>) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl(Object, String, BeanWrapperImpl) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl.BeanPropertyHandler - Class in org.springframework.beans
 
before(Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
BEFORE - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
beforeAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
beforeAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked before the main execution logic of concrete subclasses.
BeforeAdvice - Interface in org.springframework.aop
Common marker interface for before advice, such as MethodBeforeAdvice.
beforeAll(ContainerExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second before the request body is read and converted.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the InputMessage that was passed in.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
beforeBodyWrite(T, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
Invoked after an HttpMessageConverter is selected and just before its write method is invoked.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
 
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
Invoked only if the converter type is MappingJackson2HttpMessageConverter.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 
beforeCommit(Supplier<? extends <any>>) - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
 
beforeCommit(Supplier<? extends <any>>) - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
beforeCommit(Supplier<? extends <any>>) - Method in interface org.springframework.http.ReactiveHttpOutputMessage
Register an action to apply just before the HttpOutputMessage is committed.
beforeCommit(Supplier<? extends <any>>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
beforeCommit(Supplier<? extends <any>>) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
 
beforeCommit(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCommit(boolean) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit (before "beforeCompletion").
beforeCommit(boolean) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletion() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
beforeCompletion() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA beforeCompletion callback: just invoked before commit.
beforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCompletion() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit/rollback.
beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletionCalled - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked before the start of concurrent handling in the original thread in which the Callable is submitted for concurrent handling.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately before the start of concurrent handling, in the same thread that started it.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
beforeDelivery(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This beforeDelivery implementation starts a transaction, if necessary, and exposes the endpoint ClassLoader as current thread context ClassLoader.
beforeDeliveryCalled - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
beforeEach(TestExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
beforeExistingAdvisors - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
beforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
beforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the front of this row set, just before the first row.
beforeFirstEmission - Variable in class org.springframework.http.server.reactive.ChannelSendOperator.WriteWithBarrier
No emission from upstream yet
beforeHandle(Message<?>, MessageChannel, MessageHandler) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor just before calling the target MessageHandler to handle the message.
beforeHandshake(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.WebSocketClientSupport
 
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
Invoked before the handshake is processed.
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
beforeInstantiationResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that indicates a before-instantiation post-processor having kicked in
beforeInvocation - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
beforeInvocation - Variable in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 
beforeMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforeMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
Invoked when the MockMvc instance is about to be created with the MockMvc builder and the Spring WebApplicationContext that will be passed to the DispatcherServlet.
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
beforeOrAfterTestClass(TestContext, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
Perform the actual work for TestExecutionListener.beforeTestClass(org.springframework.test.context.TestContext) and TestExecutionListener.afterTestClass(org.springframework.test.context.TestContext) by dirtying the context if appropriate (i.e., according to the required mode).
beforeOrAfterTestMethod(TestContext, DirtiesContext.MethodMode, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
Perform the actual work for TestExecutionListener.beforeTestMethod(org.springframework.test.context.TestContext) and TestExecutionListener.afterTestMethod(org.springframework.test.context.TestContext) by dirtying the context if appropriate (i.e., according to the required modes).
beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforePrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback before prototype creation.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(Map<String, List<String>>) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient.DefaultConfigurator
 
beforeRequest(Map<String, List<String>>) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient.DefaultNegotiation
 
beforeRequest(Map<String, List<String>>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
 
beforeSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback before singleton creation.
beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to BEFORE_CLASS, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
beforeTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test class before execution of any tests within the class.
beforeTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test class before execution of all tests within the class.
beforeTestExecution(TestExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
beforeTestExecution(Object, Method) - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
beforeTestExecution(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext before the current test method.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
If the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the supplied test context has a value of Boolean.TRUE, this method will have the same effect as prepareTestInstance(); otherwise, this method will have no effect.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to BEFORE_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to BEFORE_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
beforeTestMethod(Object, Method) - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test before execution of before lifecycle callbacks of the underlying test framework — for example, setting up test fixtures, starting a transaction, etc.
beforeTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test before execution of before lifecycle callbacks of the underlying test framework — for example, by setting up test fixtures.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If the test method of the supplied test context is configured to run within a transaction, this method will run @BeforeTransaction methods and start a new transaction.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state before each test method via Spring Web's RequestContextHolder, but only if the test class is annotated with @WebAppConfiguration.
BeforeTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation which indicates that the annotated void method should be executed before a transaction is started for a test method configured to run within a transaction via Spring's @Transactional annotation.
begin() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
beginTransaction() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation invokes the standard JPA Transaction.begin method.
beginTransaction(EntityManager, TransactionDefinition) - Method in interface org.springframework.orm.jpa.JpaDialect
Begin the given JPA transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
beginWithNameAndTimeoutMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
beginWithNameMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
Name of the ServerWebExchange attribute that contains the best matching pattern within the handler mapping.
BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the best matching pattern within the handler mapping.
bestMatchingPattern - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
between(int, int) - Static method in class org.springframework.test.web.client.ExpectedCount
Between min and max number of times.
BinaryDecoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder
 
BinaryEncoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryEncoder
 
binaryMessage(Function<DataBufferFactory, DataBuffer>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 
binaryMessage(Function<DataBufferFactory, DataBuffer>) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
Factory method to create a binary WebSocketMessage using the WebSocketSession.bufferFactory() for the session.
BinaryMessage - Class in org.springframework.web.socket
A binary WebSocket message.
BinaryMessage(ByteBuffer) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given ByteBuffer payload.
BinaryMessage(ByteBuffer, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given payload representing the full or partial message content.
BinaryMessage(byte[]) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given byte[] payload.
BinaryMessage(byte[], boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given byte[] payload representing the full or partial message content.
BinaryMessage(byte[], int, int, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message by wrapping an existing byte array.
binaryMessageSizeLimit - Variable in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 
binaryStream - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
BinaryWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementations that process binary messages only.
BinaryWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.BinaryWebSocketHandler
 
bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Bind the given object under the given name, for all naming contexts that this context builder will generate.
bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
bind(ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(ServerWebExchange) - Method in class org.springframework.web.bind.support.WebExchangeDataBinder
Bind the URL query parameters or form data of the body of the given request to this binder's target.
bind(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bindAnnotationsFromVarNames(List<String>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Match the given list of extracted variable names to argument slots.
bindArgumentsByName(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
bindDefaultNamespaceUri(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Bind the given namespace as default namespace.
bindEmptyMultipartFiles - Variable in class org.springframework.web.bind.WebDataBinder
 
binderMethods - Variable in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
 
binderMethods - Variable in class org.springframework.web.reactive.result.method.annotation.InitBinderBindingContext
 
BindErrorsTag - Class in org.springframework.web.servlet.tags
JSP tag that evaluates content if there are binding errors for a certain bean.
BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - Exception in org.springframework.validation
Thrown when binding errors are considered fatal.
BindException(BindingResult) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a BindingResult.
BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a target bean.
bindExplicitArguments(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
binding - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
BindingAwareConcurrentModel - Class in org.springframework.validation.support
Sub-class of ConcurrentModel that automatically removes the BindingResult object when its corresponding target attribute is replaced through regular Map operations.
BindingAwareConcurrentModel() - Constructor for class org.springframework.validation.support.BindingAwareConcurrentModel
 
BindingAwareModelMap - Class in org.springframework.validation.support
Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced through regular Map operations.
BindingAwareModelMap() - Constructor for class org.springframework.validation.support.BindingAwareModelMap
 
BindingContext - Class in org.springframework.web.reactive
A context for binding requests to method arguments that provides access to the default model, data binding, validation, and type conversion.
BindingContext() - Constructor for class org.springframework.web.reactive.BindingContext
 
BindingContext(WebBindingInitializer) - Constructor for class org.springframework.web.reactive.BindingContext
 
bindingContext - Variable in class org.springframework.web.reactive.HandlerResult
 
bindingContext - Variable in class org.springframework.web.reactive.result.method.annotation.InitBinderBindingContext
BindingContext for @InitBinder method invocation
BindingContextFactory - Class in org.springframework.web.reactive.result.method.annotation
A helper class for RequestMappingHandlerAdapter that assists with creating a BindingContext and initialize it, and its model, through @InitBinder and @ModelAttribute methods.
BindingContextFactory(RequestMappingHandlerAdapter) - Constructor for class org.springframework.web.reactive.result.method.annotation.BindingContextFactory
 
bindingContextFactory - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
bindingDisabledAttributes - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
BindingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
BindingErrorProcessor - Interface in org.springframework.validation
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
bindingErrorProcessor - Variable in class org.springframework.validation.DataBinder
 
bindingErrorProcessor - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
bindingFactory - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingFailure - Variable in class org.springframework.validation.FieldError
 
bindingName - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingResult - Variable in exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
 
bindingResult - Variable in exception org.springframework.validation.BindException
 
BindingResult - Interface in org.springframework.validation
General interface that represents binding results.
bindingResult - Variable in class org.springframework.validation.DataBinder
 
bindingResult - Variable in exception org.springframework.web.bind.MethodArgumentNotValidException
 
bindingResult - Variable in exception org.springframework.web.bind.support.WebExchangeBindException
 
bindingResult - Variable in class org.springframework.web.reactive.result.view.BindStatus
 
bindingResult - Variable in class org.springframework.web.servlet.support.BindStatus
 
BindingResultUtils - Class in org.springframework.validation
Convenience methods for looking up BindingResults in a model Map.
BindingResultUtils() - Constructor for class org.springframework.validation.BindingResultUtils
 
bindingType - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Bind all multipart files contained in the given request, if any (in case of a multipart request).
bindNamespaceUri(String, String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Bind the given prefix to the given namespace.
bindParameterName(int, String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
bindParameters(ProxyMethodInvocation, JoinPointMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
bindParts(HttpServletRequest, MutablePropertyValues) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
 
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
This implementation downcasts WebDataBinder to ServletRequestDataBinder before binding.
bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
bindSession() - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
bindSession() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
BindStatus - Class in org.springframework.web.reactive.result.view
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.reactive.result.view.BindStatus
Create a new BindStatus instance, representing a field or object status.
BindStatus - Class in org.springframework.web.servlet.support
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.servlet.support.BindStatus
Create a new BindStatus instance, representing a field or object status.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The BindStatus of this tag.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
BindTag - Class in org.springframework.web.servlet.tags
Bind tag, supporting evaluation of binding errors for a certain bean or bean property.
BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 
bindTo(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Return a builder for a MockRestServiceServer that should be used to reply to the given RestTemplate.
bindTo(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Return a builder for a MockRestServiceServer that should be used to reply to the given AsyncRestTemplate.
bindTo(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Return a builder for a MockRestServiceServer that should be used to reply to the given RestGatewaySupport.
bindToApplicationContext(ApplicationContext) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
Integration testing without a server, with WebFlux infrastructure detected from an ApplicationContext such as @EnableWebFlux Java config and annotated controller Spring beans.
bindToController(Object...) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
Integration testing without a server, targeting specific annotated, WebFlux controllers.
bindToRouterFunction(RouterFunction<?>) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
Integration testing without a server, targeting WebFlux functional endpoints.
bindToServer() - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
Complete end-to-end integration tests with actual requests to a running server.
bindToThread() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
BIPUSH - Static variable in interface org.springframework.asm.Opcodes
 
blockCommentEndDelimiter - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
blockCommentEndDelimiter - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
blockCommentStartDelimiter - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
blockCommentStartDelimiter - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
blockForAvailableThreads() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
blocking - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
blockTag - Variable in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
blockUntilCompleted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
blockUntilStarted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
blockWhenExhausted - Variable in class org.springframework.aop.target.CommonsPool2TargetSource
 
body - Variable in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
body - Variable in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
 
body - Variable in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
 
body - Variable in class org.springframework.http.client.Netty4ClientHttpRequest
 
body - Variable in class org.springframework.http.client.Netty4ClientHttpResponse
 
body - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
body - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
body - Variable in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
body - Variable in class org.springframework.http.HttpEntity
 
body(T) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the body of the request entity and build the RequestEntity.
body(T, Type) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the body and type of the request entity and build the RequestEntity.
body(T) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
body(T, Type) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
body(T) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the body of the response entity and returns it.
body(T) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
body - Variable in class org.springframework.http.server.reactive.UndertowServerHttpRequest
 
body - Variable in enum org.springframework.messaging.simp.stomp.StompCommand
 
body - Variable in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
body - Variable in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
body - Variable in class org.springframework.mock.http.MockHttpInputMessage
 
body - Variable in class org.springframework.mock.http.MockHttpOutputMessage
 
body - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
body(<any>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the body of the request and build it.
body(<any>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
body - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
body(String) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a UTF-8 String.
body(byte[]) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a byte array.
body(Resource) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a Resource.
body - Variable in class org.springframework.test.web.reactive.server.EntityExchangeResult
 
body - Variable in class org.springframework.test.web.reactive.server.FluxExchangeResult
 
body - Variable in class org.springframework.test.web.reactive.server.WiretapClientHttpRequest
 
body - Variable in class org.springframework.test.web.reactive.server.WiretapClientHttpResponse
 
body() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return the body inserter of this request.
body(BodyInserter<?, ? super ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Set the body of the request to the given BodyInserter.
body(P, Class<S>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Set the body of the request to the given Publisher and return it.
body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Extract the body with the given BodyExtractor.
body(P, Class<S>) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
body(BodyInserter<?, ? super ClientHttpRequest>) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
body() - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder.BodyInserterRequest
 
body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse
 
body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
body(P, Class<T>) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
body(BodyInserter<T, ? super ServerHttpResponse>) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Extract the body with the given BodyExtractor.
body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Extract the body with the given BodyExtractor and hints.
body(P, Class<T>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Set the body of the response to the given Publisher and return it.
body(BodyInserter<T, ? super ServerHttpResponse>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Set the body of the response to the given BodyInserter and return it.
body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
body - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage
 
body - Variable in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport.XhrRequestCallback
 
bodyContent - Variable in class org.springframework.web.servlet.tags.EscapeBodyTag
 
bodyContent - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
BodyExtractor<T,M extends ReactiveHttpInputMessage> - Interface in org.springframework.web.reactive.function
A function that can extract data from a ReactiveHttpInputMessage body.
BodyExtractor.Context - Interface in org.springframework.web.reactive.function
Defines the context used during the extraction.
BodyExtractors - Class in org.springframework.web.reactive.function
Implementations of BodyExtractor that read various bodies, such a reactive streams.
BodyExtractors() - Constructor for class org.springframework.web.reactive.function.BodyExtractors
 
bodyFlushProcessor - Variable in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
BodyInserter<T,M extends ReactiveHttpOutputMessage> - Interface in org.springframework.web.reactive.function
A combination of functions that can populate a ReactiveHttpOutputMessage body.
BodyInserter.Context - Interface in org.springframework.web.reactive.function
Defines the context used during the insertion.
bodyInserterFor(P, ResolvableType) - Static method in class org.springframework.web.reactive.function.BodyInserters
 
BodyInserterRequest(HttpMethod, URI, HttpHeaders, MultiValueMap<String, String>, BodyInserter<?, ? super ClientHttpRequest>) - Constructor for class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder.BodyInserterRequest
 
BodyInserters - Class in org.springframework.web.reactive.function
Implementations of BodyInserter that write various bodies, such a reactive streams, server-sent events, resources, etc.
BodyInserters() - Constructor for class org.springframework.web.reactive.function.BodyInserters
 
BodyInserterServerResponse(HttpStatus, HttpHeaders, BodyInserter<T, ? super ServerHttpResponse>, Map<String, Object>) - Constructor for class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder.BodyInserterServerResponse
 
bodyProcessor - Variable in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
bodyPublisher - Variable in class org.springframework.http.server.reactive.ServletServerHttpRequest
 
bodyToFlux(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Extract the body to a Flux.
bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse
 
bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
bodyToFlux(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Extract the body to a Flux.
bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
bodyToMono(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Extract the body to a Mono.
bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse
 
bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest
 
bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.RequestPredicates.SubPathServerRequestWrapper
 
bodyToMono(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Extract the body to a Mono.
bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
bodyToPublisher(BodyExtractor<T, ? super ClientHttpResponse>, Function<WebClientException, T>) - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse
 
bodyUsed - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
BOOLEAN - Static variable in class org.springframework.asm.Frame
The BOOLEAN type.
BOOLEAN - Static variable in class org.springframework.asm.Type
The sort of the boolean type.
BOOLEAN_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
BOOLEAN_TYPE - Static variable in class org.springframework.asm.Type
The boolean type.
BOOLEAN_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
BooleanComparator - Class in org.springframework.util.comparator
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BooleanLiteral - Class in org.springframework.expression.spel.ast
Represents the literal values TRUE and FALSE.
BooleanLiteral(String, int, boolean) - Constructor for class org.springframework.expression.spel.ast.BooleanLiteral
 
BooleanParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
BooleanTypedValue - Class in org.springframework.expression.spel.support
 
BooleanTypedValue(boolean) - Constructor for class org.springframework.expression.spel.support.BooleanTypedValue
 
booleanValue(Boolean) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the boolean value found.
booleanValue(Boolean) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Boolean value found.
bootstrap - Variable in class org.springframework.http.client.Netty4ClientHttpRequest
 
bootstrap - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
bootstrapCacheLoader - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
bootstrapContext - Variable in class org.springframework.jca.context.BootstrapContextAwareProcessor
 
bootstrapContext - Variable in class org.springframework.jca.context.ResourceAdapterApplicationContext
 
bootstrapContext - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
BootstrapContext - Interface in org.springframework.test.context
BootstrapContext encapsulates the context in which the Spring TestContext Framework is bootstrapped.
bootstrapContext - Variable in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
BootstrapContextAware - Interface in org.springframework.jca.context
Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.
BootstrapContextAwareProcessor - Class in org.springframework.jca.context
BeanPostProcessor implementation that passes the BootstrapContext to beans that implement the BootstrapContextAware interface.
BootstrapContextAwareProcessor(BootstrapContext) - Constructor for class org.springframework.jca.context.BootstrapContextAwareProcessor
Create a new BootstrapContextAwareProcessor for the given context.
bootstrapExecutor - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
bootstrapExecutor - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
bootstrapMethods - Variable in class org.springframework.asm.ClassWriter
The BootstrapMethods attribute.
bootstrapMethods - Variable in class org.springframework.asm.Context
The start index of each bootstrap method.
bootstrapMethodsCount - Variable in class org.springframework.asm.ClassWriter
The number of entries in the BootstrapMethods attribute.
BootstrapSessionFactoryInvocationHandler(AsyncTaskExecutor) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.BootstrapSessionFactoryInvocationHandler
 
BootstrapUtils - Class in org.springframework.test.context
BootstrapUtils is a collection of utility methods to assist with bootstrapping the Spring TestContext Framework.
BootstrapUtils() - Constructor for class org.springframework.test.context.BootstrapUtils
 
BootstrapWith - Annotation Type in org.springframework.test.context
@BootstrapWith defines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework.
BOUNDARY_CHARS - Static variable in class org.springframework.util.MimeTypeUtils
 
BOUNDARY_STRING_HINT - Static variable in class org.springframework.core.codec.ResourceRegionEncoder
 
BOUNDARY_STRING_HINT - Static variable in class org.springframework.http.codec.ResourceRegionHttpMessageWriter
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
bounds - Variable in class org.springframework.core.ResolvableType.WildcardBounds
 
Bracket(char, int) - Constructor for class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
bracket - Variable in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
bridgedMethod - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
bridgedMethod - Variable in class org.springframework.messaging.handler.HandlerMethod
 
bridgedMethod - Variable in class org.springframework.web.method.HandlerMethod
 
BridgeMethodResolver - Class in org.springframework.core
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - Constructor for class org.springframework.core.BridgeMethodResolver
 
broadcastDestination - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler.BroadcastHandler
 
broadcastDestination - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
broadcastHandler - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
BroadcastHandler(MessageSendingOperations<String>, String) - Constructor for class org.springframework.messaging.simp.user.UserDestinationMessageHandler.BroadcastHandler
 
BrokerAvailabilityEvent - Class in org.springframework.messaging.simp.broker
Event raised when a broker's availabilty changes
BrokerAvailabilityEvent(boolean, Object) - Constructor for class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
Creates a new BrokerAvailabilityEvent.
brokerAvailable - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
brokerAvailable - Variable in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
 
brokerChannel - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
brokerChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerChannel - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
brokerChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerChannelRegistration - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
brokerMessageConverter() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerMessagingTemplate() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerRegistry - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerRelayRegistration - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
brokerTemplate - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
brokerTemplate - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
browse(BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in the default JMS queue.
browse(Queue, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in a JMS queue.
browse(BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browse(Queue, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BrowserCallback<T> - Interface in org.springframework.jms.core
Callback for browsing the messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(Queue, String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browseSelected(Queue, String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BshExecutionException(EvalError) - Constructor for exception org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException
 
BshObjectInvocationHandler(XThis) - Constructor for class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 
BshScriptEvaluator - Class in org.springframework.scripting.bsh
BeanShell-based implementation of Spring's ScriptEvaluator strategy interface.
BshScriptEvaluator() - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptFactory - Class in org.springframework.scripting.bsh
ScriptFactory implementation for a BeanShell script.
BshScriptFactory(String) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptUtils - Class in org.springframework.scripting.bsh
Utility methods for handling BeanShell-scripted objects.
BshScriptUtils() - Constructor for class org.springframework.scripting.bsh.BshScriptUtils
 
BshScriptUtils.BshExecutionException - Exception in org.springframework.scripting.bsh
Exception to be thrown on script execution failure.
BshScriptUtils.BshObjectInvocationHandler - Class in org.springframework.scripting.bsh
InvocationHandler that invokes a BeanShell script method.
BSM - Static variable in class org.springframework.asm.ClassWriter
The type of BootstrapMethods items.
buf - Variable in class org.springframework.asm.Type
A buffer containing the internal name of this Java type.
buffer - Variable in class org.springframework.asm.Context
The buffer used to read strings.
buffer - Variable in class org.springframework.core.style.ToStringCreator
 
buffer - Variable in class org.springframework.http.server.reactive.ServletServerHttpRequest
 
buffer - Variable in class org.springframework.test.web.reactive.server.WiretapClientHttpRequest
 
buffer - Variable in class org.springframework.test.web.reactive.server.WiretapClientHttpResponse
 
buffer - Variable in class org.springframework.util.CommonsLogWriter
 
buffer - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
 
BufferedImageHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write BufferedImages.
BufferedImageHttpMessageConverter() - Constructor for class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
bufferedOutput - Variable in class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
bufferedOutput - Variable in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
bufferFactory() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
bufferFactory - Variable in class org.springframework.http.client.reactive.ReactorClientHttpRequest
 
bufferFactory() - Method in class org.springframework.http.client.reactive.ReactorClientHttpRequest
 
bufferFactory() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
Return a DataBufferFactory that can be used to create the body.
bufferFactory() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
bufferFactory - Variable in class org.springframework.http.server.reactive.ReactorServerHttpRequest
 
bufferFactory() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
bufferFactory - Variable in class org.springframework.http.server.reactive.ServletServerHttpRequest
 
bufferFactory - Variable in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
bufferFactory - Variable in class org.springframework.http.server.reactive.UndertowServerHttpRequest.RequestBodyPublisher
 
bufferFactory - Variable in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
bufferFactory() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
bufferFactory - Variable in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
bufferFactory - Static variable in class org.springframework.test.web.reactive.server.WiretapClientHttpRequest
 
bufferFactory - Static variable in class org.springframework.test.web.reactive.server.WiretapClientHttpResponse
 
bufferFactory - Variable in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 
bufferFactory() - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 
bufferFactory() - Method in class org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
 
bufferFactory - Variable in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
 
bufferFactory - Variable in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
 
bufferFactory - Variable in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
 
bufferFactory - Variable in class org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy.DefaultCallback
 
bufferFactory() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
Return a DataBuffer Factory to create message payloads.
BufferingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
Create a buffering wrapper for the given ClientHttpRequestFactory.
BufferingClientHttpRequestWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpRequest that wraps another request.
BufferingClientHttpRequestWrapper(ClientHttpRequest) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
BufferingClientHttpResponseWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpResponse that reads the response's body into memory, thus allowing for multiple invocations of BufferingClientHttpResponseWrapper.getBody().
BufferingClientHttpResponseWrapper(ClientHttpResponse) - Constructor for class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
bufferingDecoder - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
BufferingStompDecoder - Class in org.springframework.messaging.simp.stomp
An extension of StompDecoder that buffers content remaining in the input ByteBuffer after the parent class has read all (complete) STOMP frames from it.
BufferingStompDecoder(StompDecoder, int) - Constructor for class org.springframework.messaging.simp.stomp.BufferingStompDecoder
Create a new BufferingStompDecoder wrapping the given StompDecoder.
bufferPool - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
bufferRequestBody - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
bufferRequestBody - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
buffers - Variable in class org.springframework.util.FastByteArrayOutputStream
 
buffersIterator - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
bufferSize - Variable in class org.springframework.core.codec.ResourceEncoder
 
bufferSize - Variable in class org.springframework.core.codec.ResourceRegionEncoder
 
bufferSize - Variable in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
bufferSize - Variable in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
bufferSize - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
bufferSize - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
bufferSizeLimit - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
bufferSizeLimit - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
bufferToString(DataBuffer, Charset) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
build() - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
 
build() - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 
build() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
 
build() - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
 
build() - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
Builds the event.
build() - Method in class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
build() - Method in interface org.springframework.http.ContentDisposition.Builder
Build the content disposition
build() - Method in class org.springframework.http.ContentDisposition.BuilderImpl
 
build() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Build a new ObjectMapper instance.
build() - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
build() - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Builds the request entity with no body.
build() - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
Create the HttpCookie.
build() - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
build() - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Build the response entity with no body.
build() - Method in class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
 
build() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Build a ServerHttpRequest decorator with the mutated properties.
build() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Build the embedded database.
build() - Method in class org.springframework.messaging.support.MessageBuilder
 
build() - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Builds the request with no body.
build() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
build() - Method in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
 
build(RequestExpectationManager) - Method in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
 
build() - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
Build the MockRestServiceServer and set up the underlying RestTemplate or AsyncRestTemplate with a ClientHttpRequestFactory that creates mock requests.
build(RequestExpectationManager) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
An overloaded build alternative that accepts a custom RequestExpectationManager.
build() - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
build() - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
Build the WebTestClient instance.
build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Shortcut to build the test client.
build() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Build the WebClient configured via this builder.
build() - Method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
 
build() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Build the HtmlUnitDriver configured via this builder.
build() - Method in interface org.springframework.test.web.servlet.MockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
 
build() - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Builds the request entity with no body.
build() - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
build() - Method in class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
 
build() - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
build() - Method in interface org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
Builds the ExchangeStrategies.
build() - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Builder the WebClient instance.
build() - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
build() - Method in class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder
 
build() - Method in class org.springframework.web.reactive.function.server.DefaultRenderingResponseBuilder
 
build() - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
build(<any>) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
build(BiFunction<ServerWebExchange, HandlerStrategies, <any>>) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
build() - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Build the response.
build() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
Builds the HandlerStrategies.
build() - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
Build the response.
build() - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Build the response entity with no body.
build(<any>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Build the response entity with no body.
build(BiFunction<ServerWebExchange, HandlerStrategies, <any>>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Build the response entity with a custom writer function.
build() - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Build the RequestMappingInfo.
build() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
build() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Build the HttpHandler.
build() - Method in class org.springframework.web.server.DefaultServerWebExchangeBuilder
 
build() - Method in interface org.springframework.web.server.ServerWebExchange.Builder
Build a ServerWebExchange decorator with the mutated properties.
build() - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
build() - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Return one or more Object-MediaType pairs to write via SseEmitter.send(Object, MediaType).
build() - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
build() - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Build the RequestMappingInfo.
build() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
build(Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriBuilderFactory.DefaultUriBuilder
 
build(Object...) - Method in class org.springframework.web.util.DefaultUriBuilderFactory.DefaultUriBuilder
 
build(Object...) - Method in interface org.springframework.web.util.UriBuilder
Build a URI instance and replaces URI template variables with the values from an array.
build(Map<String, ?>) - Method in interface org.springframework.web.util.UriBuilder
Build a URI instance and replaces URI template variables with the values from a map.
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a URI instance and replaces URI template variables with the values from an array.
build(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a URI instance and replaces URI template variables with the values from a map.
build() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
build() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
buildAdvice(Executor, AsyncUncaughtExceptionHandler) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
buildAdvisors(String, Object[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Determine the advisors for the given bean, including the specific interceptors as well as the common interceptor, all adapted to the Advisor interface.
buildAndExpand(Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from an array.
buildAspectJAdvisors() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Look for AspectJ-annotated aspect beans in the current bean factory, and return to a list of Spring AOP Advisors representing them.
buildAutowiringMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
buildBootstrap(URI, boolean) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
buildCacheManager() - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the default configuration.
buildCacheManager(String) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the default configuration.
buildCacheManager(Resource) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the given configuration resource.
buildCacheManager(String, Resource) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the given configuration resource.
buildContextHierarchyMap(Class<?>) - Static method in class org.springframework.test.context.support.ContextLoaderUtils
Build a context hierarchy map for the supplied test class and its superclasses, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultMergedContextConfiguration(Class<?>, CacheAwareContextLoaderDelegate) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
buildDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Perform Spring-based scanning for entity classes.
buildDescription(BeanReference, BeanDefinition) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDescription(BeanReference, BeanReference) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDocument(ErrorHandler, InputStream) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Validate the given stream and return a valid DOM document for parsing.
buildDocument() - Method in class org.springframework.oxm.support.AbstractMarshaller
Build a new Document from this marshaller's DocumentBuilderFactory, as a placeholder for a DOM node.
Builder() - Constructor for class org.springframework.cache.interceptor.CacheableOperation.Builder
 
Builder() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 
Builder() - Constructor for class org.springframework.cache.interceptor.CacheOperation.Builder
 
Builder() - Constructor for class org.springframework.cache.interceptor.CachePutOperation.Builder
 
builder() - Static method in class org.springframework.http.codec.ServerSentEvent
Return a builder for a SseEvent.
builder(T) - Static method in class org.springframework.http.codec.ServerSentEvent
Return a builder for a SseEvent, populated with the give data.
builder(String) - Static method in class org.springframework.http.ContentDisposition
Return a builder for a ContentDisposition.
builder - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
builder() - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
Return a mutable builder for a ExchangeStrategies with default initialization.
builder(ApplicationContext) - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
Return a mutable builder based on the given application context.
builder() - Static method in interface org.springframework.web.reactive.function.client.WebClient
Obtain a WebClient builder.
builder() - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
Return a mutable builder for a HandlerStrategies with default initialization.
builder(ApplicationContext) - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
Return a mutable builder based on the given application context.
builder() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
 
builder() - Method in interface org.springframework.web.util.UriBuilderFactory
Return a builder to prepare a new URI.
BuilderConfiguration() - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
 
BuilderConfiguration() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
 
builderConsumer - Variable in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
 
BuilderImpl() - Constructor for class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
BuilderImpl(T) - Constructor for class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
BuilderImpl(String) - Constructor for class org.springframework.http.ContentDisposition.BuilderImpl
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches.BeanPropertyMatches
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches
Build an error message for the given invalid property name, indicating the possible property matches.
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches.FieldPropertyMatches
 
buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Build an error message for an SQL script execution failure, based on the supplied arguments.
builders - Variable in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
buildExcelDocument(Map<String, Object>, Workbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
Application-provided subclasses must implement this method to populate the Excel workbook document, given the model.
buildExceptionMessage(List<String>, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Build an exception message for the given list of invalid properties.
buildExceptionMessage(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.
buildFeedEntries(Map<String, Object>, Feed, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
buildFeedEntries(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, T, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, Channel, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
buildFeedItems(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
Subclasses must implement this method to build feed items, given the model.
buildFeedMetadata(Map<String, Object>, T, HttpServletRequest) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Populate the feed metadata (title, link, description, etc.).
buildFieldList(String, List<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the supplied field to the supplied field list.
buildFlattenedMap(Map<String, Object>, Map<String, Object>, String) - Method in class org.springframework.beans.factory.config.YamlProcessor
 
buildGenericTypeAwarePropertyDescriptor(Class<?>, PropertyDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
buildGroovyClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Build a GroovyClassLoader for the given ClassLoader.
buildHttpContext(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Build the HttpContext for the given endpoint.
buildIndexedPropertyName(String, int) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildInternalBeanFactory(ConfigurableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Build an internal BeanFactory for resolving target beans.
buildKeyedPropertyName(String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildLazyResolutionProxy(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a lazily resolving resource proxy for the given name and type, delegating to CommonAnnotationBeanPostProcessor.getResource(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String) on demand once a method call comes in.
buildLifecycleMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
buildListenerArguments(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Build an array of arguments to be passed into the target listener method.
buildLiveBeansView() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occurred during processing the given request.
buildManagedTask(Runnable, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildManagedTask(Callable<T>, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildMergedContextConfiguration() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMergedContextConfiguration(Class<?>, List<ContextConfigurationAttributes>, MergedContextConfiguration, CacheAwareContextLoaderDelegate, boolean) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
Build the merged context configuration for the supplied testClass, context configuration attributes, and parent context configuration.
buildMergedContextConfiguration() - Method in interface org.springframework.test.context.TestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMergedTestPropertySources(Class<?>) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
 
buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Build a message for the given base message and root cause.
buildMessage(String, EncodedResource) - Static method in exception org.springframework.jdbc.datasource.init.ScriptParseException
 
buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Build a message String for the given SQLException.
buildMessage(Session, Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Build a JMS message to be sent as response based on the given result object.
buildMessageInterpolator(MessageSource) - Static method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
buildNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate5.SpringJtaSessionContext
 
buildPathExposingHandler(Object, String, String, Map<String, String>) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Build a handler object for the given raw handler, exposing the actual handler, the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, as well as the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE before executing the handler.
buildPattern(char[], char[]) - Method in class org.springframework.web.util.patterns.RegexPathElement
 
buildPdfDocument(Map<String, Object>, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to build an iText PDF document, given the model.
buildPdfMetadata(Map<String, Object>, Document, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Populate the iText Document's meta fields (author, title, etc.).
buildPersistenceMetadata(Class<?>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
buildPointcut(Set<Class<? extends Annotation>>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Calculate a pointcut for the given async annotation types, if any.
buildPointcutExpression(ClassLoader) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Build the underlying AspectJ pointcut expression.
buildRequest(HttpHeaders, byte[], URI, HttpMethod) - Static method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
buildRequest(HttpHeaders, byte[], URI, HttpMethod) - Static method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
buildRequest(ServletContext) - Method in interface org.springframework.test.web.servlet.RequestBuilder
Build the request.
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
buildResourceMetadata(Class<?>) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
buildSafePointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Build a 'safe' pointcut that excludes the AspectJ advice method itself.
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
buildSessionFactory(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Build the Hibernate SessionFactory through background bootstrapping, using the given executor for a parallel initialization phase (e.g.
buildSessionModel(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker HttpSessionHashModel for the given request, detecting whether a session already exists and reacting accordingly.
buildSqlParameterList(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
buildSqlTypeArray(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter types from an SqlParameterSource into a corresponding int array.
buildTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker template model for the given model Map.
buildTestContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
buildTestContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
Build the TestContext for the BootstrapContext associated with this bootstrapper.
buildTypedStringValue(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildTypedStringValueForMap(String, String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildTypeVariableMap(ResolvableType, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
 
buildUserTransaction(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Build a UserTransaction handle based on the given TransactionManager.
buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildValueArray(String, Map<String, ?>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildView(String) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
buildWebSocketExtensions() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
 
buildWiringInfo(Object, Configurable) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
Build the BeanWiringInfo for the given Configurable annotation.
buildXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Build the native XStream delegate to be used by this marshaller, delegating to XStreamMarshaller.constructXStream(), XStreamMarshaller.configureXStream(XStream) and XStreamMarshaller.customizeXStream(XStream).
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
bundleCache - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
bundleClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
bundleClassLoader - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
businessInterface - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
businessInterface - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
ButtonTag - Class in org.springframework.web.servlet.tags.form
An HTML button tag.
ButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.ButtonTag
 
bv - Variable in class org.springframework.asm.AnnotationWriter
The annotation values in bytecode form.
byPassReturnParameter(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Should we bypass the return parameter with the specified name.
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
BYTE - Static variable in class org.springframework.asm.Frame
The BYTE type.
BYTE - Static variable in class org.springframework.asm.Type
The sort of the byte type.
BYTE_ARRAY_TYPE - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
BYTE_BUFFER_TYPE - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
BYTE_RANGE_PREFIX - Static variable in class org.springframework.http.HttpRange
 
BYTE_TYPE - Static variable in class org.springframework.asm.Type
The byte type.
byteArray - Variable in class org.springframework.core.io.ByteArrayResource
 
ByteArrayDataSource(String, byte[], int, int) - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
ByteArrayDecoder - Class in org.springframework.core.codec
Decoder for byte arrays.
ByteArrayDecoder() - Constructor for class org.springframework.core.codec.ByteArrayDecoder
 
ByteArrayEncoder - Class in org.springframework.core.codec
Encoder for byte arrays.
ByteArrayEncoder() - Constructor for class org.springframework.core.codec.ByteArrayEncoder
 
ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
Create a new instance of the ByteArrayHttpMessageConverter.
ByteArrayMessageConverter - Class in org.springframework.messaging.converter
A MessageConverter that supports MIME type "application/octet-stream" with the payload converted to and from a byte[].
ByteArrayMessageConverter() - Constructor for class org.springframework.messaging.converter.ByteArrayMessageConverter
 
ByteArrayMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
ByteArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for byte arrays.
ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
ByteArrayResource - Class in org.springframework.core.io
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
byteBuf - Variable in class org.springframework.core.io.buffer.NettyDataBuffer
 
byteBufAllocator - Variable in class org.springframework.core.io.buffer.NettyDataBufferFactory
 
byteBuffer - Variable in class org.springframework.core.io.buffer.DefaultDataBuffer
 
byteBuffer - Variable in class org.springframework.http.server.reactive.UndertowServerHttpResponse.ResponseBodyProcessor
 
ByteBufferConverter - Class in org.springframework.core.convert.support
Converts a ByteBuffer directly to and from byte[]s and indirectly to any type that the ConversionService support via byte[].
ByteBufferConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ByteBufferConverter
 
ByteBufferDecoder - Class in org.springframework.core.codec
Decoder for ByteBuffers.
ByteBufferDecoder() - Constructor for class org.springframework.core.codec.ByteBufferDecoder
 
ByteBufferEncoder - Class in org.springframework.core.codec
Encoder for ByteBuffers.
ByteBufferEncoder() - Constructor for class org.springframework.core.codec.ByteBufferEncoder
 
byteBufferPool - Variable in class org.springframework.http.server.reactive.UndertowServerHttpRequest.RequestBodyPublisher
 
byteCount - Variable in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
 
ByteRange(long, Long) - Constructor for class org.springframework.http.HttpRange.ByteRange
 
bytes - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
 
bytes(byte[]) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Compare the body of the request to the given byte array.
bytes(byte[]) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content as a byte array.
bytes - Variable in class org.springframework.web.socket.TextMessage
 
bytesCache - Variable in class org.springframework.context.support.ContextTypeMatchClassLoader
Cache for byte array per class name
bytesToObject(byte[]) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert the COMMAREA's bytes to an object.
ByteVector - Class in org.springframework.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.springframework.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.springframework.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

Cache - Interface in org.springframework.cache
Interface that defines common cache operations.
cache - Variable in class org.springframework.cache.caffeine.CaffeineCache
 
cache - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheCache
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cache - Variable in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
cache - Variable in class org.springframework.cache.jcache.JCacheCache
 
cache - Static variable in class org.springframework.context.index.CandidateComponentsIndexLoader
 
cache - Static variable in class org.springframework.core.ResolvableType
 
cache - Static variable in class org.springframework.core.SerializableTypeWrapper
 
cache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
cache - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
cache - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cache - Variable in class org.springframework.objenesis.SpringObjenesis
 
cache - Variable in class org.springframework.web.reactive.resource.CachingResourceResolver
 
cache - Variable in class org.springframework.web.reactive.resource.CachingResourceTransformer
 
cache(boolean) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Enable or disable caching.
cache - Variable in class org.springframework.web.servlet.resource.CachingResourceResolver
 
cache - Variable in class org.springframework.web.servlet.resource.CachingResourceTransformer
 
cache - Static variable in class org.springframework.web.socket.server.standard.SpringConfigurator
 
cache - Variable in class org.springframework.web.util.ParsingPathMatcher
 
Cache.ValueRetrievalException - Exception in org.springframework.cache
Wrapper exception to be thrown from Cache.get(Object, Callable) in case of the value loader callback failing with an exception.
Cache.ValueWrapper - Interface in org.springframework.cache
A (wrapper) object representing a cache value.
CACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
CACHE_ASPECT_CLASS_NAME - Static variable in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
CACHE_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.cache.annotation.CachingConfigurationSelector
 
CACHE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CACHE_AUTO - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates automatic choice of an appropriate caching level (depending on the transaction management strategy).
CACHE_CONNECTION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection for each listener thread.
CACHE_CONSUMER - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection, a JMS Session, and a JMS MessageConsumer for each listener thread.
CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cache-Control header field name.
CACHE_EVICT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_HEADER - Static variable in class org.springframework.web.reactive.resource.AppCacheManifestTransformer
 
CACHE_HEADER - Static variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer
 
CACHE_MANAGER_ATTRIBUTE - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
CACHE_NONE - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache no JMS resources at all.
CACHE_PUT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_SESSION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection and a JMS Session for each listener thread.
CACHE_TURNOFF_THRESHOLD - Static variable in class org.springframework.util.AntPathMatcher
 
Cacheable - Annotation Type in org.springframework.cache.annotation
Annotation indicating that the result of invoking a method (or all methods in a class) can be cached.
CACHEABLE_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
CacheableOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'cacheable' operation.
CacheableOperation(CacheableOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheableOperation
 
CacheableOperation.Builder - Class in org.springframework.cache.interceptor
 
CacheAdviceParser - Class in org.springframework.cache.config
BeanDefinitionParser for the <tx:advice/> tag.
CacheAdviceParser() - Constructor for class org.springframework.cache.config.CacheAdviceParser
 
CacheAdviceParser.Props - Class in org.springframework.cache.config
Simple, reusable class used for overriding defaults.
cacheAdvisor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
cacheAdvisor() - Method in class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
 
cacheAnnotation - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
CacheAnnotationParser - Interface in org.springframework.cache.annotation
Strategy interface for parsing known caching annotation types.
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJJCacheConfiguration
 
CacheAspectSupport - Class in org.springframework.cache.interceptor
Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect.
CacheAspectSupport() - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheAspectSupport.CacheOperationCacheKey - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContext - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContexts - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationMetadata - Class in org.springframework.cache.interceptor
Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching.
CacheAspectSupport.CachePutRequest - Class in org.springframework.cache.interceptor
 
CacheAwareContextLoaderDelegate - Interface in org.springframework.test.context
A CacheAwareContextLoaderDelegate is responsible for loading and closing application contexts, interacting transparently with a ContextCache behind the scenes.
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.MergedContextConfiguration
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.support.DefaultBootstrapContext
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.support.DefaultTestContext
 
cacheBeanMetadata - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Whether to cache bean metadata or rather reobtain it for every access
cacheBuilder - Variable in class org.springframework.cache.caffeine.CaffeineCacheManager
 
CacheConfig - Annotation Type in org.springframework.cache.annotation
@CacheConfig provides a mechanism for sharing common cache-related settings at the class level.
cacheConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
CacheControl - Class in org.springframework.http
A builder for creating "Cache-Control" HTTP response headers.
CacheControl() - Constructor for class org.springframework.http.CacheControl
Create an empty CacheControl instance.
cacheControl(CacheControl) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
cacheControl(CacheControl) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cacheControl(CacheControl) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Cache-Control" header with the given value.
cacheControl - Variable in class org.springframework.web.reactive.config.ResourceHandlerRegistration
 
cacheControl(CacheControl) - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
cacheControl(CacheControl) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
cacheControl(CacheControl) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cacheControl(CacheControl) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cacheControl - Variable in class org.springframework.web.reactive.resource.ResourceWebHandler
 
cacheControl - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cacheControl - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
cacheControlMappings - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
CACHED_COMMON_TYPES - Static variable in class org.springframework.core.convert.TypeDescriptor
 
cachedAdvisorBeanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
cachedBundleMessageFormats - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold already generated MessageFormats.
cachedConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedContent - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
 
cachedExecutor - Variable in class org.springframework.expression.spel.ast.ConstructorReference
The cached executor that may be reused on subsequent evaluations.
cachedExecutor - Variable in class org.springframework.expression.spel.ast.MethodReference
 
CachedExpressionEvaluator - Class in org.springframework.context.expression
Shared utility class used to evaluate and cache SpEL expressions that are defined on AnnotatedElement.
CachedExpressionEvaluator(SpelExpressionParser) - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
Create a new instance with the specified SpelExpressionParser.
CachedExpressionEvaluator() - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
Create a new instance with a default SpelExpressionParser.
CachedExpressionEvaluator.ExpressionKey - Class in org.springframework.context.expression
 
cachedFactory - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
cachedFieldValue - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cachedFilenames - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold filename lists per Locale
cachedHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The EJB's home object, potentially cached.
cachedIntrospectionResults - Variable in class org.springframework.beans.BeanWrapperImpl
Cached introspections results for this object, to prevent encountering the cost of JavaBeans introspection every time.
CachedIntrospectionResults - Class in org.springframework.beans
Internal class that caches JavaBeans PropertyDescriptor information for a Java class.
CachedIntrospectionResults(Class<?>) - Constructor for class org.springframework.beans.CachedIntrospectionResults
Create a new CachedIntrospectionResults instance for the given class.
cacheDir - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
cachedMergedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold merged loaded properties per locale
CachedMessageConsumer - Class in org.springframework.jms.connection
JMS MessageConsumer decorator that adapts all calls to a shared MessageConsumer instance underneath.
CachedMessageConsumer(MessageConsumer) - Constructor for class org.springframework.jms.connection.CachedMessageConsumer
 
cachedMessageFormats - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
Cache to hold already generated MessageFormats per message code
cachedMessageFormats - Variable in class org.springframework.context.support.StaticMessageSource
 
CachedMessageProducer - Class in org.springframework.jms.connection
JMS MessageProducer decorator that adapts calls to a shared MessageProducer instance underneath, managing QoS settings locally within the decorator.
CachedMessageProducer(MessageProducer) - Constructor for class org.springframework.jms.connection.CachedMessageProducer
 
cachedMethodArguments - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
CachedMethodExecutor(MethodExecutor, Class<?>, TypeDescriptor, List<TypeDescriptor>) - Constructor for class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
cachedObject - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cachedParsers - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedPrinters - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold already loaded properties per filename
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedReadName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedResourceBundles - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold loaded ResourceBundles.
cachedResult - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
CachedResultHolder(Object) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory.CachedResultHolder
 
CachedSessionInvocationHandler(Session, LinkedList<Session>) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedSessions - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cachedSql - Variable in class org.springframework.jdbc.object.SqlOperation
Parsed representation of the SQL statement
cachedStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cachedStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cachedTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedWriteName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cacheEntryFactory - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
CacheErrorHandler - Interface in org.springframework.cache.interceptor
A strategy for handling cache-related errors.
CacheEvaluationContext - Class in org.springframework.cache.interceptor
Cache specific evaluation context that adds a method parameters as SpEL variables, in a lazy manner.
CacheEvaluationContext(Object, Method, Object[], ParameterNameDiscoverer) - Constructor for class org.springframework.cache.interceptor.CacheEvaluationContext
 
cacheEventListeners - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
CacheEvict - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) triggers a cache evict operation.
CacheEvictOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'evict' operation.
CacheEvictOperation(CacheEvictOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
 
CacheEvictOperation.Builder - Class in org.springframework.cache.interceptor
 
cacheException(Cache, ExceptionTypeFilter, Object, Throwable) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
CacheExpressionRootObject - Class in org.springframework.cache.interceptor
Class describing the root object used during the expression evaluation.
CacheExpressionRootObject(Collection<? extends Cache>, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheExpressionRootObject
 
cacheForSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
cacheForSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
cacheHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
cacheInterceptor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheInterceptor - Class in org.springframework.cache.interceptor
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).
CacheInterceptor() - Constructor for class org.springframework.cache.interceptor.CacheInterceptor
 
cacheInterceptor() - Method in class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
 
CacheInvocationParameterImpl(AbstractJCacheOperation.CacheParameterDetail, Object) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
 
cacheKeyGenerator - Variable in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
cacheLevel - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
cacheLevel - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
cacheLevelName - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
cacheLimit - Variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory.LocalResourceCache
 
cacheLimit - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
cacheLimit - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
cacheLimit - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
cacheLimit - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
cacheLimit(int) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Specify the maximum number of entries for the view cache.
cacheLimit - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
The maximum number of entries in the cache
cacheLoader - Variable in class org.springframework.cache.caffeine.CaffeineCacheManager
 
CacheManagementConfigUtils - Class in org.springframework.cache.config
Configuration constants for internal sharing across subpackages.
CacheManagementConfigUtils() - Constructor for class org.springframework.cache.config.CacheManagementConfigUtils
 
cacheManager - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManager() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the cache manager bean to use for annotation-driven cache management.
cacheManager() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
cacheManager - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
CacheManager - Interface in org.springframework.cache
Spring's central cache manager SPI.
cacheManager - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManager - Variable in class org.springframework.cache.interceptor.AbstractCacheResolver
 
cacheManager - Variable in class org.springframework.cache.interceptor.CacheOperation.Builder
 
cacheManager - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheManager - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagerName - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManagerProperties - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagers - Variable in class org.springframework.cache.support.CompositeCacheManager
 
cacheManagerUri - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheMap - Variable in class org.springframework.cache.caffeine.CaffeineCacheManager
 
cacheMap - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
cacheMap - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheMappings - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
cacheMillis - Variable in class org.springframework.context.support.AbstractResourceBasedMessageSource
 
cacheName - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
cacheNames - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheOperation.Builder
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheNames - Variable in class org.springframework.cache.interceptor.NamedCacheResolver
 
cacheNames - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheNames - Variable in class org.springframework.cache.support.NoOpCacheManager
 
CacheNamespaceHandler - Class in org.springframework.cache.config
NamespaceHandler allowing for the configuration of declarative cache management using either XML or using annotations.
CacheNamespaceHandler() - Constructor for class org.springframework.cache.config.CacheNamespaceHandler
 
cacheOperation - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
 
CacheOperation - Class in org.springframework.cache.interceptor
Base class for cache operations.
CacheOperation(CacheOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheOperation
 
CacheOperation.Builder - Class in org.springframework.cache.interceptor
 
CacheOperationCacheKey(CacheOperation, Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
 
CacheOperationContext(CacheAspectSupport.CacheOperationMetadata, Object[], Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
CacheOperationContexts(Collection<? extends CacheOperation>, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
 
CacheOperationExpressionEvaluator - Class in org.springframework.cache.interceptor
Utility class handling the SpEL expression parsing.
CacheOperationExpressionEvaluator() - Constructor for class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
 
CacheOperationInvocationContext<O extends BasicOperation> - Interface in org.springframework.cache.interceptor
Representation of the context of the invocation of a cache operation.
CacheOperationInvoker - Interface in org.springframework.cache.interceptor
Abstract the invocation of a cache operation.
CacheOperationInvoker.ThrowableWrapper - Exception in org.springframework.cache.interceptor
Wrap any exception thrown while invoking CacheOperationInvoker.invoke().
CacheOperationInvokerAdapter(CacheOperationInvoker) - Constructor for class org.springframework.cache.jcache.interceptor.JCacheAspectSupport.CacheOperationInvokerAdapter
 
CacheOperationMetadata(CacheOperation, Method, Class<?>, KeyGenerator, CacheResolver) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
 
cacheOperationSource() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheOperationSource - Interface in org.springframework.cache.interceptor
Interface used by CacheInterceptor.
cacheOperationSource() - Method in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
CacheOperationSourcePointcut - Class in org.springframework.cache.interceptor
A Pointcut that matches if the underlying CacheOperationSource has an attribute for a given method.
CacheOperationSourcePointcut() - Constructor for class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
cacheOperationSources - Variable in class org.springframework.cache.interceptor.CompositeCacheOperationSource
 
CacheParameterDetail(Method, int) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
 
cachePatterns - Variable in class org.springframework.util.AntPathMatcher
 
cachePeriod - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cachePrivate - Variable in class org.springframework.http.CacheControl
 
cachePrivate() - Method in class org.springframework.http.CacheControl
Add a "private" directive.
cacheProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
CacheProxyFactoryBean - Class in org.springframework.cache.interceptor
Proxy factory bean for simplified declarative caching handling.
CacheProxyFactoryBean() - Constructor for class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
cachePublic - Variable in class org.springframework.http.CacheControl
 
cachePublic() - Method in class org.springframework.http.CacheControl
Add a "public" directive.
CachePut - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) triggers a cache put operation.
CachePutInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CachePut.
CachePutInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CachePutInterceptor
 
cachePutInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CachePutOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'put' operation.
CachePutOperation(CachePutOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CachePutOperation
 
CachePutOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CachePut operation.
CachePutOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.CachePutOperation
 
CachePutOperation.Builder - Class in org.springframework.cache.interceptor
 
CachePutRequest(CacheAspectSupport.CacheOperationContext, Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
cacheQueries - Variable in class org.springframework.orm.hibernate5.HibernateTemplate
 
CacheRemoveAllInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheRemoveAll.
CacheRemoveAllInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveAllInterceptor
 
cacheRemoveAllInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheRemoveAllOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheRemoveAll operation.
CacheRemoveAllOperation(<any>, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveAllOperation
 
CacheRemoveEntryInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheRemove.
CacheRemoveEntryInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveEntryInterceptor
 
cacheRemoveEntryInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheRemoveOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheRemove operation.
CacheRemoveOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveOperation
 
cacheResolver - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheResolver() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the CacheResolver bean to use to resolve regular caches for annotation-driven cache management.
cacheResolver() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
cacheResolver - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheOperation.Builder
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheOperation
 
CacheResolver - Interface in org.springframework.cache.interceptor
Determine the Cache instance(s) to use for an intercepted method invocation.
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource.LazyCacheResolver
 
CacheResolverAdapter - Class in org.springframework.cache.jcache.interceptor
Spring's CacheResolver implementation that delegates to a standard JSR-107 javax.cache.annotation.CacheResolver.
CacheResolverAdapter(javax.cache.annotation.CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResolverAdapter
Create a new instance with the JSR-107 cache resolver to invoke.
CacheResultInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheResult.
CacheResultInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
cacheResultInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheResultOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheResult operation.
CacheResultOperation(<any>, CacheResolver, KeyGenerator, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResultOperation
 
caches - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
caches - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
caches - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
caches - Variable in class org.springframework.cache.support.NoOpCacheManager
 
caches - Variable in class org.springframework.cache.support.SimpleCacheManager
 
cacheSeconds - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
cacheSection - Variable in class org.springframework.web.reactive.resource.AppCacheManifestTransformer.LineInfo
 
cacheSection - Variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.LineInfo
 
cacheSessionBean - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
cacheSize - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The number of keys buffered in a cache
cacheStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cacheStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
cacheUnresolved - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether we should refrain from resolving views again if unresolved once
cacheUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
cacheValue(CacheOperationInvocationContext<CachePutOperation>, Object) - Method in class org.springframework.cache.jcache.interceptor.CachePutInterceptor
 
cacheWide - Variable in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 
cacheWide - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
Caching - Annotation Type in org.springframework.cache.annotation
Group annotation for multiple cache annotations (of different or the same type).
CachingConfigurationSelector - Class in org.springframework.cache.annotation
Selects which implementation of AbstractCachingConfiguration should be used based on the value of EnableCaching.mode() on the importing @Configuration class.
CachingConfigurationSelector() - Constructor for class org.springframework.cache.annotation.CachingConfigurationSelector
 
CachingConfigurer - Interface in org.springframework.cache.annotation
Interface to be implemented by @Configuration classes annotated with @EnableCaching that wish or need to specify explicitly how caches are resolved and how keys are generated for annotation-driven cache management.
CachingConfigurerSupport - Class in org.springframework.cache.annotation
An implementation of CachingConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.
CachingConfigurerSupport() - Constructor for class org.springframework.cache.annotation.CachingConfigurerSupport
 
CachingConnectionFactory - Class in org.springframework.jms.connection
SingleConnectionFactory subclass that adds javax.jms.Session caching as well javax.jms.MessageProducer caching.
CachingConnectionFactory() - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for bean-style usage.
CachingConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for the given target ConnectionFactory.
CachingConnectionFactory.CachedSessionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler for a cached JMS Session proxy.
CachingConnectionFactory.ConsumerCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination and other consumer attributes.
CachingConnectionFactory.DestinationCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination reference.
CachingDestinationResolver - Interface in org.springframework.jms.support.destination
Extension of the DestinationResolver interface, exposing methods for clearing the cache.
CachingDestinationResolverProxy<D> - Class in org.springframework.messaging.core
DestinationResolver implementation that proxies a target DestinationResolver, caching its CachingDestinationResolverProxy.resolveDestination(java.lang.String) results.
CachingDestinationResolverProxy() - Constructor for class org.springframework.messaging.core.CachingDestinationResolverProxy
Create a new CachingDestinationResolverProxy, setting the target DestinationResolver through the CachingDestinationResolverProxy.setTargetDestinationResolver(org.springframework.messaging.core.DestinationResolver<D>) bean property.
CachingDestinationResolverProxy(DestinationResolver<D>) - Constructor for class org.springframework.messaging.core.CachingDestinationResolverProxy
Create a new CachingDestinationResolverProxy using the given target DestinationResolver to actually resolve destinations.
cachingInterceptor - Variable in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
CachingMetadataReaderFactory - Class in org.springframework.core.type.classreading
Caching implementation of the MetadataReaderFactory interface, caching a MetadataReader instance per Spring Resource handle (i.e.
CachingMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the default class loader, using a local resource cache.
CachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given ClassLoader, using a local resource cache.
CachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given ResourceLoader, using a shared resource cache if supported or a local resource cache otherwise.
CachingMetadataReaderFactory.LocalResourceCache - Class in org.springframework.core.type.classreading
 
CachingResourceResolver - Class in org.springframework.web.reactive.resource
A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and caches the result.
CachingResourceResolver(CacheManager, String) - Constructor for class org.springframework.web.reactive.resource.CachingResourceResolver
 
CachingResourceResolver(Cache) - Constructor for class org.springframework.web.reactive.resource.CachingResourceResolver
 
CachingResourceResolver - Class in org.springframework.web.servlet.resource
A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceResolver(CacheManager, String) - Constructor for class org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceResolver(Cache) - Constructor for class org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceTransformer - Class in org.springframework.web.reactive.resource
A ResourceTransformer that checks a Cache to see if a previously transformed resource exists in the cache and returns it if found, or otherwise delegates to the resolver chain and caches the result.
CachingResourceTransformer(CacheManager, String) - Constructor for class org.springframework.web.reactive.resource.CachingResourceTransformer
 
CachingResourceTransformer(Cache) - Constructor for class org.springframework.web.reactive.resource.CachingResourceTransformer
 
CachingResourceTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer that checks a Cache to see if a previously transformed resource exists in the cache and returns it if found, and otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceTransformer(CacheManager, String) - Constructor for class org.springframework.web.servlet.resource.CachingResourceTransformer
 
CachingResourceTransformer(Cache) - Constructor for class org.springframework.web.servlet.resource.CachingResourceTransformer
 
CaffeineCache - Class in org.springframework.cache.caffeine
Spring Cache adapter implementation on top of a Caffeine com.github.benmanes.caffeine.cache.Cache instance.
CaffeineCache(String, <any>) - Constructor for class org.springframework.cache.caffeine.CaffeineCache
Create a CaffeineCache instance with the specified name and the given internal com.github.benmanes.caffeine.cache.Cache to use.
CaffeineCache(String, <any>, boolean) - Constructor for class org.springframework.cache.caffeine.CaffeineCache
Create a CaffeineCache instance with the specified name and the given internal com.github.benmanes.caffeine.cache.Cache to use.
CaffeineCache.LoadFunction - Class in org.springframework.cache.caffeine
 
CaffeineCache.PutIfAbsentFunction - Class in org.springframework.cache.caffeine
 
CaffeineCacheManager - Class in org.springframework.cache.caffeine
CacheManager implementation that lazily builds CaffeineCache instances for each CaffeineCacheManager.getCache(java.lang.String) request.
CaffeineCacheManager() - Constructor for class org.springframework.cache.caffeine.CaffeineCacheManager
Construct a dynamic CaffeineCacheManager, lazily creating cache instances as they are being requested.
CaffeineCacheManager(String...) - Constructor for class org.springframework.cache.caffeine.CaffeineCacheManager
Construct a static CaffeineCacheManager, managing caches for the specified cache names only.
calculateAllFilenames(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
calculateArgumentBindings() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Do as much work as we can as part of the set-up so that argument binding on subsequent advice invocations can be as fast as possible.
calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Calculate the full endpoint address for the given endpoint.
calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Calculate the full endpoint path for the given endpoint.
calculateFilenamesForLocale(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
calculateHashCode() - Method in class org.springframework.core.ResolvableType
 
calculateMatches(String, PropertyDescriptor[], int) - Static method in class org.springframework.beans.PropertyMatches.BeanPropertyMatches
Generate possible property alternatives for the given property and class.
calculateMatches(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches.FieldPropertyMatches
 
calculateShift(int, int) - Static method in class org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
calculateStringDistance(String, String) - Static method in class org.springframework.beans.PropertyMatches
Calculate the distance between the given two Strings according to the Levenshtein algorithm.
calendarName - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
calendars - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
CalendarToDateConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
CalendarToInstantConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToInstantConverter
 
CalendarToLocalDateConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateConverter
 
CalendarToLocalDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateTimeConverter
 
CalendarToLocalTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalTimeConverter
 
CalendarToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
CalendarToOffsetDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToOffsetDateTimeConverter
 
CalendarToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
calendarToZonedDateTime(Calendar) - Static method in class org.springframework.format.datetime.standard.DateTimeConverters
 
CalendarToZonedDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToZonedDateTimeConverter
 
call - Variable in class org.springframework.http.client.OkHttp3AsyncClientHttpRequest.OkHttpListenableFuture
 
call - Variable in class org.springframework.http.client.OkHttpAsyncClientHttpRequest.OkHttpListenableFuture
Deprecated.
 
call(ByteBuf) - Method in class org.springframework.http.server.reactive.RxNettyServerHttpResponse.FlushSelector
 
call(CallableStatementCreator, List<SqlParameter>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a SQL call using a CallableStatementCreator to provide SQL and any required parameters.
call(CallableStatementCreator, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
call() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.VoidCallable
 
call() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
call() - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler.StreamingResponseBodyTask
 
callable - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
CALLABLE_METHOD - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
CallableInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of CallableProcessingInterceptor's.
CallableInterceptorChain(List<CallableProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.CallableInterceptorChain
 
callableInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
callableInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
callableInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CallableMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type Callable.
CallableMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods.
CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
 
CallableStatementCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - Interface in org.springframework.jdbc.core
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that efficiently creates multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
CallableStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory.
CallableStatementCreatorFactory(String, List<SqlParameter>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory with the given SQL and the given parameters.
CallableStatementCreatorFactory.CallableStatementCreatorImpl - Class in org.springframework.jdbc.core
CallableStatementCreator implementation returned by this class.
CallableStatementCreatorImpl(ParameterMapper) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
CallableStatementCreatorImpl(Map<String, ?>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
callableStatementFactory - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
A delegate enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callableStatementFactory - Variable in class org.springframework.jdbc.object.SqlCall
Object enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callback - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
callback - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
CALLBACK_FILTER - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
CALLBACK_PARAM_PATTERN - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
Pattern for validating jsonp callback parameter values.
CALLBACK_PARAM_PATTERN - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Pattern for validating jsonp callback parameter values.
CALLBACK_PARAM_PATTERN - Static variable in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
Pattern for validating jsonp callback parameter values.
CALLBACK_TYPES - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
CallbackPreferringPlatformTransactionManager - Interface in org.springframework.transaction.support
Extension of the PlatformTransactionManager interface, exposing a method for executing a given callback within a transaction.
CALLBACKS - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
callbacks - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
callbacks - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
callbacks - Variable in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
callbacks - Variable in class org.springframework.util.concurrent.ListenableFutureTask
 
callbackTypes - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
called - Variable in class org.springframework.cache.caffeine.CaffeineCache.PutIfAbsentFunction
 
CallMetaDataContext - Class in org.springframework.jdbc.core.metadata
Class to manage context metadata used for the configuration and execution of the call.
CallMetaDataContext() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataContext
 
callMetaDataContext - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Context used to retrieve and manage database metadata
CallMetaDataProvider - Interface in org.springframework.jdbc.core.metadata
Interface specifying the API to be implemented by a class providing call metadata.
CallMetaDataProviderFactory - Class in org.springframework.jdbc.core.metadata
Factory used to create a CallMetaDataProvider implementation based on the type of database being used.
CallMetaDataProviderFactory() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
 
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
CallParameterMetaData - Class in org.springframework.jdbc.core.metadata
Holder of metadata for a specific parameter that is used for call processing.
CallParameterMetaData(String, int, int, String, boolean) - Constructor for class org.springframework.jdbc.core.metadata.CallParameterMetaData
Constructor taking all the properties
callParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
callParameters - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
List of SqlParameter objects to be used in call execution
callString - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
The SQL call string, which won't change when the parameters change.
callString - Variable in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
callString - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
The generated string used for call statement
callString - Variable in class org.springframework.jdbc.object.SqlCall
Call string as defined in java.sql.CallableStatement.
CALOAD - Static variable in interface org.springframework.asm.Opcodes
 
canApply(Pointcut, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Pointcut, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Advisor, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class? This is an important test as it can be used to optimize out a advisor for a class.
canApply(Advisor, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class?
canBypassConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Return whether conversion between the source type and the target type can be bypassed.
cancel() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher.ReadSubscription
 
cancel(AbstractListenerReadPublisher<T>) - Method in enum org.springframework.http.server.reactive.AbstractListenerReadPublisher.State
 
cancel() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Listeners can call this method to cancel further writing.
cancel() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Listeners can call this method to cancel further writing.
cancel() - Method in class org.springframework.http.server.reactive.WriteResultPublisher.ResponseBodyWriteResultSubscription
 
cancel(WriteResultPublisher) - Method in enum org.springframework.http.server.reactive.WriteResultPublisher.State
 
cancel(boolean) - Method in class org.springframework.messaging.tcp.reactor.AbstractMonoToListenableFutureAdapter
 
cancel(boolean) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
cancel(boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancel(boolean) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
cancel() - Method in class org.springframework.scheduling.config.ScheduledTask
Trigger cancellation of this scheduled task.
cancel(boolean) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
cancel(boolean) - Method in class org.springframework.util.concurrent.FutureAdapter
 
cancel(boolean) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
cancel() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.HeartbeatTask
 
cancelHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
cancelInactivityTasks() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
cancelled() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
cancelled - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractApplicationContext
Cancel this context's refresh attempt, resetting the active flag after an exception got thrown.
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.GenericApplicationContext
 
canCompare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
canCompare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Return true if the comparator can compare these two objects.
canConvert(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Return true if the type converter can convert the specified type to the desired target type.
canConvert(Class) - Method in class org.springframework.oxm.xstream.CatchAllConverter
 
canConvertElements(TypeDescriptor, TypeDescriptor, ConversionService) - Static method in class org.springframework.core.convert.support.ConversionUtils
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
canConvertKey(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
canConvertToString - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
canConvertValue(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canCreateCopy(Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.AbstractDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteArrayDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteBufferDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.DataBufferDecoder
 
canDecode(ResolvableType, MimeType) - Method in interface org.springframework.core.codec.Decoder
Whether the decoder supports the given target element type and the MIME type of the source stream.
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.StringDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.json.Jackson2JsonDecoder
 
canDecode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
candidate - Variable in class org.springframework.web.util.patterns.PathPattern.MatchingContext
 
CandidateComponentsIndex - Class in org.springframework.context.index
Provide access to the candidates that are defined in META-INF/spring.components.
CandidateComponentsIndex(List<Properties>) - Constructor for class org.springframework.context.index.CandidateComponentsIndex
 
CandidateComponentsIndexer - Class in org.springframework.context.index
Annotation Processor that writes CandidateComponentsMetadata file for spring components.
CandidateComponentsIndexer() - Constructor for class org.springframework.context.index.CandidateComponentsIndexer
 
CandidateComponentsIndexLoader - Class in org.springframework.context.index
Candidate components index loading mechanism for internal use within the framework.
CandidateComponentsIndexLoader() - Constructor for class org.springframework.context.index.CandidateComponentsIndexLoader
 
CandidateComponentsMetadata - Class in org.springframework.context.index
Meta-data for candidate components.
CandidateComponentsMetadata() - Constructor for class org.springframework.context.index.CandidateComponentsMetadata
 
candidateConstructorsCache - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
candidateIndicators - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
candidateLength - Variable in class org.springframework.web.util.patterns.PathPattern.MatchingContext
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.AbstractEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteArrayEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ByteBufferEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.CharSequenceEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.DataBufferEncoder
 
canEncode(ResolvableType, MimeType) - Method in interface org.springframework.core.codec.Encoder
Whether the encoder supports the given source element type and the MIME type for the output stream.
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.core.codec.ResourceRegionEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.json.Jackson2JsonEncoder
 
canEncode(ResolvableType, MimeType) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
 
canExposeSynthesizedMarker(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Check whether we can expose our SynthesizedAnnotation marker for the given annotation type.
canHandle(String, Locale) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
Indicates whether or not this ViewResolver can handle the supplied view name.
canHandle(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Indicates whether or not this ViewResolver can handle the supplied view name.
cannotAcquireLockCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotAcquireLockException - Exception in org.springframework.dao
Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
CannotAcquireLockException(String) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotAcquireLockException(String, Throwable) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotCreateRecordException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateRecordException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotCreateRecordException
Constructor for CannotCreateRecordException.
CannotCreateTransactionException - Exception in org.springframework.transaction
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotGetCciConnectionException - Exception in org.springframework.jca.cci
Fatal exception thrown when we can't connect to an EIS using CCI.
CannotGetCciConnectionException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotGetCciConnectionException
Constructor for CannotGetCciConnectionException.
CannotGetJdbcConnectionException - Exception in org.springframework.jdbc
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String, SQLException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotLoadBeanClassException - Exception in org.springframework.beans.factory
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
CannotLoadBeanClassException(String, String, String, ClassNotFoundException) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotLoadBeanClassException(String, String, String, LinkageError) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotReadScriptException - Exception in org.springframework.jdbc.datasource.init
Thrown by ScriptUtils if an SQL script cannot be read.
CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.CannotReadScriptException
Construct a new CannotReadScriptException.
cannotSerializeTransactionCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotSerializeTransactionException - Exception in org.springframework.dao
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
CannotSerializeTransactionException(String) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
CannotSerializeTransactionException(String, Throwable) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractErrors
Determine the canonical field name for the given field.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the canonical property name.
canonicalName - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
 
canonicalName(String) - Method in class org.springframework.core.SimpleAliasRegistry
Determine the raw name, resolving aliases to canonical names.
canonicalPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical name for the given property path.
canonicalPropertyNames(String[]) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical names for the given property paths.
canPutToCache(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Can read any Environment, thus always returns true.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canRead(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to access a specified property on a specified target object.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.AbstractServerHttpMessageReader
 
canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
 
canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.FormHttpMessageReader
 
canRead(ResolvableType, MediaType) - Method in interface org.springframework.http.codec.HttpMessageReader
Indicates whether the given class can be read by this converter.
canRead(ResolvableType, MediaType) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter required generic type information in order to read a Collection.
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
canRegisterSynchronization() - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
 
canSuspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
Whether the underlying WebSocket API has flow control and can suspend and resume the receiving of messages.
canSuspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
 
canSuspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
 
canSuspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read-only: returns false.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canWrite(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to write to a specified property on a specified target object.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.AbstractServerHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.FormHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - Method in interface org.springframework.http.codec.HttpMessageWriter
Indicates whether the given class can be written by this converter.
canWrite(ResolvableType, MediaType) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(MediaType) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
This method overrides the parent implementation, since this HttpMessageConverter can also produce MediaType.HTML "text/html" ContentType.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
capacity() - Method in class org.springframework.util.ResizableByteArrayOutputStream
Return the current size of this stream's internal buffer.
capitalize(String) - Static method in class org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
CAPTURE_VARIABLE_WEIGHT - Static variable in class org.springframework.web.util.patterns.PathElement
 
capturedVariableCount - Variable in class org.springframework.web.util.patterns.PathPattern
How many variables are captured in this pattern
capturedVariableNames - Variable in class org.springframework.web.util.patterns.InternalPathPatternParser
 
CaptureTheRestPathElement - Class in org.springframework.web.util.patterns
A path element representing capturing the rest of a path.
CaptureTheRestPathElement(int, char[], char) - Constructor for class org.springframework.web.util.patterns.CaptureTheRestPathElement
 
CaptureVariablePathElement - Class in org.springframework.web.util.patterns
A path element representing capturing a piece of the path as a variable.
CaptureVariablePathElement(int, char[], boolean) - Constructor for class org.springframework.web.util.patterns.CaptureVariablePathElement
 
caseInsensitiveKeys - Variable in class org.springframework.util.LinkedCaseInsensitiveMap
 
caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
caseSensitive - Variable in class org.springframework.util.AntPathMatcher
 
caseSensitive - Variable in class org.springframework.web.util.patterns.InternalPathPatternParser
 
caseSensitive - Variable in class org.springframework.web.util.patterns.LiteralPathElement
 
caseSensitive - Variable in class org.springframework.web.util.patterns.PathPattern
Will this match candidates in a case sensitive way? (case sensitivity at parse time)
caseSensitive - Variable in class org.springframework.web.util.patterns.PathPatternParser
 
caseSensitive - Variable in class org.springframework.web.util.patterns.RegexPathElement
 
caseSensitive - Variable in class org.springframework.web.util.patterns.SingleCharWildcardedPathElement
 
CAST - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
cast(HttpMessageReader<?>) - Static method in class org.springframework.web.reactive.function.BodyExtractors
 
cast(HttpMessageWriter<?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
 
cast(HandlerFunction<?>) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
 
CASTORE - Static variable in interface org.springframework.asm.Opcodes
 
CastorMappingException - Exception in org.springframework.oxm.castor
Exception thrown by CastorMarshaller whenever it encounters a mapping problem.
CastorMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.castor.CastorMappingException
Construct a CastorMappingException with the specified detail message and nested exception.
CastorMarshaller - Class in org.springframework.oxm.castor
Implementation of the Marshaller interface for Castor.
CastorMarshaller() - Constructor for class org.springframework.oxm.castor.CastorMarshaller
 
CastorMarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the <oxm:castor-marshaller/> element.
CastorMarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
 
castorProperties - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
catalog - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
catalog - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
name of catalog for call
catalogName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
name of catalog for this context
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the catalog name passed in to match the meta data currently used.
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the catalog name formatted based on metadata information.
CatchAllConverter - Class in org.springframework.oxm.xstream
XStream Converter that supports all classes, but throws exceptions for (un)marshalling.
CatchAllConverter() - Constructor for class org.springframework.oxm.xstream.CatchAllConverter
 
catchAllPattern - Variable in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
 
category - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
cattrs - Variable in class org.springframework.asm.MethodWriter
The non standard attributes of the method's code.
cbor() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build a CBOR data format ObjectMapper instance.
CborFactoryInitializer() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.CborFactoryInitializer
 
cc - Variable in class org.springframework.mail.SimpleMailMessage
 
CciDaoSupport - Class in org.springframework.jca.cci.core.support
Convenient super class for CCI-based data access objects.
CciDaoSupport() - Constructor for class org.springframework.jca.cci.core.support.CciDaoSupport
 
CciLocalTransactionManager - Class in org.springframework.jca.cci.connection
PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory.
CciLocalTransactionManager() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager.CciLocalTransactionObject - Class in org.springframework.jca.cci.connection
CCI local transaction object, representing a ConnectionHolder.
CciLocalTransactionObject() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
CciOperationNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the connector doesn't support a specific CCI operation.
CciOperationNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CciOperationNotSupportedException
Constructor for CciOperationNotSupportedException.
CciOperations - Interface in org.springframework.jca.cci.core
Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate - Class in org.springframework.jca.cci.core
This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors.
CciTemplate() - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
CciTemplate(ConnectionFactory, ConnectionSpec) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
cciTemplate - Variable in class org.springframework.jca.cci.core.support.CciDaoSupport
 
cciTemplate - Variable in class org.springframework.jca.cci.object.EisOperation
 
CciTemplate.SimpleRecordExtractor - Class in org.springframework.jca.cci.core
 
ccl - Variable in class org.springframework.expression.spel.standard.SpelCompiler
 
cDataInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
cDataInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
cDataInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
cf1 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
cf2 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The CGLIB class separator: "$$"
CGLIB_RENAMED_METHOD_PREFIX - Static variable in class org.springframework.util.ReflectionUtils
Naming prefix for CGLIB-renamed methods.
CglibAopProxy - Class in org.springframework.aop.framework
CGLIB-based AopProxy implementation for the Spring AOP framework.
CglibAopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy
Create a new CglibAopProxy for the given AOP configuration.
CglibAopProxy.AdvisedDispatcher - Class in org.springframework.aop.framework
Dispatcher for any methods declared on the Advised class.
CglibAopProxy.CglibMethodInvocation - Class in org.springframework.aop.framework
Implementation of AOP Alliance MethodInvocation used by this AOP proxy.
CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy - Class in org.springframework.aop.framework
CGLIB GeneratorStrategy variant which exposes the application ClassLoader as thread context ClassLoader for the time of class generation (in order for ASM to pick it up when doing common superclass resolution).
CglibAopProxy.DynamicAdvisedInterceptor - Class in org.springframework.aop.framework
General purpose AOP callback.
CglibAopProxy.DynamicUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Interceptor for unadvised dynamic targets when the proxy needs exposing.
CglibAopProxy.DynamicUnadvisedInterceptor - Class in org.springframework.aop.framework
Interceptor used to invoke a dynamic target without creating a method invocation or evaluating an advice chain.
CglibAopProxy.EqualsInterceptor - Class in org.springframework.aop.framework
Dispatcher for the equals method.
CglibAopProxy.FixedChainStaticTargetInterceptor - Class in org.springframework.aop.framework
Interceptor used specifically for advised methods on a frozen, static proxy.
CglibAopProxy.HashCodeInterceptor - Class in org.springframework.aop.framework
Dispatcher for the hashCode method.
CglibAopProxy.ProxyCallbackFilter - Class in org.springframework.aop.framework
CallbackFilter to assign Callbacks to methods.
CglibAopProxy.SerializableNoOp - Class in org.springframework.aop.framework
Serializable replacement for CGLIB's NoOp interface.
CglibAopProxy.StaticDispatcher - Class in org.springframework.aop.framework
Dispatcher for a static target.
CglibAopProxy.StaticUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain, when the proxy is to be exposed.
CglibAopProxy.StaticUnadvisedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain.
CglibIdentitySupport(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
 
CglibMethodInvocation(Object, Object, Method, Object[], Class<?>, List<Object>, MethodProxy) - Constructor for class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
 
CglibSubclassCreator(RootBeanDefinition, BeanFactory) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
CglibSubclassingInstantiationStrategy - Class in org.springframework.beans.factory.support
Default object instantiation strategy for use in BeanFactories.
CglibSubclassingInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
CglibSubclassingInstantiationStrategy.CglibIdentitySupport - Class in org.springframework.beans.factory.support
Class providing hashCode and equals methods required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator - Class in org.springframework.beans.factory.support
An inner class created for historical reasons to avoid external CGLIB dependency in Spring versions earlier than 3.2.
CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy - Class in org.springframework.beans.factory.support
CGLIB GeneratorStrategy variant which exposes the application ClassLoader as thread context ClassLoader for the time of class generation (in order for ASM to pick it up when doing common superclass resolution).
CglibSubclassingInstantiationStrategy.LookupOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with an implementation that returns a bean looked up in the container.
CglibSubclassingInstantiationStrategy.MethodOverrideCallbackFilter - Class in org.springframework.beans.factory.support
CGLIB callback for filtering method interception behavior.
CglibSubclassingInstantiationStrategy.ReplaceOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with a call to a generic MethodReplacer.
ChainedExceptionListener - Class in org.springframework.jms.connection
Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.
ChainedExceptionListener() - Constructor for class org.springframework.jms.connection.ChainedExceptionListener
 
ChainedPersistenceExceptionTranslator - Class in org.springframework.dao.support
Implementation of PersistenceExceptionTranslator that supports chaining, allowing the addition of PersistenceExceptionTranslator instances in order.
ChainedPersistenceExceptionTranslator() - Constructor for class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
changeFirstCharacterCase(String, boolean) - Static method in class org.springframework.util.StringUtils
 
changeLocale(Locale) - Method in class org.springframework.web.reactive.result.view.RequestContext
Change the current locale to the specified one.
changeLocale(Locale, TimeZone) - Method in class org.springframework.web.reactive.result.view.RequestContext
Change the current locale to the specified locale and time zone context.
changeLocale(Locale) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified one, storing the new locale through the configured LocaleResolver.
changeLocale(Locale, TimeZone) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified locale and time zone context, storing the new locale context through the configured LocaleResolver.
changeSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
The implementation of this (Servlet 3.1+) method calls MockHttpSession.changeSessionId() if the session is a mock session.
changeSessionId() - Method in class org.springframework.mock.web.MockHttpSession
As of Servlet 3.1, the id of a session can be changed.
changesSince(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
 
changesSince(PropertyValues) - Method in interface org.springframework.beans.PropertyValues
Return the changes since the previous PropertyValues.
changeState(AbstractListenerReadPublisher.State, AbstractListenerReadPublisher.State) - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
changeState(AbstractListenerWriteFlushProcessor.State, AbstractListenerWriteFlushProcessor.State) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
changeState(AbstractListenerWriteProcessor.State, AbstractListenerWriteProcessor.State) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
changeState(WriteResultPublisher.State, WriteResultPublisher.State) - Method in class org.springframework.http.server.reactive.WriteResultPublisher
 
changeTheme(Theme) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified one, storing the new theme name through the configured ThemeResolver.
changeTheme(String) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified theme by name, storing the new theme name through the configured ThemeResolver.
channel - Variable in class org.springframework.http.server.reactive.UndertowServerHttpRequest.RequestBodyPublisher
 
channel - Variable in class org.springframework.http.server.reactive.UndertowServerHttpResponse.ResponseBodyProcessor
 
channelGroup - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
 
ChannelInterceptor - Interface in org.springframework.messaging.support
Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
ChannelInterceptorAdapter - Class in org.springframework.messaging.support
A ChannelInterceptor base class with empty method implementations as a convenience.
ChannelInterceptorAdapter() - Constructor for class org.springframework.messaging.support.ChannelInterceptorAdapter
 
ChannelInterceptorChain() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
channelRead0(ChannelHandlerContext, FullHttpResponse) - Method in class org.springframework.http.client.Netty4ClientHttpRequest.RequestExecuteHandler
 
ChannelRegistration - Class in org.springframework.messaging.simp.config
A registration class for customizing the configuration for a MessageChannel.
ChannelRegistration() - Constructor for class org.springframework.messaging.simp.config.ChannelRegistration
 
ChannelSendOperator<T> - Class in org.springframework.http.server.reactive
Given a write function that accepts a source Publisher<T> to write with and returns Publisher<Void> for the result, this operator helps to defer the invocation of the write function, until we know if the source publisher will begin publishing without an error.
ChannelSendOperator(<any>, Function<<any>, <any>>) - Constructor for class org.springframework.http.server.reactive.ChannelSendOperator
 
ChannelSendOperator.DownstreamBridge - Class in org.springframework.http.server.reactive
 
ChannelSendOperator.WriteWithBarrier - Class in org.springframework.http.server.reactive
 
CHAR - Static variable in class org.springframework.asm.Frame
The CHAR type.
CHAR - Static variable in class org.springframework.asm.Type
The sort of the char type.
CHAR_NULL - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CHAR_TYPE - Static variable in class org.springframework.asm.Type
The char type.
CharacterEditor - Class in org.springframework.beans.propertyeditors
Editor for a Character, to populate a property of type Character or char from a String value.
CharacterEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CharacterEditor
Create a new CharacterEditor instance.
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
characterEncoding - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
characterEncoding(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the character encoding of the request.
CharacterEncodingFilter - Class in org.springframework.web.filter
Servlet Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a default CharacterEncodingFilter, with the encoding to be set via CharacterEncodingFilter.setEncoding(java.lang.String).
CharacterEncodingFilter(String) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
characterEntityReferences - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
characterEntityReferences - Static variable in class org.springframework.web.util.HtmlUtils
Shared instance of pre-parsed HTML character entity references.
characters(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
characters(char[], int, int) - Method in class org.springframework.util.xml.DomContentHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
characterStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
characterToEntityReferenceMap - Variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CharacterToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
CharacterToNumberFactory - Class in org.springframework.core.convert.support
Converts from a Character to any JDK-standard Number implementation.
CharacterToNumberFactory() - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory
 
CharacterToNumberFactory.CharacterToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
CharArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for char arrays.
CharArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
charAt(int) - Method in class org.springframework.web.util.patterns.SubSequence
 
chars - Variable in class org.springframework.web.util.patterns.SubSequence
 
CharSequenceEncoder - Class in org.springframework.core.codec
Encode from a CharSequence stream to a bytes stream.
CharSequenceEncoder() - Constructor for class org.springframework.core.codec.CharSequenceEncoder
 
charset - Variable in class org.springframework.core.io.support.EncodedResource
 
charset - Variable in class org.springframework.http.ContentDisposition.BuilderImpl
 
charset - Variable in class org.springframework.http.ContentDisposition
 
charset - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
charset - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
charset - Variable in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
 
charset - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
charset - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
CHARSET - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CharsetEditor - Class in org.springframework.beans.propertyeditors
Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.
CharsetEditor() - Constructor for class org.springframework.beans.propertyeditors.CharsetEditor
 
charsetName - Variable in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
checkAccess(int, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
checkActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Deprecated.
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Deprecated.
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
checkBeanNotOfRequiredType(Class<?>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Raise a BeanNotOfRequiredTypeException for an unresolvable dependency, if applicable, i.e.
CheckboxesTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'checkbox'.
CheckboxesTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
 
CheckboxTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'checkbox'.
CheckboxTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
 
checkBufferLimits() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
checkCandidate(String, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Check the given candidate's bean name, determining whether the corresponding bean definition needs to be registered or conflicts with an existing definition.
CHECKCAST - Static variable in interface org.springframework.asm.Opcodes
 
checkCompile(ExpressionState) - Method in class org.springframework.expression.spel.standard.SpelExpression
Compile the expression if it has been evaluated more than the threshold number of times to trigger compilation.
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompletingThread() - Method in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
 
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkConfigurationClassCandidate(BeanDefinition, MetadataReaderFactory) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
Check whether the given bean definition is a candidate for a configuration class (or a nested component class declared within a configuration/component class, to be auto-registered as well), and mark it accordingly.
checkCustomTranslatorRegistry(String, SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Check the CustomSQLExceptionTranslatorRegistry for any entries.
checkDaoConfig() - Method in class org.springframework.dao.support.DaoSupport
Abstract subclasses must override this to check their configuration.
checkDaoConfig() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
 
checkDaoConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 
checkDefaultConnectionProperties(Connection) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation), keeping them to be able to expose them correctly without fetching an actual JDBC Connection from the target DataSource.
checkDelegateSessionInitialized() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
 
checkDelegateSessionInitialized() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
checkDependencies(String, AbstractBeanDefinition, PropertyDescriptor[], PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Perform a dependency check that all properties exposed have been set, if desired.
checkDependencies(ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
 
checkDestination(String, String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
 
checkDestinationPrefix(String) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
checkedDestroyMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkedElements - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkedInitMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkedLongValue(Number, Class<? extends Number>) - Static method in class org.springframework.util.NumberUtils
Check for a BigInteger/BigDecimal long overflow before returning the given number as a long value.
checkErrorsArgument(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
 
checkExposedObject(Object, Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults, i.e.
checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e.
checkForAliasCircle(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
Check whether the given name points back to the given alias as an alias in the other direction already, catching a circular reference upfront and throwing a corresponding IllegalStateException.
checkForCachedException(Cache, Object) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
Check for a cached exception.
checkForInvalidPlaceholders(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Checks to see if the supplied String has any placeholders that are not specified as constants on this class and throws an IllegalArgumentException if so.
checkForXmlRootElement - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
checkFullyPopulated - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Whether we're strictly validating
checkGenericTypeMatch(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
Match the given dependency type with its generic type information against the given candidate bean definition.
checkHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Check the supplied request headers (or the headers listed in the Access-Control-Request-Headers of a pre-flight request) against the configured allowed headers.
checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
checkHttpMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Check the HTTP request method (or the method from the Access-Control-Request-Method header on a pre-flight request) against the configured allowed methods.
checkHttpMethod(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
checkIfClosed() - Method in class org.springframework.util.xml.AbstractXMLEventReader
Checks if the reader is closed, and throws a XMLStreamException if so.
checkIfConfigurationModificationIsAllowed() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to check whether we are allowed to make any configuration changes at this time.
checkIfConstant() - Method in class org.springframework.expression.spel.ast.InlineList
If all the components of the list are constants, or lists that themselves contain constants, then a constant list can be built to represent this node.
checkIfConstant() - Method in class org.springframework.expression.spel.ast.InlineMap
If all the components of the list are constants, or lists/maps that themselves contain constants, then a constant list can be built to represent this node.
checkInherited - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
checkInterceptorNames() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Check the interceptorNames list whether it contains a target name as final element.
checkLeftOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMergedBeanDefinition(RootBeanDefinition, String, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check the given merged bean definition, potentially throwing validation exceptions.
checkMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check the given message listener, throwing an exception if it does not correspond to a supported listener type.
checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
checkMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Throw an IllegalStateException if this helper is not in multipart mode.
checkMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultiplier(double) - Method in class org.springframework.util.backoff.ExponentialBackOff
 
checkName(String, Collection<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
checkNameUniqueness(String, List<String>, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Validate that the specified bean name and aliases have not been used already within the current level of beans element nesting.
checkNativeSessionInitialized() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String, long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String, long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied last-modified timestamp (as determined by the application).
checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag), as determined by the application.
checkNotModified(String, long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag) and last-modified timestamp, as determined by the application.
checkNotModified(Instant) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(String) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(String, Instant) - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(Instant) - Method in interface org.springframework.web.server.ServerWebExchange
An overloaded variant of ServerWebExchange.checkNotModified(String, Instant) with a last-modified timestamp only.
checkNotModified(String) - Method in interface org.springframework.web.server.ServerWebExchange
An overloaded variant of ServerWebExchange.checkNotModified(String, Instant) with an ETag (entity tag) value only.
checkNotModified(String, Instant) - Method in interface org.springframework.web.server.ServerWebExchange
Check whether the requested resource has been modified given the supplied ETag (entity tag) and last-modified timestamp as determined by the application.
checkNotModified(Instant) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
 
checkNotModified(String) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
 
checkNotModified(String, Instant) - Method in class org.springframework.web.server.ServerWebExchangeDecorator
 
checkNumericCompatibility(String, String, String, String) - Static method in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
Return an object that indicates whether the input descriptors are compatible.
checkOnDataAvailable() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
checkOnDataAvailable() - Method in class org.springframework.http.server.reactive.ServletServerHttpRequest.RequestBodyPublisher
 
checkOnDataAvailable() - Method in class org.springframework.http.server.reactive.UndertowServerHttpRequest.RequestBodyPublisher
 
checkOnDataAvailable() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketReceivePublisher
 
checkOperands(Token, SpelNodeImpl, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkOrAddReceipt(StompHeaders) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
checkOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Check the origin of the request against the configured allowed origins.
checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkOrigin(String) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
checkOrigin(ServerHttpRequest, ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
checkParameters(String, String) - Method in class org.springframework.http.MediaType
 
checkParameters(String, String) - Method in class org.springframework.util.MimeType
 
checkPropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
 
checkPropertySkipping(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Check whether this injector's property needs to be skipped due to an explicit property value having been specified.
checkQualifier(BeanDefinitionHolder, Annotation, TypeConverter) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotation against the candidate bean definition.
checkQualifiers(BeanDefinitionHolder, Annotation[]) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotations against the candidate bean definition.
checkReadyToMatch() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Check whether this pointcut is ready to match, lazily building the underlying AspectJ pointcut expression.
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
checkRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check the given request for supported methods and a required session, if any.
checkRequired(ReactiveAdapter, boolean) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
 
checkRequired(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkResource(Resource, Resource) - Method in class org.springframework.web.reactive.resource.PathResourceResolver
Perform additional checks on a resolved resource beyond checking whether the resources exists and is readable.
checkResource(Resource, Resource) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
Perform additional checks on a resolved resource beyond checking whether the resources exists and is readable.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Check whether the underlying resource that the configured URL points to actually exists.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
checkResourceExists(Locale) - Method in class org.springframework.web.reactive.result.view.AbstractUrlBasedView
Check whether the resource for the configured URL actually exists.
checkResourceExists(Locale) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResourceExists(Locale) - Method in class org.springframework.web.reactive.result.view.RedirectView
 
checkResourceExists(Locale) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
checkResourceType(Class<?>) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
checkRightOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the specified maximum number or required number.
checkService() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
checkSessionLimits() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
checkSessions() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
When a session is connected through a higher-level protocol it has a chance to use heartbeat management to shut down sessions that are too slow to send or receive messages.
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
 
checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
 
checkSessionType(SockJsSession) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
Check whether the type of the given session matches the transport type of this TransportHandler where session id and the transport type are extracted from the SockJS URL.
checkToken(String) - Method in class org.springframework.util.MimeType
Checks the given token string for illegal characters, as defined in RFC 2616, section 2.2.
checkTransactionTimeout(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the transaction rollback-only if the deadline has been reached, and throw a TransactionTimedOutException.
checkUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Check the UserTransaction as well as the TransactionManager handle, assuming standard JTA requirements.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperations - Variable in class org.springframework.orm.hibernate5.HibernateTemplate
 
childBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a ChildBeanDefinition.
ChildBeanDefinition - Class in org.springframework.beans.factory.support
Bean definition for beans which inherit settings from their parent.
ChildBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, to be configured through its bean properties and configuration methods.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class<?>, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(ChildBeanDefinition) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition as deep copy of the given bean definition.
ChildClassLoader(ClassLoader) - Constructor for class org.springframework.expression.spel.standard.SpelCompiler.ChildClassLoader
 
children - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
CHOP_FRAME - Static variable in class org.springframework.asm.MethodWriter
Frame where current locals are the same as the locals in the previous frame, except that the k last locals are absent.
chronology - Variable in class org.springframework.format.datetime.joda.JodaTimeContext
 
chronology - Variable in class org.springframework.format.datetime.standard.DateTimeContext
 
chunks - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
chunkSize - Variable in class org.springframework.core.io.buffer.DataBufferUtils.ReadableByteChannelGenerator
 
chunkSize - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
chunkSize - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
chunkSize - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
CID - Static variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
CircularImportProblem(ConfigurationClass, Deque<ConfigurationClass>) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.CircularImportProblem
 
claimRequest(String) - Method in class org.springframework.test.web.reactive.server.WiretapConnector
Retrieve the ExchangeResult for the given "request-id" header value.
CLASS - Static variable in class org.springframework.asm.ClassWriter
The type of CONSTANT_Class constant pool items.
CLASS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CLASS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CLASS_EXTENDS - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_FILE_SUFFIX - Static variable in class org.springframework.core.OverridingClassLoader
 
CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix
CLASS_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(class)=com.myapp.MyClass-
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CLASS_RESOURCE_PATTERN - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
CLASS_TYPE_PARAMETER - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassArrayEditor - Class in org.springframework.beans.propertyeditors
Property editor for an array of Classes, to enable the direct population of a Class[] property without having to use a String class name property as bridge.
ClassArrayEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassArrayEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassArrayEditor, using the given ClassLoader.
classCache - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
classDescriptorResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ClassEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.lang.Class, to enable the direct population of a Class property without recourse to having to use a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the given ClassLoader.
classes - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
classes - Variable in class org.springframework.test.context.MergedContextConfiguration
 
classesToBeBound - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
ClassFileTransformerAdapter - Class in org.springframework.orm.jpa.persistenceunit
Simple adapter that implements the java.lang.instrument.ClassFileTransformer interface based on a JPA ClassTransformer which a JPA PersistenceProvider asks the PersistenceUnitInfo to install in the current runtime.
ClassFileTransformerAdapter(ClassTransformer) - Constructor for class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
classFileTransformers - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
ClassFilter - Interface in org.springframework.aop
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
classFilter - Variable in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
classFilter - Variable in class org.springframework.aop.support.ComposablePointcut
 
classFilter - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
ClassFilterAwareUnionMethodMatcher(MethodMatcher, ClassFilter, MethodMatcher, ClassFilter) - Constructor for class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
ClassFilters - Class in org.springframework.aop.support
Static utility methods for composing ClassFilters.
ClassFilters() - Constructor for class org.springframework.aop.support.ClassFilters
 
ClassFilters.IntersectionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for an intersection of the given ClassFilters.
ClassFilters.UnionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for a union of the given ClassFilters.
classicJdbcTemplate - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
The JdbcTemplate we are wrapping
classIdMappings - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
classLoader - Variable in class org.springframework.aop.framework.CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy
 
classLoader - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy
 
classLoader - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
ClassLoader to use for NamespaceHandler classes
classLoader - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.URIEditor
 
classLoader - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy
 
classLoader - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
classLoader - Variable in class org.springframework.core.io.ClassPathResource
 
classLoader - Variable in class org.springframework.core.io.DefaultResourceLoader
 
classLoader - Variable in class org.springframework.core.serializer.DefaultDeserializer
 
classLoader - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.expression.spel.support.StandardTypeLocator
 
classLoader - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.WeavingTransformer
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
classLoader - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
classLoader - Variable in class org.springframework.scripting.bsh.BshScriptEvaluator
 
classLoader - Variable in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
classLoader - Variable in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer.LocaleTemplateResolver
 
ClassLoaderAwareGeneratorStrategy(ClassLoader) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy
 
ClassLoaderAwareUndeclaredThrowableStrategy(ClassLoader) - Constructor for class org.springframework.aop.framework.CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyProcessorSupport
 
ClassMetadata - Interface in org.springframework.core.type
Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
classMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
ClassMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks only for the class name and implemented types, exposing them through the ClassMetadata interface.
ClassMetadataReadingVisitor() - Constructor for class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
ClassMetadataReadingVisitor.EmptyAnnotationVisitor - Class in org.springframework.core.type.classreading
 
ClassMetadataReadingVisitor.EmptyFieldVisitor - Class in org.springframework.core.type.classreading
 
ClassMetadataReadingVisitor.EmptyMethodVisitor - Class in org.springframework.core.type.classreading
 
ClassMode() - Constructor for enum org.springframework.test.annotation.DirtiesContext.ClassMode
 
className - Variable in class org.springframework.core.Constants
The name of the introspected class
className - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
className - Variable in class org.springframework.expression.spel.CodeFlow
Name of the class being generated.
className - Variable in class org.springframework.scripting.support.StaticScriptSource
 
ClassNameBeanWiringInfoResolver - Class in org.springframework.beans.factory.wiring
Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name.
ClassNameBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
 
classNamesToString(Class<?>...) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory and using the given Environment when evaluating bean definition profile metadata.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory and using the given Environment when evaluating bean definition profile metadata.
ClassPathContextResource(String, ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
ClassPathJaxb2TypeScanner - Class in org.springframework.oxm.jaxb
Helper class for Jaxb2Marshaller that scans given packages for classes marked with JAXB2 annotations.
ClassPathJaxb2TypeScanner(ClassLoader, String...) - Constructor for class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
ClassPathResource - Class in org.springframework.core.io
Resource implementation for class path resources.
ClassPathResource(String) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
A component provider that provides candidate components from a base package.
ClassPathScanningCandidateComponentProvider() - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Protected constructor for flexible subclass initialization.
ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment.
ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with the given Environment.
ClassPathXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
ClassPathXmlApplicationContext() - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String, Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassReader - Class in org.springframework.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
classReaderLength - Variable in class org.springframework.asm.MethodWriter
If not zero, indicates that the code of this method must be copied from the ClassReader associated to this writer in cw.cr.
classReaderOffset - Variable in class org.springframework.asm.MethodWriter
If not zero, indicates that the code of this method must be copied from the ClassReader associated to this writer in cw.cr.
ClassRelativeContextResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
ClassRelativeResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that interprets plain resource paths as relative to a given java.lang.Class.
ClassRelativeResourceLoader(Class<?>) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassRelativeResourceLoader.ClassRelativeContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
classTransformer - Variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
ClassUtils - Class in org.springframework.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
classValuesAsString - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
ClassVisitor - Class in org.springframework.asm
A visitor to visit a Java class.
ClassVisitor(int) - Constructor for class org.springframework.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - Constructor for class org.springframework.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - Class in org.springframework.asm
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - Constructor for class org.springframework.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class org.springframework.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
classWriter - Variable in class org.springframework.expression.spel.CodeFlow
The current class being generated.
clazz - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
clazz - Variable in class org.springframework.aop.support.RootClassFilter
 
clazz - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
clazz - Variable in class org.springframework.core.io.ClassPathResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
clazz - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.PropertyCacheKey
 
cleanedUrl - Variable in class org.springframework.core.io.UrlResource
Cleaned URL (with normalized path), used for comparisons.
cleanPath(String) - Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanup() - Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
cleanup() - Method in class org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
cleanup() - Method in interface org.springframework.jdbc.support.SqlValue
Clean up resources held by this value object.
cleanup() - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
cleanupAfterBeanCreationFailure(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Perform appropriate cleanup of cached metadata after bean creation failed.
cleanupAfterCompletion(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Clean up after completion, clearing synchronization if necessary, and invoking doCleanupAfterCompletion.
cleanupAfterInclude - Variable in class org.springframework.web.servlet.DispatcherServlet
Perform cleanup of request attributes after include request?
cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(ServletContext) - Static method in class org.springframework.web.context.ContextCleanupListener
Find all ServletContext attributes which implement DisposableBean and destroy them, removing all affected ServletContext attributes eventually.
cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e.
CleanupFailureDataAccessException - Exception in org.springframework.dao
Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
CleanupFailureDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing, potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling, like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
cleanupMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Clean up any resources used by the given multipart request (if any).
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
cleanupParameters() - Method in interface org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing object holds, for example in case of a DisposableSqlTypeValue (like a SqlLobValue).
cleanupParameters() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
cleanupParameters(Object...) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupParameters(Collection<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupResource(EntityManagerHolder, EntityManagerFactory, boolean) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization
 
cleanupResource(H, K, boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Perform a cleanup on the given resource (which is left bound to the thread).
CleanupSynchronization(SimpleTransactionScope.ScopedObjectsHolder) - Constructor for class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
 
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, since the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Prepare a transaction on the given EntityManager, if possible.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jpa.JpaDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Reset the TransactionInfo ThreadLocal.
clear(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
clear() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Clear this holder, removing all argument values.
clear() - Method in interface org.springframework.cache.Cache
Remove all mappings from the cache.
clear() - Method in class org.springframework.cache.caffeine.CaffeineCache
 
clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
clear() - Method in class org.springframework.cache.ehcache.EhCacheCache
 
clear() - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
Clear all caches.
clear() - Method in class org.springframework.cache.jcache.JCacheCache
 
clear() - Method in class org.springframework.cache.support.NoOpCache
 
clear() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
clear() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
clear() - Method in class org.springframework.http.HttpHeaders
 
clear() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
 
clear() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clear() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
Clear the list of configured handlers.
clear() - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable, the call to this method will result in UnsupportedOperationException.
clear() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder, while keeping it active.
clear() - Method in class org.springframework.mock.web.MockBodyContent
 
clear() - Method in class org.springframework.mock.web.MockJspWriter
 
clear() - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Remove all objects from the org.hibernate.Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
clear() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
clear() - Method in interface org.springframework.test.context.cache.ContextCache
Clear all contexts from the cache, clearing context hierarchy information as well.
clear() - Method in class org.springframework.test.context.cache.DefaultContextCache
Clear all contexts from the cache, clearing context hierarchy information as well.
clear() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Clear the transactional state of this resource holder.
clear() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Clear the entire transaction synchronization state for the current thread: registered synchronizations as well as the various transaction characteristics.
clear() - Method in class org.springframework.util.AutoPopulatingList
 
clear() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
clear() - Method in class org.springframework.util.LinkedMultiValueMap
 
clear() - Method in class org.springframework.util.xml.SimpleNamespaceContext
Remove all declared prefixes.
clear() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clear() - Method in class org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clear() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
clearAttributes() - Method in class org.springframework.mock.web.MockHttpServletRequest
Clear all of this request's attributes.
clearAttributes() - Method in class org.springframework.mock.web.MockHttpSession
Clear all of this session's attributes.
clearBuffer() - Method in class org.springframework.mock.web.MockBodyContent
 
clearBuffer() - Method in class org.springframework.mock.web.MockJspWriter
 
clearByTypeCache() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Remove any assumptions about by-type mappings.
clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Clear the local metadata cache, if any, removing all cached class metadata.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCache() - Static method in class org.springframework.core.ResolvableType
Clear the internal ResolvableType cache.
clearCache() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Clear the local MetadataReader cache, if any, removing all cached class metadata.
clearCache() - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
Clear the entire destination cache.
clearCache() - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
clearCache() - Static method in class org.springframework.util.ReflectionUtils
Clear the internal method/field cache.
clearCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Clear the introspection cache for the given ClassLoader, removing the introspection results for all classes underneath that ClassLoader, and removing the ClassLoader (and its children) from the acceptance list.
clearCollections - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
clearConnection() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
Clean up state associated with the connection and close it.
cleared - Variable in class org.springframework.web.servlet.ModelAndView
Indicates whether or not this instance has been cleared with a call to ModelAndView.clear()
clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
clearMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the merged bean definition for the specified bean, recreating it on next access.
clearMetadataCache() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Clear the merged bean definition cache, removing entries for beans which are not considered eligible for full metadata caching yet.
clearMetadataCache() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Clear the merged bean definition cache, removing entries for beans which are not considered eligible for full metadata caching yet.
clearMetadataCache() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
clearMetadataCache() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Clear the cached metadata.
clearProcessedProperty(String) - Method in class org.springframework.beans.MutablePropertyValues
Clear the "processed" registration of the given property, if any.
clearPropertySkipping(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
clearResourceCaches() - Method in class org.springframework.core.io.DefaultResourceLoader
Clear all resource caches in this resource loader.
clearResources() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
clearServerInfoCache() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
By default the result of a SockJS "Info" request, including whether the server has WebSocket disabled and how long the request took (used for calculating transport timeout time) is cached.
clearSession(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clearStatistics() - Method in interface org.springframework.test.context.cache.ContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearStatistics() - Method in class org.springframework.test.context.cache.DefaultContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
clearTransactionManagerCache() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Clear the cache.
client - Variable in class org.springframework.http.client.OkHttp3AsyncClientHttpRequest
 
client - Variable in class org.springframework.http.client.OkHttp3ClientHttpRequest
 
client - Variable in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
client - Variable in class org.springframework.http.client.OkHttpAsyncClientHttpRequest
Deprecated.
 
client - Variable in class org.springframework.http.client.OkHttpClientHttpRequest
Deprecated.
 
client - Variable in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
client - Variable in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
 
client - Variable in class org.springframework.web.socket.client.WebSocketConnectionManager
 
CLIENT_ID_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CLIENT_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
clientAddress - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
IP address that the request came from
clientConnector(ClientHttpConnector) - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
clientConnector(ClientHttpConnector) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Configure the ClientHttpConnector to use.
ClientHttpConnector - Interface in org.springframework.http.client.reactive
Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a ClientHttpRequest and receive a ClientHttpResponse.
ClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side HTTP request.
ClientHttpRequest - Interface in org.springframework.http.client.reactive
Represents a client-side reactive HTTP request.
ClientHttpRequestDecorator - Class in org.springframework.http.client.reactive
Wraps another ClientHttpRequest and delegates all methods to it.
ClientHttpRequestDecorator(ClientHttpRequest) - Constructor for class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
ClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
ClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
ClientHttpResponse - Interface in org.springframework.http.client
Represents a client-side HTTP response.
ClientHttpResponse - Interface in org.springframework.http.client.reactive
Represents a client-side reactive HTTP response.
clientHttpResponse - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
ClientHttpResponseDecorator - Class in org.springframework.http.client.reactive
Wraps another ClientHttpResponse and delegates all methods to it.
ClientHttpResponseDecorator(ClientHttpResponse) - Constructor for class org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
ClientHttpResponseFuture(Future<HttpResponse>, HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
clientId - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
clientId - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
clientId - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
clientId - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
clientInboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
clientInboundChannel - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clientInboundChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientInboundChannelRegistration - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientLibraryUrl - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
clientLibraryUrl - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
clientLogin - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
clientLogin - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
clientMessagingTemplate - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
clientOutboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
clientOutboundChannel - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clientOutboundChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientOutboundChannelRegistration - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientPasscode - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
clientPasscode - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
ClientRequest - Interface in org.springframework.web.reactive.function.client
Represents a typed, immutable, client-side HTTP request, as executed by the ExchangeFunction.
ClientRequest.Builder - Interface in org.springframework.web.reactive.function.client
Defines a builder for a request.
ClientResponse - Interface in org.springframework.web.reactive.function.client
Represents an HTTP response, as returned by the ExchangeFunction.
ClientResponse.Headers - Interface in org.springframework.web.reactive.function.client
Represents the headers of the HTTP response.
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
ClientSockJsWebSocketHandler(WebSocketClientSockJsSession) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
clinitAdders - Variable in class org.springframework.expression.spel.CodeFlow
As SpEL ast nodes are called to generate code for the main evaluation method they can register to add code to a static initializer in the class.
clock - Variable in class org.springframework.web.server.session.DefaultWebSession
 
clock - Variable in class org.springframework.web.server.session.DefaultWebSessionManager
 
clone() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Public declaration of Object's clone() method.
clone() - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
clone() - Method in class org.springframework.core.MethodParameter
 
clone() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
clone() - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 
clone() - Method in class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
 
clone() - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
 
clone() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
clone() - Method in class org.springframework.util.LinkedMultiValueMap
Create a regular copy of this Map.
clone() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
clone() - Method in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
 
clone() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder
Public declaration of Object's clone() method.
cloneArray(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
Clone the provided array, ensuring that original component type is retained.
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Clone this bean definition.
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
cloneBuilder() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
 
cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder
Clone this UriComponentsBuilder.
cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
cloneBuilder() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
 
cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
cloneConstructor - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
cloneException(T) - Static method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
cloneRequestConfig() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
close() - Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the implementation might hold.
close() - Method in class org.springframework.context.support.AbstractApplicationContext
Close this application context, destroying all beans in its bean factory.
close() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
close() - Method in interface org.springframework.http.client.ClientHttpResponse
Close this response, freeing any resources created.
close() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
 
close() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
close() - Method in class org.springframework.http.client.Netty4ClientHttpResponse
 
close() - Method in class org.springframework.http.client.OkHttp3ClientHttpResponse
 
close() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
Deprecated.
 
close() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
close() - Method in interface org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
close() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
close() - Method in interface org.springframework.jdbc.support.lob.LobCreator
Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
close() - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
close() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
close() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
close() - Method in class org.springframework.jmx.access.ConnectorDelegate
Closes any JMXConnector that may be managed by this interceptor.
close() - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpConnection
 
close() - Method in interface org.springframework.messaging.tcp.TcpConnection
Close the connection.
close() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
close() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
close() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
close() - Method in class org.springframework.mock.web.MockBodyContent
 
close() - Method in class org.springframework.mock.web.MockHttpServletRequest
Mark this request as completed, keeping its state.
close() - Method in class org.springframework.mock.web.MockJspWriter
 
close() - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
close() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
close() - Method in class org.springframework.util.CommonsLogWriter
 
close() - Method in class org.springframework.util.FastByteArrayOutputStream
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingInputStream
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingOutputStream
 
close() - Method in class org.springframework.util.xml.AbstractXMLEventReader
 
close() - Method in class org.springframework.util.xml.ListBasedXMLEventReader
 
close() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
close() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
close() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
close() - Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
close() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
 
close(CloseStatus) - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.reactive.socket.adapter.RxNettyWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
 
close() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
Close the WebSocket session with CloseStatus.NORMAL.
close(CloseStatus) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
Close the WebSocket session with the given status.
close() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
 
close() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
close() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
close(CloseStatus) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
close() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
close() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
close() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Performs cleanup and notify the WebSocketHandler.
close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Performs cleanup and notify the WebSocketHandler.
close() - Method in interface org.springframework.web.socket.WebSocketSession
Close the WebSocket connection with status 1000, i.e.
close(CloseStatus) - Method in interface org.springframework.web.socket.WebSocketSession
Close the WebSocket connection with the given close status.
CLOSE_ANOTHER_CONNECTION_OPEN_FRAME - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
CLOSE_CONSUMER - Static variable in class org.springframework.core.io.buffer.DataBufferUtils
 
CLOSE_GO_AWAY_FRAME - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
CLOSE_METHOD_NAME - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
closeAfterTimeout() - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
closeAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
closeBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to release their internal bean factory.
closeBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
closeBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Not much to do: We hold a single internal BeanFactory that will never get released.
closeConnection(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the given Connection.
closeConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying shared Connection.
closeConnection(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection, boolean) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
closeConnection() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
 
closeConnection() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
closeConnection() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
closeConnection() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
Remove the application context for the supplied MergedContextConfiguration from the ContextCache and close it if it is an instance of ConfigurableApplicationContext.
closed - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context has been closed already
closed - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
closed - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
closed - Variable in class org.springframework.util.FastByteArrayOutputStream
 
closed - Variable in class org.springframework.util.xml.AbstractXMLEventReader
 
closeEmptyElementIfNecessary() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
closeEntityManager(EntityManager) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Close the given JPA EntityManager, catching and logging any cleanup exceptions thrown.
closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Close the current transaction's EntityManager.
closeFrame(int, String) - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeFrameAnotherConnectionOpen() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeFrameGoAway() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeInProgress - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
closeInteraction(Interaction) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI Interaction and ignore any thrown exception.
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
closeLock - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
closeMessageConsumer(MessageConsumer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageConsumer and ignore any thrown exception.
closeMessageProducer(MessageProducer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageProducer and ignore any thrown exception.
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Treats errors as fatal.
closeOnCompletion - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
closeProcessor - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpConnection
 
closeQueueBrowser(QueueBrowser) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueBrowser and ignore any thrown exception.
closeQueueRequestor(QueueRequestor) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueRequestor and ignore any thrown exception.
closeResultSet(ResultSet) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI ResultSet and ignore any thrown exception.
closeResultSet(ResultSet) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Session and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSourceIfNecessary(Source) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Close the underlying resource managed by the supplied Source if applicable.
closeStatement(Statement) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
CloseStatus - Class in org.springframework.web.reactive.socket
Representation of WebSocket "close" status codes and reasons.
CloseStatus(int) - Constructor for class org.springframework.web.reactive.socket.CloseStatus
Create a new CloseStatus instance.
CloseStatus(int, String) - Constructor for class org.springframework.web.reactive.socket.CloseStatus
Create a new CloseStatus instance.
CloseStatus - Class in org.springframework.web.socket
Represents a WebSocket close status code and reason.
CloseStatus(int) - Constructor for class org.springframework.web.socket.CloseStatus
Create a new CloseStatus instance.
CloseStatus(int, String) - Constructor for class org.springframework.web.socket.CloseStatus
Create a new CloseStatus instance.
closeStatus - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate.CloseSuppressingInvocationHandler
 
CloseSuppressingSessionInvocationHandler(Session) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
 
closeTagAndMarkAsBlock() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Closes the current opening tag and marks it as a block tag.
closeTemplateSource(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
closing - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
cnmFactoryBean - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
code - Variable in class org.springframework.asm.MethodWriter
The bytecode of this method.
code - Variable in enum org.springframework.expression.spel.SpelMessage
 
code - Variable in class org.springframework.web.reactive.socket.CloseStatus
 
code - Variable in class org.springframework.web.servlet.tags.MessageTag
 
code - Variable in class org.springframework.web.socket.CloseStatus
 
CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
codebaseUrl - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
codebaseUrl - Variable in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
codec - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
 
codec - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient.StompMessageDecoder
 
codec - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpConnection
 
codec - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
codec - Variable in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
CodecException - Exception in org.springframework.core.codec
Codec related exception, usually used as a wrapper for a cause exception.
CodecException(String) - Constructor for exception org.springframework.core.codec.CodecException
 
CodecException(String, Throwable) - Constructor for exception org.springframework.core.codec.CodecException
 
CodeFlow - Class in org.springframework.expression.spel
Manages the class being generated by the compilation process.
CodeFlow(String, ClassWriter) - Constructor for class org.springframework.expression.spel.CodeFlow
Construct a new CodeFlow for the given class.
CodeFlow.ClinitAdder - Interface in org.springframework.expression.spel
 
CodeFlow.FieldAdder - Interface in org.springframework.expression.spel
 
codes - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
collectImports(ConfigurationClassParser.SourceClass, Set<ConfigurationClassParser.SourceClass>, Set<ConfigurationClassParser.SourceClass>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Recursively collect all declared @Import values.
collection(Class<?>, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Collection type.
COLLECTION - Static variable in class org.springframework.core.style.DefaultValueStyler
 
collection - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
collectionCompare(Collection<?>, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
collectionEntryDescriptor - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
CollectionFactory - Class in org.springframework.core
Factory for collections that is aware of Java 5, Java 6, and Spring collection types.
CollectionFactory() - Constructor for class org.springframework.core.CollectionFactory
 
CollectionIndexingValueRef(Collection, int, TypeDescriptor, TypeConverter, boolean, int) - Constructor for class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
CollectionToArrayConverter - Class in org.springframework.core.convert.support
Converts a Collection to an array.
CollectionToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToArrayConverter
 
CollectionToCollectionConverter - Class in org.springframework.core.convert.support
Converts from a Collection to another Collection.
CollectionToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToCollectionConverter
 
collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionToObjectConverter - Class in org.springframework.core.convert.support
Converts a Collection to an Object by returning the first collection element after converting it to the desired targetType.
CollectionToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToObjectConverter
 
CollectionToStringConverter - Class in org.springframework.core.convert.support
Converts a Collection to a comma-delimited String.
CollectionToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToStringConverter
 
collectionType - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
 
CollectionUtils.EnumerationIterator<E> - Class in org.springframework.util
Iterator wrapping an Enumeration.
CollectionUtils.MultiValueMapAdapter<K,V> - Class in org.springframework.util
Adapts a Map to the MultiValueMap contract.
collectPutRequests(Collection<CacheAspectSupport.CacheOperationContext>, Object, Collection<CacheAspectSupport.CachePutRequest>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Collect the CacheAspectSupport.CachePutRequest for all CacheOperation using the specified result item.
collectStereotypes(Set<Element>, Set<String>, Element, AnnotationMirror) - Method in class org.springframework.context.index.IndexedStereotypesProvider
 
collectStereotypesOnAnnotations(Set<Element>, Set<String>, Element) - Method in class org.springframework.context.index.IndexedStereotypesProvider
 
collectStereotypesOnTypes(Set<Element>, Set<String>, Element) - Method in class org.springframework.context.index.IndexedStereotypesProvider
 
COLON - Static variable in class org.springframework.messaging.simp.stomp.StompEncoder
 
cols - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
COLS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
columnCount - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Columns we've seen so far
columnLabelMap - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
 
columnName - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The name of the column for this sequence
columnNames - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
columnNames - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
columnTypes - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
combine(DestinationPatternsMessageCondition) - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(T) - Method in interface org.springframework.messaging.handler.MessageCondition
Define the rules for combining this condition with another.
combine(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
combine(SimpMessageTypeMessageCondition) - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
 
combine(String, String) - Method in class org.springframework.util.AntPathMatcher
Combine two patterns into a new pattern.
combine(String, String) - Method in interface org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(CorsConfiguration) - Method in class org.springframework.web.cors.CorsConfiguration
Combine the supplied CorsConfiguration with this one.
combine(List<String>, List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
 
combine(CompositeRequestCondition) - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
If one instance is empty, return the other.
combine(ConsumesRequestCondition) - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(HeadersRequestCondition) - Method in class org.springframework.web.reactive.result.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions from "this" and the "other" instance.
combine(ParamsRequestCondition) - Method in class org.springframework.web.reactive.result.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions from "this" and the "other" instance.
combine(PatternsRequestCondition) - Method in class org.springframework.web.reactive.result.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(ProducesRequestCondition) - Method in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(T) - Method in interface org.springframework.web.reactive.result.condition.RequestCondition
Combine this condition with another such as conditions from a type-level and method-level @RequestMapping annotation.
combine(RequestConditionHolder) - Method in class org.springframework.web.reactive.result.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) - Method in class org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods from "this" and the "other" instance.
combine(RequestMappingInfo) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
Combines "this" request mapping info (i.e.
combine(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, return the other.
combine(ConsumesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(HeadersRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions from "this" and the "other" instance.
combine(ParamsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions from "this" and the "other" instance.
combine(PatternsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(ProducesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(T) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Combine this condition with another such as conditions from a type-level and method-level @RequestMapping annotation.
combine(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods from "this" and the "other" instance.
combine(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Combines "this" request mapping info (i.e.
combine(String, String) - Method in class org.springframework.web.util.ParsingPathMatcher
 
combine(String) - Method in class org.springframework.web.util.patterns.PathPattern
Combine this pattern with another.
combineNames(RequestMappingInfo) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
 
combineNames(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
COMMAND_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
COMMAND_LINE_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name given to CommandLinePropertySource instances: "commandLineArgs"
CommandLineArgs - Class in org.springframework.core.env
A simple representation of command line arguments, broken into "option arguments" and "non-option arguments".
CommandLineArgs() - Constructor for class org.springframework.core.env.CommandLineArgs
 
CommandLinePropertySource<T> - Class in org.springframework.core.env
Abstract base class for PropertySource implementations backed by command line arguments.
CommandLinePropertySource(T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the default name "commandLineArgs" and backed by the given source object.
CommandLinePropertySource(String, T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the given name and backed by the given source object.
CommAreaRecord - Class in org.springframework.jca.cci.core.support
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
comment(String) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
Set SSE comment.
comment - Variable in class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
comment(String) - Method in class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
comment - Variable in class org.springframework.http.codec.ServerSentEvent
 
comment() - Method in class org.springframework.http.codec.ServerSentEvent
Return the comment of this event, if available.
comment - Variable in class org.springframework.mock.web.MockSessionCookieConfig
 
comment(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's comment with a Hamcrest Matcher.
comment(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
comment(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "comment" line.
comment(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
commentInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
commentInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
commentInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
commentPrefix - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
commentPrefix - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
commentToken(String, String, boolean) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Try to consume the supplied token against the supplied content and update the in comment parse state to the supplied value.
Commit - Annotation Type in org.springframework.test.annotation
@Commit is a test annotation that is used to indicate that a test-managed transaction should be committed after the test method has completed.
commit() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
commit() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
commit(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing transactions and programmatic rollback requests.
commitActions - Variable in class org.springframework.http.client.reactive.AbstractClientHttpRequest
 
commitActions - Variable in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
commitAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
commitIfNecessary(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a commit or message acknowledgement, as appropriate.
commitIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
Commit the Session if not within a JTA transaction.
committed - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JSR-250 annotation processor.
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.mock.web.MockServletContext
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish: "default"
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish
CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
CommonAnnotationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to PostConstruct and PreDestroy, respectively.
CommonAnnotationBeanPostProcessor.EjbRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @EJB annotation.
CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor - Class in org.springframework.context.annotation
Extension of the DependencyDescriptor class, overriding the dependency type with the specified resource type.
CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
CommonAnnotationBeanPostProcessor.ResourceElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @Resource annotation.
CommonAnnotationBeanPostProcessor.WebServiceRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @WebServiceRef annotation.
commonClassCache - Static variable in class org.springframework.util.ClassUtils
Map with common "java.lang" class name as key and corresponding Class as value.
commonDatabaseName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract a common name for the database in use even if various drivers/platforms provide varying names.
commonMessages - Variable in class org.springframework.context.support.AbstractMessageSource
 
commonPool - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Apache Commons FileUpload 1.2 or above.
CommonsFileUploadSupport() - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
CommonsLogWriter - Class in org.springframework.util
java.io.Writer adapter for a Commons Logging Log.
CommonsLogWriter(Log) - Constructor for class org.springframework.util.CommonsLogWriter
Create a new CommonsLogWriter for the given Commons Logging logger.
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Apache Commons FileUpload.
CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
Servlet-based MultipartResolver implementation for Apache Commons FileUpload 1.2 or above.
CommonsMultipartResolver() - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsPool2TargetSource - Class in org.springframework.aop.target
TargetSource implementation that holds objects in a configurable Apache Commons2 Pool.
CommonsPool2TargetSource() - Constructor for class org.springframework.aop.target.CommonsPool2TargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
 
commonTypesCache - Static variable in class org.springframework.core.convert.TypeDescriptor
 
comparable() - Static method in class org.springframework.util.comparator.Comparators
Return a Comparable adapter.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class org.springframework.util.comparator.ComparableComparator
 
comparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
comparator - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
comparator - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.MatchComparator
 
comparator - Variable in class org.springframework.util.comparator.InvertibleComparator
Deprecated.
 
comparator - Variable in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.MatchComparator
 
comparator - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
Comparators - Class in org.springframework.util.comparator
Convenient entry point with generically typed factory methods for common Spring Comparator variants.
Comparators() - Constructor for class org.springframework.util.comparator.Comparators
 
comparators - Variable in class org.springframework.util.comparator.CompoundComparator
Deprecated.
 
compare(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compare(PropertyDescriptor, PropertyDescriptor) - Method in class org.springframework.beans.ExtendedBeanInfo.PropertyDescriptorComparator
 
compare(T, T) - Method in class org.springframework.beans.support.PropertyComparator
 
compare(S, S) - Method in class org.springframework.core.convert.converter.ConvertingComparator
 
compare(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.springframework.core.ExceptionDepthComparator
 
compare(Object, Object) - Method in class org.springframework.core.OrderComparator
 
compare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(long, long) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(int, int) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(short, short) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(byte, byte) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Compare two given objects.
compare(AbstractMethodMessageHandler<T>.Match, AbstractMethodMessageHandler<T>.Match) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.MatchComparator
 
compare(String, String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
Compare two patterns to determine which should match first, i.e.
compare(Boolean, Boolean) - Method in class org.springframework.util.comparator.BooleanComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.ComparableComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.CompoundComparator
Deprecated.
 
compare(T, T) - Method in class org.springframework.util.comparator.InstanceComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InvertibleComparator
Deprecated.
 
compare(T, T) - Method in class org.springframework.util.comparator.NullSafeComparator
 
compare(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
 
compare(AbstractHandlerMethodMapping<T>.Match, AbstractHandlerMethodMapping<T>.Match) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.MatchComparator
 
compare(AbstractHandlerMethodMapping<T>.Match, AbstractHandlerMethodMapping<T>.Match) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
compare(String, String) - Method in class org.springframework.web.util.ParsingPathMatcher.PathPatternStringComparatorConsideringPath
 
compare(PathPattern, PathPattern) - Method in class org.springframework.web.util.patterns.PathPatternComparator
 
compare(PathPattern, PathPattern) - Method in class org.springframework.web.util.patterns.PatternComparatorConsideringPath
 
compareArguments(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareArgumentsVarargs(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareMatchingMediaTypes(ProducesRequestCondition, int, ProducesRequestCondition, int) - Method in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
 
compareMatchingMediaTypes(ProducesRequestCondition, int, ProducesRequestCondition, int) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
compareParameters(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
 
comparePrecedenceWithinAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compareTo(Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
compareTo(AdvisedSupport.MethodCacheKey) - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
compareTo(CacheAspectSupport.CacheOperationCacheKey) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
 
compareTo(AbstractApplicationEventMulticaster.ListenerCacheKey) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
compareTo(AnnotatedElementKey) - Method in class org.springframework.context.expression.AnnotatedElementKey
 
compareTo(CachedExpressionEvaluator.ExpressionKey) - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
 
compareTo(DefaultLifecycleProcessor.LifecycleGroupMember) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
compareTo(AnnotationUtils.AnnotationCacheKey) - Method in class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
compareTo(GenericConversionService.ConverterCacheKey) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
compareTo(MethodClassKey) - Method in class org.springframework.core.MethodClassKey
 
compareTo(ReflectivePropertyAccessor.PropertyCacheKey) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.PropertyCacheKey
 
compareTo(CachingConnectionFactory.DestinationCacheKey) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
compareTo(MBeanClientInterceptor.MethodCacheKey) - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
compareTo(DestinationPatternsMessageCondition, Message<?>) - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Compare the two conditions based on the destination patterns they contain.
compareTo(T, Message<?>) - Method in interface org.springframework.messaging.handler.MessageCondition
Compare this condition to another in the context of a specific message.
compareTo(SimpMessageMappingInfo, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
compareTo(SimpMessageTypeMessageCondition, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
 
compareTo(Delayed) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
compareTo(Delayed) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
compareTo(MimeType) - Method in class org.springframework.util.MimeType
Compares this MediaType to another alphabetically.
compareTo(CssLinkResourceTransformer.Segment) - Method in class org.springframework.web.reactive.resource.CssLinkResourceTransformer.Segment
 
compareTo(AbstractMediaTypeExpression) - Method in class org.springframework.web.reactive.result.condition.AbstractMediaTypeExpression
 
compareTo(CompositeRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
If one instance is empty, the other "wins".
compareTo(ConsumesRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
Returns: 0 if the two conditions have the same number of expressions Less than 0 if "this" has more or more specific media type expressions Greater than 0 if "other" has more or more specific media type expressions
compareTo(HeadersRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.HeadersRequestCondition
Returns: 0 if the two conditions have the same number of header expressions Less than 0 if "this" instance has more header expressions Greater than 0 if the "other" instance has more header expressions
compareTo(ParamsRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.ParamsRequestCondition
Returns: 0 if the two conditions have the same number of parameter expressions Less than 0 if "this" instance has more parameter expressions Greater than 0 if the "other" instance has more parameter expressions
compareTo(PatternsRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value via MediaType.sortByQualityValue(List) and iterate the list.
compareTo(T, ServerWebExchange) - Method in interface org.springframework.web.reactive.result.condition.RequestCondition
Compare this condition to another condition in the context of a specific request.
compareTo(RequestConditionHolder, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, ServerWebExchange) - Method in class org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition
Returns: 0 if the two conditions contain the same number of HTTP request methods Less than 0 if "this" instance has an HTTP request method but "other" doesn't Greater than 0 "other" has an HTTP request method but "this" doesn't
compareTo(RequestMappingInfo, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
Compares "this" info (i.e.
compareTo(FlashMap) - Method in class org.springframework.web.servlet.FlashMap
Compare two FlashMaps and prefer the one that specifies a target URL path or has more target URL parameters.
compareTo(AbstractMediaTypeExpression) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
compareTo(CompositeRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, the other "wins".
compareTo(ConsumesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns: 0 if the two conditions have the same number of expressions Less than 0 if "this" has more or more specific media type expressions Greater than 0 if "other" has more or more specific media type expressions
compareTo(HeadersRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns: 0 if the two conditions have the same number of header expressions Less than 0 if "this" instance has more header expressions Greater than 0 if the "other" instance has more header expressions
compareTo(ParamsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns: 0 if the two conditions have the same number of parameter expressions Less than 0 if "this" instance has more parameter expressions Greater than 0 if the "other" instance has more parameter expressions
compareTo(PatternsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value via MediaType.sortByQualityValue(List) and iterate the list.
compareTo(T, HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Compare this condition to another condition in the context of a specific request.
compareTo(RequestConditionHolder, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns: 0 if the two conditions contain the same number of HTTP request methods Less than 0 if "this" instance has an HTTP request method but "other" doesn't Greater than 0 "other" has an HTTP request method but "this" doesn't
compareTo(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Compares "this" info (i.e.
compareTo(CssLinkResourceTransformer.Segment) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.Segment
 
compareTo(PathPattern) - Method in class org.springframework.web.util.patterns.PathPattern
Compare this pattern with a supplied pattern.
ComparisonPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
compatibleType - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
compatibleWithCloseBracket(char) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
CompilablePropertyAccessor - Interface in org.springframework.expression.spel
A compilable property accessor is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor.
compilationScopes - Variable in class org.springframework.expression.spel.CodeFlow
Record the type of what is on top of the bytecode stack (i.e.
compile(SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.SpelCompiler
Attempt compilation of the supplied expression.
compile(Expression) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
Request that an attempt is made to compile the specified expression.
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Compile this JdbcCall using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Compile this JdbcInsert using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Has this operation been compiled? Compilation means at least checking that a DataSource or JdbcTemplate has been provided.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Has this operation been compiled? Compilation means at least checking that a DataSource or JdbcTemplate has been provided.
compiled - Variable in class org.springframework.jdbc.object.RdbmsOperation
Has this operation been compiled? Compilation means at least checking that a DataSource and sql have been provided, but subclasses may also implement their own custom validation.
compiledAst - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
compiledByAjc(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
We need to detect this as "code-style" AspectJ aspects should not be interpreted by Spring AOP.
compiledExclusionPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the exclusion patterns.
CompiledExpression - Class in org.springframework.expression.spel
Base superclass for compiled expressions.
CompiledExpression() - Constructor for class org.springframework.expression.spel.CompiledExpression
 
compiledPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the patterns.
compileExpression() - Method in class org.springframework.expression.spel.standard.SpelExpression
Perform expression compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement this template method to perform their own compilation.
compileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Overridden method to configure the CallableStatementCreatorFactory based on our declared parameters.
compileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Overridden method to configure the PreparedStatementCreatorFactory based on our declared parameters.
compilePatterns(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiles the supplied String[] into an array of Pattern objects and returns that array.
compilerClassLoader - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
compilerConfiguration - Variable in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
compilerConfiguration - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
compilerMode - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
compilers - Static variable in class org.springframework.expression.spel.standard.SpelCompiler
 
compileXpathExpression(String, Map<String, String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
 
completableFuture - Variable in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
CompletableFutureReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Support for CompletableFuture (and as of 4.3.7 also CompletionStage) as a return value type.
CompletableFutureReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
 
CompletableToListenableFutureAdapter<T> - Class in org.springframework.util.concurrent
Adapts a CompletableFuture or CompletionStage into a Spring ListenableFuture.
CompletableToListenableFutureAdapter(CompletionStage<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
Create a new adapter for the given CompletionStage.
CompletableToListenableFutureAdapter(CompletableFuture<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
Create a new adapter for the given CompletableFuture.
complete() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Mark asynchronous request processing as completed.
complete() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
complete() - Method in class org.springframework.mock.web.MockAsyncContext
 
complete - Variable in class org.springframework.web.bind.support.SimpleSessionStatus
 
complete(WebSocketChannel, Void) - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession.SendProcessorCallback
 
complete - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
 
complete() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing.
complete() - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.Handler
 
complete() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
completed(HttpResponse) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
completed - Variable in class org.springframework.http.server.reactive.ChannelSendOperator.WriteWithBarrier
Cached 1st/2nd signal before readyToWrite
completed - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
 
completeProxiedInterfaces(AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the complete set of interfaces to proxy for the given AOP configuration.
completeProxiedInterfaces(AdvisedSupport, boolean) - Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the complete set of interfaces to proxy for the given AOP configuration.
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, completing the transaction.
completeWithError(Throwable) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing with an error.
completeWithError(Throwable) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.Handler
 
completeWithError(Throwable) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
completingThread - Variable in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
 
completionCallback - Variable in class org.springframework.web.context.request.async.DeferredResult
 
completionCallback - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
completionCallback - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
 
completionHandlers - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
completionMono - Variable in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
 
CompletionStageAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.CompletionStageAdapter
 
Component - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "component".
COMPONENT_ANNOTATION_CLASSNAME - Static variable in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
ComponentDefinition - Interface in org.springframework.beans.factory.parsing
Interface that describes the logical view of a set of BeanDefinitions and BeanReferences as presented in some configuration context.
componentProvider - Variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
componentRegistered(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
componentRegistered(ComponentDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given component has been registered.
COMPONENTS_RESOURCE_LOCATION - Static variable in class org.springframework.context.index.CandidateComponentsIndexLoader
The location to look for components.
ComponentScan - Annotation Type in org.springframework.context.annotation
Configures component scanning directives for use with @Configuration classes.
ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
Declares the type filter to be used as an include filter or exclude filter.
ComponentScanAnnotationParser - Class in org.springframework.context.annotation
Parser for the @ComponentScan annotation.
ComponentScanAnnotationParser(Environment, ResourceLoader, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ComponentScanAnnotationParser
 
ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:component-scan/> element.
ComponentScanBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
componentScanBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
componentScanParser - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ComponentScans - Annotation Type in org.springframework.context.annotation
Container annotation that aggregates several ComponentScan annotations.
componentsIndex - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
componentsIndex - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
componentType - Variable in class org.springframework.core.ResolvableType
The component type for an array or null if the type should be deduced.
ComposablePointcut - Class in org.springframework.aop.support
Convenient class for building up pointcuts.
ComposablePointcut() - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a default ComposablePointcut, with ClassFilter.TRUE and MethodMatcher.TRUE.
ComposablePointcut(Pointcut) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut based on the given Pointcut.
ComposablePointcut(ClassFilter) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter, with MethodMatcher.TRUE.
ComposablePointcut(MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given MethodMatcher, with ClassFilter.TRUE.
ComposablePointcut(ClassFilter, MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter and MethodMatcher.
composedAnnotation - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
composeName(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
composeName(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
CompositeCacheManager - Class in org.springframework.cache.support
Composite CacheManager implementation that iterates over a given collection of delegate CacheManager instances.
CompositeCacheManager() - Constructor for class org.springframework.cache.support.CompositeCacheManager
Construct an empty CompositeCacheManager, with delegate CacheManagers to be added via the "cacheManagers" property.
CompositeCacheManager(CacheManager...) - Constructor for class org.springframework.cache.support.CompositeCacheManager
Construct a CompositeCacheManager from the given delegate CacheManagers.
CompositeCacheOperationSource - Class in org.springframework.cache.interceptor
Composite CacheOperationSource implementation that iterates over a given array of CacheOperationSource instances.
CompositeCacheOperationSource(CacheOperationSource...) - Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
Create a new CompositeCacheOperationSource for the given sources.
CompositeComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition implementation that holds one or more nested ComponentDefinition instances, aggregating them into a named group of components.
CompositeComponentDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Create a new CompositeComponentDefinition.
CompositeContentTypeResolver - Class in org.springframework.web.reactive.accept
A RequestedContentTypeResolver that contains and delegates to a list of other resolvers.
CompositeContentTypeResolver(List<RequestedContentTypeResolver>) - Constructor for class org.springframework.web.reactive.accept.CompositeContentTypeResolver
 
CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.init
Composite DatabasePopulator that delegates to a list of given DatabasePopulator implementations, executing all scripts.
CompositeDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create an empty CompositeDatabasePopulator.
CompositeDatabasePopulator(Collection<DatabasePopulator>) - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create a CompositeDatabasePopulator with the given populators.
CompositeDatabasePopulator(DatabasePopulator...) - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create a CompositeDatabasePopulator with the given populators.
CompositeELResolverImpl() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.CompositeELResolverImpl
 
CompositeFilter - Class in org.springframework.web.filter
A generic composite servlet Filter that just delegates its behavior to a chain (list) of user-supplied filters, achieving the functionality of a FilterChain, but conveniently using only Filter instances.
CompositeFilter() - Constructor for class org.springframework.web.filter.CompositeFilter
 
CompositeFilter.VirtualFilterChain - Class in org.springframework.web.filter
 
CompositeHttpHandler(Map<String, HttpHandler>) - Constructor for class org.springframework.http.server.reactive.HttpHandlerAdapterSupport.CompositeHttpHandler
 
CompositeIterator<E> - Class in org.springframework.util
Composite iterator that combines multiple other iterators, as registered via CompositeIterator.add(Iterator).
CompositeIterator() - Constructor for class org.springframework.util.CompositeIterator
 
CompositeMessageConverter - Class in org.springframework.messaging.converter
A MessageConverter that delegates to a list of registered converters to be invoked until one of them returns a non-null result.
CompositeMessageConverter(Collection<MessageConverter>) - Constructor for class org.springframework.messaging.converter.CompositeMessageConverter
Create an instance with the given converters.
CompositePathComponentBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
CompositePathComponentBuilder(String) - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
CompositePropertySource - Class in org.springframework.core.env
Composite PropertySource implementation that iterates over a set of PropertySource instances.
CompositePropertySource(String) - Constructor for class org.springframework.core.env.CompositePropertySource
Create a new CompositePropertySource.
CompositeRequestCondition - Class in org.springframework.web.reactive.result.condition
Implements the RequestCondition contract by delegating to multiple RequestCondition types and using a logical conjunction (' && ') to ensure all conditions match a given request.
CompositeRequestCondition(RequestCondition<?>...) - Constructor for class org.springframework.web.reactive.result.condition.CompositeRequestCondition
Create an instance with 0 or more RequestCondition types.
CompositeRequestCondition(RequestConditionHolder[]) - Constructor for class org.springframework.web.reactive.result.condition.CompositeRequestCondition
 
CompositeRequestCondition - Class in org.springframework.web.servlet.mvc.condition
Implements the RequestCondition contract by delegating to multiple RequestCondition types and using a logical conjunction (' && ') to ensure all conditions match a given request.
CompositeRequestCondition(RequestCondition<?>...) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Create an instance with 0 or more RequestCondition types.
CompositeRequestCondition(RequestConditionHolder[]) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
CompositeStringExpression - Class in org.springframework.expression.common
Represents a template expression broken into pieces.
CompositeStringExpression(String, Expression[]) - Constructor for class org.springframework.expression.common.CompositeStringExpression
 
CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Composite TransactionAttributeSource implementation that iterates over a given array of TransactionAttributeSource instances.
CompositeTransactionAttributeSource(TransactionAttributeSource[]) - Constructor for class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Create a new CompositeTransactionAttributeSource for the given sources.
CompositeUriComponentsContributor - Class in org.springframework.web.method.support
A UriComponentsContributor containing a list of other contributors to delegate and also encapsulating a specific ConversionService to use for formatting method argument values to Strings.
CompositeUriComponentsContributor(UriComponentsContributor...) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>, ConversionService) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributorFactoryBean() - Constructor for class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
COMPOUND_CLASS_LOADER_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CompoundComparator<T> - Class in org.springframework.util.comparator
Deprecated.
as of Spring Framework 5.0, in favor of the standard JDK 8 Comparator.thenComparing(Comparator)
CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
Deprecated.
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator...) - Constructor for class org.springframework.util.comparator.CompoundComparator
Deprecated.
Construct a CompoundComparator from the Comparators in the provided array.
CompoundExpression - Class in org.springframework.expression.spel.ast
Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
CompoundExpression(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.CompoundExpression
 
compute - Variable in class org.springframework.asm.ClassWriter
Indicates what must be automatically computed.
compute - Variable in class org.springframework.asm.MethodWriter
Indicates what must be automatically computed.
COMPUTE_FRAMES - Static variable in class org.springframework.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class org.springframework.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
computeCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
computeCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
computedPublicDeclaringClass - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
computeExitTypeDescriptor() - Method in class org.springframework.expression.spel.ast.Elvis
 
computeExitTypeDescriptor() - Method in class org.springframework.expression.spel.ast.Ternary
 
computeKey(ServerWebExchange, String) - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
 
computeKey(HttpServletRequest, String) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
 
computeLvtSlotIndices(boolean, Type[]) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
computeNextInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
computeTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
concat(String, String) - Method in class org.springframework.util.AntPathMatcher
 
concat(String, String) - Method in class org.springframework.web.util.patterns.PathPattern
Join two paths together including a separator if necessary.
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
concurrency - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
concurrency - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
CONCURRENCY_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CONCURRENCY_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
concurrencyCount - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrencyFailureException - Exception in org.springframework.dao
Exception thrown on concurrency failure.
ConcurrencyFailureException(String) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyFailureException(String, Throwable) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
concurrencyLimit - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
concurrencyThrottle - Variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Internal concurrency throttle used by this executor
ConcurrencyThrottleAdapter() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() - Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
ConcurrencyThrottleSupport - Class in org.springframework.util
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() - Constructor for class org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrencyThrottlingRunnable(Runnable) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
 
concurrent - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
concurrentConsumers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
concurrentConsumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
concurrentExecutor - Variable in class org.springframework.core.task.support.TaskExecutorAdapter
 
concurrentExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
ConcurrentExecutorAdapter - Class in org.springframework.core.task.support
Adapter that exposes the Executor interface for any Spring TaskExecutor.
ConcurrentExecutorAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor.
ConcurrentMapCache - Class in org.springframework.cache.concurrent
Simple Cache implementation based on the core JDK java.util.concurrent package.
ConcurrentMapCache(String) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.
ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrent
FactoryBean for easy configuration of a ConcurrentMapCache when used within a Spring container.
ConcurrentMapCacheFactoryBean() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
CacheManager implementation that lazily builds ConcurrentMapCache instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request.
ConcurrentMapCacheManager() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a dynamic ConcurrentMapCacheManager, lazily creating cache instances as they are being requested.
ConcurrentMapCacheManager(String...) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a static ConcurrentMapCacheManager, managing caches for the specified cache names only.
ConcurrentModel - Class in org.springframework.ui
Implementation of Model based on a ConcurrentHashMap for use in concurrent scenarios.
ConcurrentModel() - Constructor for class org.springframework.ui.ConcurrentModel
Construct a new, empty ConcurrentModel.
ConcurrentModel(String, Object) - Constructor for class org.springframework.ui.ConcurrentModel
Construct a new ModelMap containing the supplied attribute under the supplied name.
ConcurrentModel(Object) - Constructor for class org.springframework.ui.ConcurrentModel
Construct a new ModelMap containing the supplied attribute.
ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entries - Class in org.springframework.util
Allows a task access to ConcurrentReferenceHashMap.Segment entries.
ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
A single map entry.
ConcurrentReferenceHashMap.EntryIterator - Class in org.springframework.util
Internal entry iterator implementation.
ConcurrentReferenceHashMap.EntrySet - Class in org.springframework.util
Internal entry-set implementation.
ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceType - Enum in org.springframework.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - Enum in org.springframework.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - Class in org.springframework.util
A single segment used to divide the map to allow better concurrent performance.
ConcurrentReferenceHashMap.SoftEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for SoftReferences.
ConcurrentReferenceHashMap.Task<T> - Class in org.springframework.util
A task that can be run against a ConcurrentReferenceHashMap.Segment.
ConcurrentReferenceHashMap.TaskOption - Enum in org.springframework.util
Various options supported by a Task.
ConcurrentReferenceHashMap.WeakEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for WeakReferences.
concurrentRefresh - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
concurrentResult - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
concurrentResultContext - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
ConcurrentResultHandlerMethod(Object, ServletInvocableHandlerMethod.ConcurrentResultMethodParameter) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
 
ConcurrentResultMethodParameter(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
 
ConcurrentResultMethodParameter(ServletInvocableHandlerMethod.ConcurrentResultMethodParameter) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
 
ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using the given Executor.
ConcurrentTaskExecutor.ManagedTaskBuilder - Class in org.springframework.scheduling.concurrent
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and a given identity name.
ConcurrentTaskExecutor.ManagedTaskExecutorAdapter - Class in org.springframework.scheduling.concurrent
TaskExecutorAdapter subclass that wraps all provided Runnables and Callables with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and an identity name based on the task's toString() representation.
ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.ScheduledExecutorService and exposes a Spring TaskScheduler for it.
ConcurrentTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given ScheduledExecutorService as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given Executor and ScheduledExecutorService as delegates.
ConcurrentTaskScheduler.EnterpriseConcurrentTriggerScheduler - Class in org.springframework.scheduling.concurrent
Delegate that adapts a Spring Trigger to a JSR-236 Trigger.
ConcurrentWebSocketSessionDecorator - Class in org.springframework.web.socket.handler
Wrap a WebSocketSession to guarantee only one thread can send messages at a time.
ConcurrentWebSocketSessionDecorator(WebSocketSession, int, int) - Constructor for class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
Create a new ConcurrentWebSocketSessionDecorator.
condition - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
condition - Variable in class org.springframework.cache.interceptor.CacheOperation.Builder
 
condition - Variable in class org.springframework.cache.interceptor.CacheOperation
 
condition(String, AnnotatedElementKey, EvaluationContext) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
 
Condition - Interface in org.springframework.context.annotation
A single condition that must be matched in order for a component to be registered.
condition - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
condition(String, AnnotatedElementKey, EvaluationContext) - Method in class org.springframework.context.event.EventExpressionEvaluator
Specify if the condition defined by the specified expression matches.
condition - Variable in class org.springframework.web.reactive.result.condition.RequestConditionHolder
 
condition - Variable in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
Conditional - Annotation Type in org.springframework.context.annotation
Indicates that a component is only eligible for registration when all specified conditions match.
ConditionalCallbackFilter(Callback[]) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
ConditionalConverter - Interface in org.springframework.core.convert.converter
Allows a Converter, GenericConverter or ConverterFactory to conditionally execute based on attributes of the source and target TypeDescriptor.
ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
A GenericConverter that may conditionally execute based on attributes of the source and target TypeDescriptor.
conditionCache - Variable in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
 
conditionCache - Variable in class org.springframework.context.event.EventExpressionEvaluator
 
ConditionContext - Interface in org.springframework.context.annotation
Context information for use by Conditions.
ConditionContextImpl(BeanDefinitionRegistry, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
conditionEvaluator - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
conditionEvaluator - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
ConditionEvaluator - Class in org.springframework.context.annotation
Internal class used to evaluate Conditional annotations.
ConditionEvaluator(BeanDefinitionRegistry, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ConditionEvaluator
Create a new ConditionEvaluator instance.
conditionEvaluator - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
conditionEvaluator - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ConditionEvaluator.ConditionContextImpl - Class in org.springframework.context.annotation
Implementation of a ConditionContext.
config - Variable in class org.springframework.web.reactive.config.CorsRegistration
 
config - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
 
config - Variable in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
config - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping.CorsInterceptor
 
config - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping.PreFlightHandler
 
config - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
config - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_DELIMITERS - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the config location for the root context, falling back to the implementation's default otherwise.
ConfigBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the <aop:config> tag.
ConfigBeanDefinitionParser() - Constructor for class org.springframework.aop.config.ConfigBeanDefinitionParser
 
configBuilder - Variable in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
configLocation - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
configLocation - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configLocation - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
configLocations - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
 
configLocations - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
configResources - Variable in class org.springframework.context.support.ClassPathXmlApplicationContext
 
configSource - Variable in class org.springframework.web.filter.CorsFilter
 
configTimeDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeNonTransactionalDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeResourceLoaderHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeTaskExecutorHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
Configurable - Annotation Type in org.springframework.beans.factory.annotation
Marks a class as being eligible for Spring-driven configuration.
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most bean factories.
configurableBeanFactory - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
configurableBeanFactory - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
configurableBeanFactory - Variable in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 
ConfigurableConversionService - Interface in org.springframework.core.convert.support
Configuration interface to be implemented by most if not all ConversionService types.
ConfigurableEnvironment - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all Environment types.
ConfigurableJtaPlatform - Class in org.springframework.orm.hibernate5
Implementation of Hibernate 5's JtaPlatform SPI, exposing passed-in TransactionManager, UserTransaction and TransactionSynchronizationRegistry references.
ConfigurableJtaPlatform(TransactionManager, UserTransaction, TransactionSynchronizationRegistry) - Constructor for class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
Create a new ConfigurableJtaPlatform instance with the given JTA TransactionManager and optionally a given UserTransaction.
ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most listable bean factories.
ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
Spring-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
ConfigurableMimeFileTypeMap() - Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
 
ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder<B>> - Interface in org.springframework.test.web.servlet.setup
Defines common methods for building a MockMvc.
ConfigurableObject - Interface in org.springframework.beans.factory.aspectj
Marker interface for domain object that need DI through aspects.
ConfigurableObjectInputStream - Class in org.springframework.core
Special ObjectInputStream subclass that resolves class names against a specific ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurablePropertyAccessor - Interface in org.springframework.beans
Interface that encapsulates configuration methods for a PropertyAccessor.
ConfigurablePropertyResolver - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all PropertyResolver types.
ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>> - Interface in org.springframework.test.web.servlet.request
An extension of SmartRequestBuilder that can be configured with RequestPostProcessors.
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
Convenient WebBindingInitializer for declarative configuration in a Spring application context.
ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
ConfigurableWebEnvironment - Interface in org.springframework.web.context
Specialization of ConfigurableEnvironment allowing initialization of servlet-related PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
ConfigurableWebSession - Interface in org.springframework.web.server.session
Extend WebSession with management operations meant for internal use for example by implementations of WebSessionManager.
Configuration - Annotation Type in org.springframework.context.annotation
Indicates that a class declares one or more @Bean methods and may be processed by the Spring container to generate bean definitions and service requests for those beans at runtime, for example:
 @Configuration
 public class AppConfig {

     @Bean
     public MyBean myBean() {
         // instantiate, configure and return bean ...
configuration - Variable in class org.springframework.expression.spel.ExpressionState
 
configuration - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpressionParser
 
configuration - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
configuration - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
configuration - Variable in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
 
configuration - Variable in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Configuration annotation processor.
CONFIGURATION_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed BeanNameGenerator for use when processing Configuration classes.
CONFIGURATION_CLASS_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_FULL - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_LITE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
ConfigurationClass - Class in org.springframework.context.annotation
Represents a user-defined @Configuration class.
ConfigurationClass(MetadataReader, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(MetadataReader, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if importedBy is not null).
ConfigurationClass(Class<?>, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(Class<?>, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if imported is true).
ConfigurationClass(AnnotationMetadata, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
configurationClass - Variable in class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
 
configurationClass - Variable in class org.springframework.context.annotation.ConfigurationMethod
 
ConfigurationClass.FinalConfigurationProblem - Class in org.springframework.context.annotation
Configuration classes must be non-final to accommodate CGLIB subclassing.
ConfigurationClassBeanDefinition(ConfigurationClass, MethodMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinition(RootBeanDefinition, ConfigurationClass, MethodMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinition(ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinitionReader - Class in org.springframework.context.annotation
Reads a given fully-populated set of ConfigurationClass instances, registering bean definitions with the given BeanDefinitionRegistry based on its contents.
ConfigurationClassBeanDefinitionReader(BeanDefinitionRegistry, SourceExtractor, ResourceLoader, Environment, BeanNameGenerator, ImportRegistry) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Create a new ConfigurationClassBeanDefinitionReader instance that will be used to populate the given BeanDefinitionRegistry.
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition - Class in org.springframework.context.annotation
RootBeanDefinition marker subclass used to signify that a bean definition was created from a configuration class as opposed to any other configuration source.
ConfigurationClassBeanDefinitionReader.TrackedConditionEvaluator - Class in org.springframework.context.annotation
Evaluate @Conditional annotations, tracking results and taking into account 'imported by'.
ConfigurationClassEnhancer - Class in org.springframework.context.annotation
Enhances Configuration classes by generating a CGLIB subclass which interacts with the Spring container to respect bean scoping semantics for @Bean methods.
ConfigurationClassEnhancer() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer
 
ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy - Class in org.springframework.context.annotation
Custom extension of CGLIB's DefaultGeneratorStrategy, introducing a BeanFactory field.
ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any BeanFactoryAware.setBeanFactory(BeanFactory) on @Configuration class instances for the purpose of recording the BeanFactory.
ConfigurationClassEnhancer.BeanMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any Bean-annotated methods in order to ensure proper handling of bean semantics such as scoping and AOP proxying.
ConfigurationClassEnhancer.ConditionalCallback - Interface in org.springframework.context.annotation
Conditional Callback.
ConfigurationClassEnhancer.ConditionalCallbackFilter - Class in org.springframework.context.annotation
A CallbackFilter that works by interrogating Callbacks in the order that they are defined via ConfigurationClassEnhancer.ConditionalCallback.
ConfigurationClassEnhancer.EnhancedConfiguration - Interface in org.springframework.context.annotation
Marker interface to be implemented by all @Configuration CGLIB subclasses.
configurationClasses - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ConfigurationClassParser - Class in org.springframework.context.annotation
Parses a Configuration class definition, populating a collection of ConfigurationClass objects (parsing a single Configuration class may result in any number of ConfigurationClass objects because one Configuration class may import another using the Import annotation).
ConfigurationClassParser(MetadataReaderFactory, ProblemReporter, Environment, ResourceLoader, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser
Create a new ConfigurationClassParser instance that will be used to populate the set of configuration classes.
ConfigurationClassParser.CircularImportProblem - Class in org.springframework.context.annotation
Problem registered upon detection of a circular Import.
ConfigurationClassParser.DeferredImportSelectorHolder - Class in org.springframework.context.annotation
 
ConfigurationClassParser.ImportStack - Class in org.springframework.context.annotation
 
ConfigurationClassParser.SourceClass - Class in org.springframework.context.annotation
Simple wrapper that allows annotated source classes to be dealt with in a uniform manner, regardless of how they are loaded.
ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
BeanFactoryPostProcessor used for bootstrapping processing of @Configuration classes.
ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor - Class in org.springframework.context.annotation
 
ConfigurationClassUtils - Class in org.springframework.context.annotation
Utilities for processing @Configuration classes.
ConfigurationClassUtils() - Constructor for class org.springframework.context.annotation.ConfigurationClassUtils
 
ConfigurationCondition - Interface in org.springframework.context.annotation
A Condition that offers more fine-grained control when used with @Configuration.
ConfigurationCondition.ConfigurationPhase - Enum in org.springframework.context.annotation
The various configuration phases where the condition could be evaluated.
configurationFrozen - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether bean definition metadata may be cached for all beans
ConfigurationMethod - Class in org.springframework.context.annotation
 
ConfigurationMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationMethod
 
ConfigurationPhase() - Constructor for enum org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
 
configure(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure an existing ObjectMapper instance with this builder's settings.
configure(ClassLoader, TemplateConfiguration) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer.LocaleTemplateResolver
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure asynchronous request processing options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureAutoProxyCreator(ParserContext, Element) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Configures the auto proxy creator needed to support the BeanDefinitions created by the '<aop:config/>' tag.
configureAutoProxyCreator(Element, ParserContext) - Static method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
configureBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Configure the given raw bean: autowiring bean properties, applying bean property values, applying factory callbacks such as setBeanName and setBeanFactory, and also applying all bean post processors (including ones which might wrap the given raw bean).
configureBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
configureBean(Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Configure the bean instance.
configureBean(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
configureBrokerChannel() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Customize the channel used to send messages from the application to the message broker.
configureChannel(SocketChannelConfig) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Template method for changing properties on the given SocketChannelConfig.
configureClient() - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
configureClient() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Proceed to configure and build the test client.
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for subclasses to customize the message channel for inbound messages from WebSocket clients.
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureClientInboundChannel(ChannelRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the MessageChannel used for incoming messages from WebSocket clients.
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for subclasses to customize the message channel for messages from the application or message broker to WebSocket clients.
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureClientOutboundChannel(ChannelRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the MessageChannel used for outbound messages to WebSocket clients.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Configure the properties required to create and connect to the embedded database instance.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure content negotiation.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureContentTypeResolver(RequestedContentTypeResolverBuilder) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
configureContentTypeResolver(RequestedContentTypeResolverBuilder) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configureContentTypeResolver(RequestedContentTypeResolverBuilder) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to configure how the requested content type is resolved.
configureContentTypeResolver(RequestedContentTypeResolverBuilder) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure how the content type requested for the response is resolved.
configureContentTypeResolver(RequestedContentTypeResolverBuilder) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure "default" Servlet handling.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureEndpoint(Object) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint.JcaEndpointConfigurer
 
configureFeature(ObjectMapper, Object, boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
configureFormatterFrom(NumberFormat) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
configureFormatterFrom(NumberFormat) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure the list of HandlerExceptionResolvers to use.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureIndentation(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer.
configureJmsListeners(JmsListenerEndpointRegistrar) - Method in interface org.springframework.jms.annotation.JmsListenerConfigurer
Callback allowing a JmsListenerEndpointRegistry and specific JmsListenerEndpoint instances to be registered against the given JmsListenerEndpointRegistrar.
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for subclasses to customize message broker configuration through the provided MessageBrokerRegistry instance.
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureMessageBroker(MessageBrokerRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure message broker options.
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Override this method to add custom message converters.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom HttpMessageConverters to use with the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HttpMessageConverters to use for reading or writing to the body of the request or response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HttpMessageConverters to use for reading or writing to the body of the request or response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureMessageConverters(List<MessageConverter>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the message converters to use when extracting the payload of messages in annotated methods and when sending messages (e.g.
configureMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configureMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to configure the message readers to use for decoding controller method arguments.
configureMessageReaders(List<HttpMessageReader<?>>) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure the message readers to use for decoding the request body where @RequestBody and HttpEntity controller method arguments are used.
configureMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
configureMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configureMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to configure the message writers to use for encoding return values.
configureMessageWriters(List<HttpMessageWriter<?>>) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure the message writers to use to encode the response body based on the return values of @ResponseBody, and ResponseEntity controller methods.
configureMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
configureParameterNameProviderIfPossible(<any>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure path matching options.
configurePathMatch(PathMatchConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configurePathMatching(PathMatchConfigurer) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
configurePathMatching(PathMatchConfigurer) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configurePathMatching(PathMatchConfigurer) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to configure path matching options.
configurePathMatching(PathMatchConfigurer) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure path matching options.
configurePathMatching(PathMatchConfigurer) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
configurePathMatchingProperties(RootBeanDefinition, Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
configurePointcutParameters(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
All parameters from argumentIndexOffset onwards are candidates for pointcut parameters - but returning and throwing vars are handled differently and must be removed from the list if present.
configurePrettyPrint() - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
configurePrettyPrint() - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
 
configurer - Variable in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
configureRejectionPolicy(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
configureResponse(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse.
configurers - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
configurers - Variable in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configurers - Variable in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configurers - Variable in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
 
configurers - Variable in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureScanner(ParserContext, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
configureTasks(ScheduledTaskRegistrar) - Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
Callback allowing a TaskScheduler and specific Task instances to be registered against the given the ScheduledTaskRegistrar
configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied Transformer instance.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Configure view resolution for supporting template engines.
configureViewResolvers(ViewResolverRegistry) - Method in interface org.springframework.web.reactive.config.WebFluxConfigurer
Configure view resolution for processing the return values of controller methods that rely on resolving a View to render the response with.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure view resolution.
configureViewResolvers(ViewResolverRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureWebResources(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Configures web resources for the supplied web application context (WAC).
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure options related to the processing of messages received from and sent to WebSocket clients.
configureXStream(XStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Configure the XStream instance with this marshaller's bean properties.
configValueEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
ConflictingBeanDefinitionException - Exception in org.springframework.context.annotation
Marker subclass of IllegalStateException, allowing for explicit catch clauses in calling code.
ConflictingBeanDefinitionException(String) - Constructor for exception org.springframework.context.annotation.ConflictingBeanDefinitionException
 
connect(HttpMethod, URI, Function<? super ClientHttpRequest, <any>>) - Method in interface org.springframework.http.client.reactive.ClientHttpConnector
Connect to the origin server using the given HttpMethod and URI, then apply the given requestCallback on the ClientHttpRequest once the connection has been established.
connect(HttpMethod, URI, Function<? super ClientHttpRequest, <any>>) - Method in class org.springframework.http.client.reactive.ReactorClientHttpConnector
 
connect(JMXServiceURL, Map<String, ?>, String) - Method in class org.springframework.jmx.access.ConnectorDelegate
Connects to the remote MBeanServer using the configured JMXServiceURL: to the specified JMX service, or to a local MBeanServer if no service URL specified.
connect() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Connects to the remote MBeanServer using the configured service URL and environment properties.
connect(StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
Connect and notify the given StompSessionHandler when connected on the STOMP level.
connect(StompHeaders, StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
An overloaded version of ReactorNettyTcpStompClient.connect(StompSessionHandler) that accepts headers to use for the STOMP CONNECT frame.
connect - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
 
connect(TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
 
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
 
connect(TcpConnectionHandler<P>) - Method in interface org.springframework.messaging.tcp.TcpOperations
Open a new connection.
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in interface org.springframework.messaging.tcp.TcpOperations
Open a new connection and a strategy for reconnecting if the connection fails.
connect(HttpMethod, URI, Function<? super ClientHttpRequest, <any>>) - Method in class org.springframework.test.web.reactive.server.HttpHandlerConnector
 
connect(HttpMethod, URI, Function<? super ClientHttpRequest, <any>>) - Method in class org.springframework.test.web.reactive.server.WiretapConnector
 
connect - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
 
connect(String, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
Connect to the given WebSocket URL and notify the given StompSessionHandler when connected on the STOMP level after the CONNECTED frame is received.
connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, StompSessionHandler, Object...) that also accepts WebSocketHttpHeaders to use for the WebSocket handshake.
connect(String, WebSocketHttpHeaders, StompHeaders, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, StompSessionHandler, Object...) that also accepts WebSocketHttpHeaders to use for the WebSocket handshake and StompHeaders for the STOMP CONNECT frame.
connect(URI, WebSocketHttpHeaders, StompHeaders, StompSessionHandler) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...) that accepts a fully prepared URI.
connect(TransportRequest, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
connect(WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
connect(TransportRequest, WebSocketHandler) - Method in interface org.springframework.web.socket.sockjs.client.Transport
Connect the transport.
connect(TransportRequest, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
 
CONNECT_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
ConnectCallback(WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.DefaultTransportRequest.ConnectCallback
 
connected - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
 
connected - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
 
connected - Variable in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
CONNECTED_USER_HEADER - Static variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
The name of the header set on the CONNECTED frame indicating the name of the user authenticated on the WebSocket session.
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.JettyXhrTransport.SockJsResponseListener
 
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
 
connectHeaders - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
connectHeaders - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
connection - Variable in class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleClientHttpResponse
 
connection - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
CONNECTION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Connection header field name.
connection - Variable in class org.springframework.jca.cci.connection.ConnectionHolder
 
connection - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Proxy Connection
connection - Variable in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
connection - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Proxy Connection
connection - Variable in class org.springframework.jms.connection.SingleConnectionFactory
The target Connection
connection - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connection - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
connection - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect.EclipseLinkConnectionHandle
 
connection - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONNECTION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up JDBC Connections.
ConnectionCallback<T> - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Connection.
connectionEquals(ConnectionHolder, Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given two Connections are equal, asking the target Connection in case of a proxy.
connectionFactory - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
connectionFactory - Variable in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
connectionFactory - Variable in class org.springframework.jca.cci.core.CciTemplate
 
connectionFactory - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
connectionFactory - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsTransactionManager
 
connectionFactory - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
connectionFactory - Variable in class org.springframework.jms.support.JmsAccessor
 
ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
Helper class that provides static methods for obtaining CCI Connections from a javax.resource.cci.ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils - Class in org.springframework.jms.connection
Helper class for managing a JMS javax.jms.ConnectionFactory, in particular for obtaining transactional JMS resources for a given ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils.ConnectionSynchronization - Class in org.springframework.jca.cci.connection
Callback for resource cleanup at the end of a non-native CCI transaction (e.g.
ConnectionFactoryUtils.JmsResourceSynchronization - Class in org.springframework.jms.connection
Callback for resource cleanup at the end of a non-native JMS transaction (e.g.
ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.jms.connection
Callback interface for resource creation.
ConnectionHandle - Interface in org.springframework.jdbc.datasource
Simple interface to be implemented by handles for a JDBC Connection.
connectionHandle - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
connectionHandler - Variable in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient.ReactorNettyHandler
 
connectionHandler - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
connectionHandlers - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
ConnectionHandlingStompSession - Interface in org.springframework.messaging.simp.stomp
A StompSession that implements TcpConnectionHandler in order to send and receive messages.
connectionHolder - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
ConnectionHolder - Class in org.springframework.jca.cci.connection
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) - Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
 
ConnectionHolder - Class in org.springframework.jdbc.datasource
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle, assuming that there is no ongoing transaction.
ConnectionHolder(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle.
connectionHolder - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
connectionHolder - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
connectionHolder - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
ConnectionLostException - Exception in org.springframework.messaging.simp.stomp
Raised when the connection for a STOMP session is lost rather than closed.
ConnectionLostException(String) - Constructor for exception org.springframework.messaging.simp.stomp.ConnectionLostException
 
connectionManager - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
ConnectionManagerSupport - Class in org.springframework.web.socket.client
A base class for WebSocket connection managers.
ConnectionManagerSupport(String, Object...) - Constructor for class org.springframework.web.socket.client.ConnectionManagerSupport
 
connectionMethodToUse - Static variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
connectionMonitor - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionProperties - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
ConnectionProperties - Interface in org.springframework.jdbc.datasource.embedded
ConnectionProperties serves as a simple data container that allows essential JDBC connection properties to be configured consistently, independent of the actual DataSource implementation.
ConnectionProxy - Interface in org.springframework.jdbc.datasource
Subinterface of Connection to be implemented by Connection proxies.
connections - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connections - Variable in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
connectionSpec - Variable in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
connectionSpec - Variable in class org.springframework.jca.cci.core.CciTemplate
 
ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
An adapter for a target CCI javax.resource.cci.ConnectionFactory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
ConnectionSpecConnectionFactoryAdapter() - Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
ConnectionSynchronization(ConnectionHolder, ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils.ConnectionSynchronization
 
ConnectionSynchronization(ConnectionHolder, DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
connectLazily - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
connectOnStartup - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connectOnStartup - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connector - Variable in class org.springframework.jmx.access.ConnectorDelegate
 
connector - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connector - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
connector - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connector - Variable in class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
connector - Variable in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
connector - Variable in class org.springframework.web.reactive.function.client.ExchangeFunctions.DefaultExchangeFunction
 
ConnectorDelegate - Class in org.springframework.jmx.access
Internal helper class for managing a JMX connector.
ConnectorDelegate() - Constructor for class org.springframework.jmx.access.ConnectorDelegate
 
connectorServer - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
 
connectorTargetSource - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connectTimeout - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
connectTimeoutScheduler - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient
 
connectToServer(Object, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
connectToServer(Class<?>, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
 
connectTransport() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Obtain and connect a Transport from the underlying JavaMail Session, passing in the specified host, port, username, and password.
considerInherited - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerInterfaces - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerMetaAnnotations - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
constant - Variable in class org.springframework.expression.spel.ast.InlineList
 
constant - Variable in class org.springframework.expression.spel.ast.InlineMap
 
CONSTANT_PREFIX_AUTODETECT - Static variable in class org.springframework.jmx.export.MBeanExporter
Prefix for the autodetect constants defined in this class
ConstantBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
 
ConstantException(String, String, String) - Constructor for exception org.springframework.core.Constants.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(String, String, Object) - Constructor for exception org.springframework.core.Constants.ConstantException
Thrown when an invalid constant value is looked up.
constants - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
constants - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Constants instance for this class
Constants - Class in org.springframework.core
This class can be used to parse other classes containing constant definitions in public static final members.
Constants(Class<?>) - Constructor for class org.springframework.core.Constants
Create a new Constants converter class wrapping the given class.
constants - Static variable in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
constants - Static variable in class org.springframework.jmx.export.MBeanExporter
Constants instance for this class
constants - Static variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Constants for the CronTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Constants for the SimpleTrigger class
constants - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Constants instance for AbstractPlatformTransactionManager
constants - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Constants instance for TransactionDefinition
Constants.ConstantException - Exception in org.springframework.core
Exception thrown when the Constants class is asked for an invalid constant name.
constraintPattern - Variable in class org.springframework.web.util.patterns.CaptureVariablePathElement
 
constraintValidatorFactory - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
construct(ConstructorInvocation) - Method in interface org.aopalliance.intercept.ConstructorInterceptor
Implement this method to perform extra treatments before and after the construction of a new object.
constructedNodes - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
constructingMethod - Variable in exception org.springframework.beans.BeanInstantiationException
 
constructMapping(MappingNode) - Method in class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
 
constructor - Variable in exception org.springframework.beans.BeanInstantiationException
 
CONSTRUCTOR - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
constructor - Variable in class org.springframework.core.MethodParameter
 
constructor - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
constructor - Static variable in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
constructor - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.TyrusMuxableWebSocketHelper
 
constructor - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.WebLogicServletWriterHelper
 
CONSTRUCTOR_ARG_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CONSTRUCTOR_ARG_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix used to denote a constructor argument definition.
CONSTRUCTOR_ARGS - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
constructorArgIndex - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Our current position with respect to constructor args.
constructorArgs - Variable in class org.springframework.aop.framework.CglibAopProxy
 
constructorArgs - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
constructorArgTypes - Variable in class org.springframework.aop.framework.CglibAopProxy
 
ConstructorArgumentEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a (possibly indexed) constructor argument.
ConstructorArgumentEntry() - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry(int) - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied index.
constructorArgumentLock - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Common lock for the four constructor fields below
constructorArgumentsResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that marks the constructor arguments as resolved
ConstructorArgumentValues - Class in org.springframework.beans.factory.config
Holder for constructor argument values, typically as part of a bean definition.
ConstructorArgumentValues() - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Create a new empty ConstructorArgumentValues object.
ConstructorArgumentValues(ConstructorArgumentValues) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Deep copy constructor.
constructorArgumentValues - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
ConstructorExecutor - Interface in org.springframework.expression
Executors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
ConstructorInterceptor - Interface in org.aopalliance.intercept
Intercepts the construction of a new object.
ConstructorInvocation - Interface in org.aopalliance.intercept
Description of an invocation to a constuctor, given to an interceptor upon constructor-call.
ConstructorPropertiesChecker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ConstructorPropertiesChecker
 
ConstructorReference - Class in org.springframework.expression.spel.ast
Represents the invocation of a constructor.
ConstructorReference(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorResolver - Class in org.springframework.beans.factory.support
Delegate for resolving constructors and factory methods.
ConstructorResolver(AbstractAutowireCapableBeanFactory) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver
Create a new ConstructorResolver for the given factory and instantiation strategy.
ConstructorResolver - Interface in org.springframework.expression
A constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke that constructor.
ConstructorResolver.ArgumentsHolder - Class in org.springframework.beans.factory.support
Private inner class for holding argument combinations.
ConstructorResolver.AutowiredArgumentMarker - Class in org.springframework.beans.factory.support
Marker for autowired arguments in a cached argument array.
ConstructorResolver.ConstructorPropertiesChecker - Class in org.springframework.beans.factory.support
Delegate for checking Java 6's ConstructorProperties annotation.
constructorResolvers - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
constructorWithBooleanArgument - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
constructXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Construct an XStream instance, either using one of the standard constructors or creating a custom subclass.
consume(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consume the next comment token, update the "inComment" flag and return the remaining content.
consumeArguments(List<SpelNodeImpl>) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Used for consuming arguments for either a method or a constructor call
consumeCommentTokens(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consumes all the leading comment data in the given String and returns the remaining content, which may be empty since the supplied content might be all comment data.
consumeContent() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
Deprecated.
consumeEmpty() - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.UndecodedExchangeResult
 
consumeList(ResolvableType, int) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.UndecodedExchangeResult
 
consumeMap(ResolvableType, ResolvableType) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.UndecodedExchangeResult
 
ConsumeMediaTypeExpression(String) - Constructor for class org.springframework.web.reactive.result.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
ConsumeMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.reactive.result.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
ConsumeMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
ConsumeMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
consumer - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
ConsumerCacheKey(Destination, String, Boolean, String, boolean) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
consumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumersMonitor - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumes(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Set the consumes conditions.
consumes - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
consumes(String...) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
consumes(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the consumes conditions.
consumes - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
consumes(String...) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
consumesCondition - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfo
 
consumesCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
consumeSingle(ResolvableType) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.UndecodedExchangeResult
 
consumesMatch - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
 
consumesMatch - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
 
ConsumesRequestCondition - Class in org.springframework.web.reactive.result.condition
A logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.
ConsumesRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
ConsumesRequestCondition(Collection<ConsumesRequestCondition.ConsumeMediaTypeExpression>) - Constructor for class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
Private constructor accepting parsed media type expressions.
ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.
ConsumesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
ConsumesRequestCondition(Collection<ConsumesRequestCondition.ConsumeMediaTypeExpression>) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Private constructor accepting parsed media type expressions.
ConsumesRequestCondition.ConsumeMediaTypeExpression - Class in org.springframework.web.reactive.result.condition
Parses and matches a single media type expression to a request's 'Content-Type' header.
ConsumesRequestCondition.ConsumeMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single media type expression to a request's 'Content-Type' header.
consumeWith(Consumer<ExchangeResult>) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultResponseSpec
 
consumeWith(Consumer<ExchangeResult>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Consume request and response details of the exchange.
containedBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between containing bean names: bean name --> Set of bean names that the bean contains
CONTAINER_CLASS_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a Java EE container
CONTAINER_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
containerAnnotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
containerFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
containerFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar.JmsListenerEndpointDescriptor
 
containerFactoryBeanName - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
containerFactoryBeanName - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
containerHolder - Static variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
 
containerManaged - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
containingBeanDefinition - Variable in class org.springframework.beans.factory.xml.ParserContext
 
containingClass - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
containingClass - Variable in class org.springframework.core.MethodParameter
 
containingComponents - Variable in class org.springframework.beans.factory.xml.ParserContext
 
contains(Class<?>) - Method in exception org.springframework.beans.factory.BeanCreationException
 
contains(String) - Method in class org.springframework.beans.MutablePropertyValues
 
contains(Class<?>) - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
contains(String) - Method in interface org.springframework.beans.PropertyValues
Is there a property value (or other processing entry) for this property?
contains(String) - Method in class org.springframework.core.env.MutablePropertySources
 
contains(String) - Method in interface org.springframework.core.env.PropertySources
Return whether a property source with the given name is contained.
contains(Class<?>) - Method in exception org.springframework.core.NestedCheckedException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Class<?>) - Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
contains(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
Determine whether there is a cached context for the given key.
contains(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
Determine whether there is a cached context for the given key.
contains(Object...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultListBodySpec
 
contains(Object, Object) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultMapBodySpec
 
contains(Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values contains the given elements.
contains(Object, Object) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MapBodySpec
Assert the extracted map contains the given key value pair.
contains(Class<?>) - Method in exception org.springframework.transaction.TransactionSystemException
 
contains(Object) - Method in class org.springframework.util.AutoPopulatingList
 
contains(Iterator<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
containsAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
 
containsAny(Collection<?>, Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsArgWithName(String, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
containsAttribute(String) - Method in class org.springframework.ui.ConcurrentModel
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in interface org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean definition or externally registered singleton instance with the given name?
containsBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
containsBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Check if this registry contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBeanDefinition(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsConstant(Enum<?>[], String) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsCookie(Cookie) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
containsElement(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
containsInstance(Collection<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly.
containsKey(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsKey(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
 
containsKey(Object) - Method in class org.springframework.http.HttpHeaders
 
containsKey(Object) - Method in class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
 
containsKey(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsKey(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
containsKey(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsKey(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsKey(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
containsKeys(Object...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultMapBodySpec
 
containsKeys(Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MapBodySpec
Assert the extracted map contains the given keys.
containsLocalBean(String) - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return whether the local bean factory contains a bean of the given name, ignoring beans defined in ancestor contexts.
containsLocalBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsLocalBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Whether the native header map contains the give header name.
containsObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
containsOption(String) - Method in class org.springframework.core.env.CommandLineArgs
Return whether the option with the given name was present on the command line.
containsOption(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return whether the set of option arguments parsed from the command line contains an option with the given name.
containsOption(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
 
containsOption(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
containsProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
containsProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
This implementation first checks to see if the name specified is the special "non-option arguments" property, and if so delegates to the abstract CommandLinePropertySource.getNonOptionArgs() method checking to see whether it returns an empty collection.
containsProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.EnumerablePropertySource
Return whether this PropertySource contains a property with the given name.
containsProperty(String) - Method in class org.springframework.core.env.MapPropertySource
 
containsProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
Return whether the given property key is available for resolution, i.e.
containsProperty(String) - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.PropertySource
Return whether this PropertySource contains the given name.
containsProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
containsProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Return true if a property with the given name or any underscore/uppercase variant thereof exists in this property source.
containsSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
containsSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Check if this registry contains a singleton instance with the given name.
containsSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
containsSqlScriptDelimiters(String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Does the provided SQL script contain the specified delimiter?
containsValue(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsValue(Object) - Method in class org.springframework.http.HttpHeaders
 
containsValue(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
containsValue(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsValue(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
containsValue(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsValue(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
containsValues(Object...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultMapBodySpec
 
containsValues(Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MapBodySpec
Assert the extracted map contains the given values.
containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
content - Variable in class org.springframework.jdbc.core.support.SqlLobValue
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
content - Variable in class org.springframework.mock.web.MockBodyContent
 
content - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
content - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
content - Variable in class org.springframework.mock.web.MockMultipartFile
 
content - Variable in class org.springframework.mock.web.MockPart
 
content - Variable in class org.springframework.oxm.support.MarshallingSource
 
content - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
content() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers.
content - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
content(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
content - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
content(byte[]) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body.
content(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body as a UTF-8 String.
content() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions.
content - Variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
content - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
 
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Disposition header field name
CONTENT_DISPOSITION - Static variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
CONTENT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LENGTH - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
CONTENT_LENGTH_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_NEGOTIATION_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Type header field name.
CONTENT_TYPE - Static variable in class org.springframework.messaging.MessageHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
CONTENT_TYPE_ALTERNATIVE - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_CHARSET_SUFFIX - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
 
CONTENT_TYPE_HTML - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_PROPERTY - Static variable in interface org.springframework.jms.support.JmsHeaderMapper
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
CONTENT_VERSION_STRATEGY_ELEMENT - Static variable in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
 
contentCacheLimit - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
 
ContentCachingInputStream(ServletInputStream) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper.ContentCachingInputStream
 
ContentCachingRequestWrapper - Class in org.springframework.web.util
javax.servlet.http.HttpServletRequest wrapper that caches all content read from the input stream and reader, and allows this content to be retrieved via a byte array.
ContentCachingRequestWrapper(HttpServletRequest) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingRequestWrapper(HttpServletRequest, int) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingRequestWrapper.ContentCachingInputStream - Class in org.springframework.web.util
 
ContentCachingResponseWrapper - Class in org.springframework.web.util
javax.servlet.http.HttpServletResponse wrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
ContentCachingResponseWrapper(HttpServletResponse) - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper
Create a new ContentCachingResponseWrapper for the given servlet response.
ContentCachingResponseWrapper.ResponsePrintWriter - Class in org.springframework.web.util
 
ContentCachingResponseWrapper.ResponseServletOutputStream - Class in org.springframework.web.util
 
ContentDisposition - Class in org.springframework.http
Represent the content disposition type and parameters as defined in RFC 2183.
ContentDisposition(String, String, String, Charset, Long) - Constructor for class org.springframework.http.ContentDisposition
Private constructor.
contentDisposition(ContentDisposition) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Disposition" header with the given value.
ContentDisposition.Builder - Interface in org.springframework.http
A mutable builder for ContentDisposition.
ContentDisposition.BuilderImpl - Class in org.springframework.http
 
contentEquals(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the content of this ValueHolder is equal to the content of the given other ValueHolder.
contentHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
contentHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
contentHashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the hash code of the content of this ValueHolder.
contentLength(Resource) - Method in class org.springframework.core.codec.ResourceRegionEncoder
Determine, if possible, the contentLength of the given resource without reading it.
contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
contentLength() - Method in class org.springframework.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
contentLength() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() - Method in class org.springframework.core.io.PathResource
This implementation returns the underlying File's length.
contentLength() - Method in interface org.springframework.core.io.Resource
Determine the content length for this resource.
contentLength() - Method in class org.springframework.core.io.VfsResource
 
contentLength(Resource) - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
Determine, if possible, the contentLength of the given resource without reading it.
contentLength(Resource) - Method in class org.springframework.http.codec.ResourceRegionHttpMessageWriter
Determine, if possible, the contentLength of the given resource without reading it.
contentLength(long) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
contentLength(long) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
contentLength(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
contentLength - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentLength(long) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
contentLength(long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Length" header with the given value.
contentLength(long) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength() - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the length of the body in bytes, as specified by the Content-Length header.
contentLength() - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
 
contentLength(long) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
contentLength(long) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
contentLength() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
contentLength(long) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
contentLength(long) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength() - Method in class org.springframework.web.reactive.function.server.ResourceHandlerFunction.HeadMethodResource
 
contentLength() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
contentLength() - Method in class org.springframework.web.reactive.resource.GzipResourceResolver.GzippedResource
 
contentLength() - Method in class org.springframework.web.reactive.resource.VersionResourceResolver.FileNameVersionedResource
 
contentLength() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
 
contentLength() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
 
contentLength - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
 
contentNegotiatingResolver - Variable in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.view
Implementation of ViewResolver that resolves a view based on the request file name or Accept header.
ContentNegotiatingViewResolver() - Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationConfigurer - Class in org.springframework.web.servlet.config.annotation
Creates a ContentNegotiationManager and configures it with one or more ContentNegotiationStrategy instances.
ContentNegotiationConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Class constructor with javax.servlet.ServletContext.
contentNegotiationManager - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ContentNegotiationManager - Class in org.springframework.web.accept
Central class to determine requested media types for a request.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
contentNegotiationManager - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
Factory to create a ContentNegotiationManager and configure it with one or more ContentNegotiationStrategy instances via simple setters.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types for a request.
contentNegotiationStrategy - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
ContentRequestMatchers - Class in org.springframework.test.web.client.match
Factory for request content RequestMatcher's.
ContentRequestMatchers() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers
Class constructor, not for direct instantiation.
ContentRequestMatchers.AbstractXmlRequestMatcher - Class in org.springframework.test.web.client.match
Abstract base class for XML RequestMatcher's.
contentResource - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
ContentResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response content assertions.
ContentResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ContentResultMatchers
Protected constructor.
contentType(MediaType) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
contentType(MediaType) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
contentType(MediaType) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
contentType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contentType - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentType - Variable in class org.springframework.mock.web.MockMultipartFile
 
contentType - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
contentType - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
contentType - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
contentType(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a String.
contentType(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a MediaType.
contentType(MediaType) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the Content-Type header.
contentType(MediaType) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
contentType(MediaType) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Type" header with the given value.
contentType(MediaType) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Set the media type of the body, as specified by the Content-Type header.
contentType(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
contentType - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contentType(MediaType) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type.
contentType(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type after parsing it as a MediaType.
contentType - Variable in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
contentType - Variable in class org.springframework.web.HttpMediaTypeNotSupportedException
 
contentType(HttpMessage) - Static method in class org.springframework.web.reactive.function.BodyExtractors
 
contentType() - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the media type of the body, as specified by the Content-Type header.
contentType() - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
 
contentType(MediaType) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
contentType(MediaType) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
contentType() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
contentType(MediaType) - Method in class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
contentType(MediaType) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType...) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that tests if the request's content type is included by any of the given media types.
contentType() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Return the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
contentType - Variable in exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
 
contentType - Variable in exception org.springframework.web.server.UnsupportedMediaTypeStatusException
 
contentType - Variable in class org.springframework.web.servlet.ResourceServlet
 
contentType - Variable in class org.springframework.web.servlet.view.AbstractView
 
contentType - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
contentType - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeResolver - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
 
ContentTypeResolver - Interface in org.springframework.messaging.converter
Resolve the content type for a message.
contentTypeResolver(Consumer<RequestedContentTypeResolverBuilder>) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
contentTypeResolver(Consumer<RequestedContentTypeResolverBuilder>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Customize content type resolution.
contentTypeResolver - Variable in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
 
contentTypeResolver - Variable in class org.springframework.web.reactive.config.ResourceHandlerRegistry
 
contentTypeResolver - Variable in class org.springframework.web.reactive.resource.ResourceWebHandler
 
contentTypeResolver - Variable in class org.springframework.web.reactive.result.AbstractHandlerResultHandler
 
contentTypeResolver - Variable in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
 
contentTypeResolver - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
 
contentTypeResolver - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
 
contentTypeResolverConsumer - Variable in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
ContentVersionStrategy - Class in org.springframework.web.reactive.resource
A VersionStrategy that calculates an Hex MD5 hashes from the content of the resource and appends it to the file name, e.g.
ContentVersionStrategy() - Constructor for class org.springframework.web.reactive.resource.ContentVersionStrategy
 
ContentVersionStrategy - Class in org.springframework.web.servlet.resource
A VersionStrategy that calculates an Hex MD5 hashes from the content of the resource and appends it to the file name, e.g.
ContentVersionStrategy() - Constructor for class org.springframework.web.servlet.resource.ContentVersionStrategy
 
Context - Class in org.springframework.asm
Information about a class being parsed in a ClassReader.
Context() - Constructor for class org.springframework.asm.Context
 
context - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
context - Variable in class org.springframework.context.annotation.ConditionEvaluator
 
context - Variable in class org.springframework.http.client.Netty4ClientHttpResponse
 
context - Variable in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
context - Variable in class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
context - Variable in class org.springframework.web.context.ContextLoader
The root WebApplicationContext instance that this loader manages.
context - Variable in class org.springframework.web.servlet.tags.UrlTag
 
CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CACHE_LOGGING_CATEGORY - Static variable in interface org.springframework.test.context.cache.ContextCache
The name of the logging category used for reporting ContextCache statistics.
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id, to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for ApplicationContextInitializer classes to use for initializing the root web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
ContextAnnotationAutowireCandidateResolver - Class in org.springframework.context.annotation
Complete implementation of the AutowireCandidateResolver strategy interface, providing support for qualifier annotations as well as for lazy resolution driven by the Lazy annotation in the context.annotation package.
ContextAnnotationAutowireCandidateResolver() - Constructor for class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
contextAttribute - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
contextAttribute - Variable in class org.springframework.web.servlet.FrameworkServlet
ServletContext attribute to find the WebApplicationContext in
ContextCache - Interface in org.springframework.test.context.cache
ContextCache defines the SPI for caching Spring ApplicationContexts within the Spring TestContext Framework.
contextCache - Variable in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
ContextCacheUtils - Class in org.springframework.test.context.cache
Collection of utilities for working with ContextCaches.
ContextCacheUtils() - Constructor for class org.springframework.test.context.cache.ContextCacheUtils
 
contextClass - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext implementation class to create
ContextCleanupListener - Class in org.springframework.web.context
Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e.
ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
 
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
contextConfigLocation - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
contextConfigLocation - Variable in class org.springframework.web.servlet.FrameworkServlet
Explicit context config location
ContextConfiguration - Annotation Type in org.springframework.test.context
@ContextConfiguration defines class-level metadata that is used to determine how to load and configure an ApplicationContext for integration tests.
ContextConfigurationAttributes - Class in org.springframework.test.context
ContextConfigurationAttributes encapsulates the context configuration attributes declared via @ContextConfiguration.
ContextConfigurationAttributes(Class<?>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance with default values.
ContextConfigurationAttributes(Class<?>, ContextConfiguration) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied @ContextConfiguration annotation and the test class that declared it.
ContextConfigurationAttributes(Class<?>, AnnotationAttributes) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied AnnotationAttributes (parsed from a @ContextConfiguration annotation) and the test class that declared them.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, String, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextCustomizer - Interface in org.springframework.test.context
Strategy interface for customizing application contexts that are created and managed by the Spring TestContext Framework.
ContextCustomizerFactory - Interface in org.springframework.test.context
Factory for creating ContextCustomizers.
contextCustomizers - Variable in class org.springframework.test.context.MergedContextConfiguration
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer.ServletContextDestroyedListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextHierarchy - Annotation Type in org.springframework.test.context
@ContextHierarchy is a class-level annotation that is used to define a hierarchy of ApplicationContexts for integration tests.
contextId - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext id to assign
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer.ServletContextDestroyedListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
contextInitializerClasses - Variable in class org.springframework.test.context.MergedContextConfiguration
 
contextInitializerClasses - Variable in class org.springframework.web.servlet.FrameworkServlet
Comma-delimited ApplicationContextInitializer class names set through init param
contextInitializers - Variable in class org.springframework.web.context.ContextLoader
Actual ApplicationContextInitializer instances to apply to the context
contextInitializers - Variable in class org.springframework.web.servlet.FrameworkServlet
Actual ApplicationContextInitializer instances to apply to the context
ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the ContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated() callback (as of 4.1.2).
ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
ContextLoader - Interface in org.springframework.test.context
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
contextLoader - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader with the given application context.
contextLoaderClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up and shut down Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener with the given application context.
ContextLoaderUtils - Class in org.springframework.test.context.support
Utility methods for resolving ContextConfigurationAttributes from the @ContextConfiguration and @ContextHierarchy annotations for use with SmartContextLoaders.
ContextLoaderUtils() - Constructor for class org.springframework.test.context.support.ContextLoaderUtils
 
contextMap - Variable in class org.springframework.test.context.cache.DefaultContextCache
Map of context keys to Spring ApplicationContext instances.
contextMatch(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanContextMatcher
 
ContextNamespaceHandler - Class in org.springframework.context.config
NamespaceHandler for the 'context' namespace.
ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
 
contextObject - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
contextObjects - Variable in class org.springframework.expression.spel.ExpressionState
 
ContextOverridingClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
contextPath - Variable in class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
 
contextPath(String) - Method in class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
 
contextPath - Variable in class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder.MutativeDecorator
 
contextPath(String) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the contextPath to return.
contextPath(String) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the contextPath to return.
contextPath - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
contextPath - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
contextPath(String) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
contextPath - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contextPath - Variable in class org.springframework.mock.web.MockServletContext
 
contextPath - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
contextPath - Variable in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
contextPath(MockHttpServletRequest, UriComponents) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
contextPath - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
contextPath - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
 
contextPath(String) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Set the context path to use.
contextPath - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contextPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the context path.
contextPath - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderRequestWrapper
 
contextRefreshed - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistry
 
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent.
ContextRefreshListener() - Constructor for class org.springframework.web.servlet.FrameworkServlet.ContextRefreshListener
 
contextRelative - Variable in class org.springframework.web.reactive.result.view.RedirectView
 
contextRelative - Variable in class org.springframework.web.servlet.view.RedirectView
 
ContextResource - Interface in org.springframework.core.io
Extended interface for a resource that is loaded from an enclosing 'context', e.g.
contexts - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
 
contexts - Variable in class org.springframework.mock.web.MockServletContext
 
contexts - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
ContextStartedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets started.
ContextStartedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStartedEvent
Create a new ContextStartedEvent.
ContextStoppedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets stopped.
ContextStoppedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStoppedEvent
Create a new ContextStoppedEvent.
ContextTypeMatchClassLoader - Class in org.springframework.context.support
Special variant of an overriding ClassLoader, used for temporary type matching in AbstractApplicationContext.
ContextTypeMatchClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader
 
ContextTypeMatchClassLoader.ContextOverridingClassLoader - Class in org.springframework.context.support
ClassLoader to be created for each loaded class.
contextWrapper - Variable in class org.springframework.context.support.GenericGroovyApplicationContext
 
contextWrapper - Variable in class org.springframework.web.context.support.GroovyWebApplicationContext
 
CONTINUE - Static variable in class org.springframework.core.annotation.AnnotatedElementUtils
null constant used to denote that the search algorithm should continue.
continueOnError(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify that all failures which occur while executing SQL scripts should be logged but should not cause a failure.
continueOnError - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
continueScheduledExecutionAfterException - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
An overloaded method that uses the ConversionService created at construction.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in interface org.springframework.web.method.support.UriComponentsContributor
Process the given method argument and either update the UriComponentsBuilder or add to the map with URI variables to use to expand the URI after all arguments are processed.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
contributors - Variable in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
ControlFlowPointcut - Class in org.springframework.aop.support
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class<?>) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class<?>, String) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all calls below the given method in the given class.
Controller - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Controller" (e.g.
controller - Variable in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
controller - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
Controller - Interface in org.springframework.web.servlet.mvc
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
controller(Class<T>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Return a "mock" controller instance.
controllerAdvice - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
Indicates the annotated class assists a "Controller".
ControllerAdviceBean - Class in org.springframework.web.method
Encapsulates information about an @ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.
ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean instance.
ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean name.
ControllerAdviceBean(Object, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
 
controllerMethod - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
ControllerMethodInvocationInterceptor(Class<?>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
controllers - Variable in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
controllers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
controllerType - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
controllerType - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
Conventions - Class in org.springframework.core
Provides methods to support various naming and other conventions used throughout the framework.
Conventions() - Constructor for class org.springframework.core.Conventions
 
CONVERSION_HINT_HEADER - Static variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
Name of the header that can be set to provide further information (e.g.
CONVERSION_SERVICE_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the ConversionService bean in the factory.
CONVERSION_SERVICE_BEAN_NAME - Static variable in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
ConversionException - Exception in org.springframework.core.convert
Base class for exceptions thrown by the conversion system.
ConversionException(String) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionException(String, Throwable) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionFailedException - Exception in org.springframework.core.convert
Exception to be thrown when an actual type conversion attempt fails.
ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) - Constructor for exception org.springframework.core.convert.ConversionFailedException
Create a new conversion exception.
conversionMemberCache - Static variable in class org.springframework.core.convert.support.ObjectToObjectConverter
 
conversionNecessary - Variable in class org.springframework.beans.PropertyValue
Package-visible field that indicates whether conversion is necessary
ConversionNotSupportedException - Exception in org.springframework.beans
Exception thrown when no suitable editor or converter can be found for a bean property.
ConversionNotSupportedException(PropertyChangeEvent, Class<?>, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
ConversionNotSupportedException(Object, Class<?>, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
conversionService - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Spring ConversionService to use instead of PropertyEditors
conversionService - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
conversionService - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionService - Interface in org.springframework.core.convert
A service interface for type conversion.
conversionService - Variable in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
conversionService - Variable in class org.springframework.core.convert.support.AbstractConditionalEnumConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ByteBufferConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
conversionService - Variable in class org.springframework.core.convert.support.IdToEntityConverter
 
conversionService - Variable in class org.springframework.core.convert.support.MapToMapConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToOptionalConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StreamConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToCollectionConverter
 
conversionService - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
conversionService - Variable in class org.springframework.expression.spel.support.StandardTypeConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
conversionService - Variable in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
conversionService - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
ConversionService for binding JDBC values to bean properties
conversionService - Variable in class org.springframework.messaging.converter.GenericMessageConverter
 
conversionService - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
conversionService - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
conversionService - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
conversionService - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
conversionService - Variable in class org.springframework.validation.AbstractPropertyBindingResult
 
conversionService - Variable in class org.springframework.validation.DataBinder
 
conversionService - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
conversionService - Variable in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
conversionService - Variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
conversionService - Variable in class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
 
ConversionServiceConverter(ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that places the configured ConversionService in request scope so it's available during request processing.
ConversionServiceExposingInterceptor(ConversionService) - Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
ConversionServiceFactory - Class in org.springframework.core.convert.support
A factory for common ConversionService configurations.
ConversionServiceFactory() - Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
 
ConversionServiceFactoryBean - Class in org.springframework.context.support
A factory providing convenient access to a ConversionService configured with converters appropriate for most environments.
ConversionServiceFactoryBean() - Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionUtils - Class in org.springframework.core.convert.support
Internal utilities for the conversion package.
ConversionUtils() - Constructor for class org.springframework.core.convert.support.ConversionUtils
 
convert(ClassWriter, int, Object[], int[]) - Static method in class org.springframework.asm.Frame
Converts types from the MethodWriter.visitFrame() format to the Frame format.
convert(Object, Class<T>) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(S) - Method in interface org.springframework.core.convert.converter.Converter
Convert the source object of type S to target type T.
convert(S) - Method in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.GenericConverter
Convert the source object to the targetType described by the TypeDescriptor.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convert(Character) - Method in class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
convert(Enum<?>) - Method in class org.springframework.core.convert.support.EnumToIntegerConverter
 
convert(Enum<?>) - Method in class org.springframework.core.convert.support.EnumToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
convert(Object, Class<T>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Convenience operation for converting a source object to the specified targetType, where the target type is a descriptor that provides additional conversion context.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
convert(Integer) - Method in class org.springframework.core.convert.support.IntegerToEnumConverterFactory.IntegerToEnum
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToCharacterConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToOptionalConverter
 
convert(Object) - Method in class org.springframework.core.convert.support.ObjectToStringConverter
 
convert(Properties) - Method in class org.springframework.core.convert.support.PropertiesToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StreamConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToBooleanConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCharacterConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCharsetConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCurrencyConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
convert(String) - Method in class org.springframework.core.convert.support.StringToLocaleConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
 
convert(String) - Method in class org.springframework.core.convert.support.StringToPropertiesConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToTimeZoneConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToUUIDConverter
 
convert(ZonedDateTime) - Method in class org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter
 
convert(ZoneId) - Method in class org.springframework.core.convert.support.ZoneIdToTimeZoneConverter
 
convert(byte[]) - Method in class org.springframework.core.serializer.support.DeserializingConverter
 
convert(Object) - Method in class org.springframework.core.serializer.support.SerializingConverter
Serializes the source object and returns the byte array result.
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToCalendarConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
Deprecated.
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
convert(Date) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LocalDateTimeToLocalDateConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LocalDateTimeToLocalTimeConverter
 
convert(Long) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LongToReadableInstantConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToInstantConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToOffsetDateTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToZonedDateTimeConverter
 
convert(Instant) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.InstantToLongConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LocalDateTimeToLocalDateConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LocalDateTimeToLocalTimeConverter
 
convert(Long) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LongToInstantConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToInstantConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalDateConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalDateTimeConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalTimeConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToZonedDateTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToInstantConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalDateConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalDateTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToOffsetDateTimeConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
convertAllArguments(TypeConverter, Object[], Method) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Convert a supplied set of arguments into the requested types.
convertAndSend(String, Object) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the given destination.
convertAndSend(String, Object, Map<String, Object>) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the given destination.
convertAndSend(String, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to the given destination.
convertAndSend(String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor, and send the resulting message to the given destination.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, Map<String, Object>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(String, T) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(String, T) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the resolved destination.
convertAndSend(String, T, Map<String, Object>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the resolved destination.
convertAndSend(String, T, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to the resolved destination.
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor, and send the resulting message to the resolved destination.
convertAndSend(Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to a default destination.
convertAndSend(D, Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the given destination.
convertAndSend(D, Object, Map<String, Object>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the given destination.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to a default destination.
convertAndSend(D, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to the given destination.
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor, and send the resulting message to the given destination.
convertAndSendToUser(String, String, Object) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertArguments(TypeConverter, Object[], Executable, Integer) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Takes an input set of argument values and converts them to the types specified as the required parameter types.
convertCastorException(XMLException, boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Convert the given XMLException to an appropriate exception from the org.springframework.oxm hierarchy.
convertClassLoaderURL(URL) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource.
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
convertClassValues(Object, ClassLoader, AnnotationAttributes, boolean) - Static method in class org.springframework.core.type.classreading.AnnotationReadingVisitorUtils
 
convertConnectAcktoStompConnected(StompHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
The simple broker produces SimpMessageType.CONNECT_ACK that's not STOMP specific and needs to be turned into a STOMP CONNECTED frame.
convertContextConfigToConfigAttributesAndAddToList(ContextConfiguration, Class<?>, List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.support.ContextLoaderUtils
Convenience method for creating a ContextConfigurationAttributes instance from the supplied ContextConfiguration annotation and declaring class and then adding the attributes to the supplied list.
convertDataArrayToTargetArray(Object[], Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
convertDataArrayToTargetCollection(Object[], Class<?>, Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
converted - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
converted - Variable in class org.springframework.beans.MutablePropertyValues
 
converted - Variable in class org.springframework.beans.PropertyValue
 
convertedRequest(ServerWebExchange, String) - Method in class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
Mutate exchange into a new HTTP request method.
convertedValue - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
convertedValue - Variable in class org.springframework.beans.PropertyValue
 
convertElement(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
Converter<S,T> - Interface in org.springframework.core.convert.converter
A converter converts a source object of type S to a target of type T.
converter - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
converter - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
converter - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
converter - Variable in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
 
converter - Variable in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
converter - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
CONVERTER_TYPE_FILTER - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
 
ConverterAdapter(Converter<?, ?>, ResolvableType, ResolvableType) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
converterCache - Variable in class org.springframework.core.convert.support.GenericConversionService
 
ConverterCacheKey(TypeDescriptor, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
ConverterFactory<S,R> - Interface in org.springframework.core.convert.converter
A factory for "ranged" converters that can convert objects from S to subtypes of R.
converterFactory - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
ConverterFactoryAdapter(ConverterFactory<?, ?>, GenericConverter.ConvertiblePair) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
converterInstance(<any>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
converterLookup - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
ConverterNotFoundException - Exception in org.springframework.core.convert
Exception to be thrown when a suitable converter could not be found in a given conversion service.
ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Create a new conversion executor not found exception.
ConverterRegistry - Interface in org.springframework.core.convert.converter
For registering converters with a type conversion system.
converterRegistry - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
converters - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService
 
Converters() - Constructor for class org.springframework.core.convert.support.GenericConversionService.Converters
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.Converters
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
converters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
converters - Variable in class org.springframework.messaging.converter.CompositeMessageConverter
 
converters - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
ConvertersForPair() - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
convertException(RuntimeException) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
convertForProperty(String, Object, Object, TypeDescriptor) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
 
convertForProperty(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertForProperty(Object, String, BeanWrapper, TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Convert the given value for the specified target property.
convertFromByteBuffer(ByteBuffer, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convertFromBytesMessage(BytesMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
Convert the message payload from serialized form to an Object.
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.StringMessageConverter
 
convertFromMessage(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Template method that allows for custom message mapping.
convertFromStream(Stream<?>, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StreamConverter
 
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a TextMessage to a Java Object with the specified type.
convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate5.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate Spring RemoteAccessException.
CONVERTIBLE_PAIRS - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
CONVERTIBLE_TYPES - Static variable in class org.springframework.core.convert.support.StreamConverter
 
ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Create a new source-to-target pair.
convertIfNecessary(String, Object, Object, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
 
convertIfNecessary(Object, Class<T>) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, Field) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(String, Object, Object, Class<T>) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type for the specified property.
convertIfNecessary(String, Object, Object, Class<T>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type (if necessary from a String), for the specified property.
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.validation.DataBinder
 
ConvertingComparator<S,T> - Class in org.springframework.core.convert.converter
A Comparator that converts values before they are compared.
ConvertingComparator(Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator.ConversionServiceConverter<S,T> - Class in org.springframework.core.convert.converter
Adapts a ConversionService and targetType to a Converter.
ConvertingEncoderDecoderSupport<T,M> - Class in org.springframework.web.socket.adapter.standard
Base class that can be used to implement a standard javax.websocket.Encoder and/or javax.websocket.Decoder.
ConvertingEncoderDecoderSupport() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
ConvertingEncoderDecoderSupport.BinaryDecoder<T> - Class in org.springframework.web.socket.adapter.standard
A binary javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.BinaryEncoder<T> - Class in org.springframework.web.socket.adapter.standard
A binary javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.TextDecoder<T> - Class in org.springframework.web.socket.adapter.standard
A Text javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.TextEncoder<T> - Class in org.springframework.web.socket.adapter.standard
A text javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
Create a new ConvertingPropertyEditorAdapter for a given ConversionService and the given target type.
convertInlinedPropertiesToMap(String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Convert the supplied inlined properties (in the form of key-value pairs) into a map keyed by property name, preserving the ordering of property names in the returned map.
convertJaxbException(JAXBException) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Convert the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJibxException(JiBXException, boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJmsAccessException(JMSException) - Method in class org.springframework.jms.support.JmsAccessor
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsAccessException(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsException(JmsException) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertJmsInvokerAccessException(JMSException) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Convert the given JMS invoker access exception to an appropriate Spring RemoteAccessException.
convertJmsMessage(javax.jms.Message) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertJpaAccessExceptionIfPossible(RuntimeException) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy.
convertKey(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map key.
convertKey(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertKey(String) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertNullSource(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Template method to convert a null source.
convertNumberToTargetClass(Number, Class<T>) - Static method in class org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertPayload(Message<?>, MethodParameter, Class<?>) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
 
convertProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given merged properties, converting property values if necessary.
convertProperty(String, String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property from the properties source to the value which should be applied.
convertPropertyValue(String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source to the value which should be applied.
convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."-based fully qualified class name.
convertResponse(ClientHttpResponse) - Method in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
 
convertResultValueIfNecessary(Object, MethodParameter) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
convertRmiAccessException(RemoteException, Method) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Convert the given RMI RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not declare RemoteException.
convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertSendAndReceive(String, Object, Class<T>) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message to the given destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message with the given headers, to the specified destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, apply the given post processor and send the resulting Message to the given destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor and send the resulting Message to the specified destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(String, Object, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(Object, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the resolved destination, receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the resolved destination, receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post process, and send the resulting message to the resolved destination, then receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post process, and send the resulting message to the resolved destination, then receive a reply and convert its body to the specified target class.
convertSendAndReceive(Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message to a default destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(D, Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message to the given destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message with the given headers, to the specified destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, apply the given post processor and send the resulting Message to a default destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, apply the given post processor and send the resulting Message to the given destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor and send the resulting Message to the specified destination, receive the reply and convert its body of the given target class.
convertSource(Object) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Convert the supplied Object into an XSLT Source if the Object type is supported.
convertStyleCharacter(char) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
 
convertToByteBuffer(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convertToCharacter(String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the char mapped to the given entityReference or -1.
convertToClasspathResourcePaths(Class<?>, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to classpath resource paths.
convertToDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get a display String for the given value, converted by a PropertyEditor that the BindStatus may have registered for the value's Class.
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
Convert the payload object to serialized form.
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.StringMessageConverter
 
convertToModelMBeanNotificationInfo(ManagedNotification) - Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
convertToObject(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convenience method to dispatch to converters for individual message types.
convertToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToReference(char, String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToResourceList(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to a list of Resource handles using the given ResourceLoader.
convertToResources(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to an array of Resource handles using the given ResourceLoader.
convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToStream(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StreamConverter
 
convertToTypedArray(Object, String, Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedCollection(Collection<?>, String, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedMap(Map<?, ?>, String, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Turn this message into a XOP package.
convertTypedValue(EvaluationContext, TypedValue, Class<T>) - Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the supplied value to the specified type.
convertTypedValueToString(TypedValue, ExpressionState) - Static method in class org.springframework.expression.spel.ast.OpPlus
Convert operand value to string using registered converter or using toString method.
convertUnderscoreNameToPropertyName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Convert a column name with underscores to the corresponding property name using "camel case".
convertValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map value.
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertValue(TypeConverter, Object, Class<T>) - Method in class org.springframework.expression.spel.ast.Indexer
 
convertValue(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(TypedValue, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Convert (or coerce) a value from one type to another, for example from a boolean to a String.
convertValueIfNecessary(Object, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
Convert the given value to the specified target type, if necessary.
convertValueToRequiredType(Object, Class<?>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
convertXStreamException(Exception, boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
COOKIE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cookie header field name.
cookie(String, HttpCookie...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add one or more cookies.
cookie(String, HttpCookie...) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
cookie(String, String) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
cookie(String, String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Add a cookie with the given name and value.
cookie(Cookie...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the given cookies to the request.
cookie() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response cookie assertions.
cookie(String, String) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Add a cookie with the given name and value.
cookie(String, String) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
cookie(String, String) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
cookie(String, String) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Add a cookie with the given name and value.
cookieDomain - Variable in class org.springframework.web.util.CookieGenerator
 
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
 
cookieHttpOnly - Variable in class org.springframework.web.util.CookieGenerator
 
CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
Create a new instance of the CookieLocaleResolver class using the default cookie name.
cookieLock - Variable in class org.springframework.http.server.reactive.ServletServerHttpRequest
 
cookieMaxAge - Variable in class org.springframework.web.server.session.CookieWebSessionIdResolver
 
cookieMaxAge - Variable in class org.springframework.web.util.CookieGenerator
 
cookieName - Variable in class org.springframework.web.server.session.CookieWebSessionIdResolver
 
cookieName - Variable in class org.springframework.web.util.CookieGenerator
 
cookiePath - Variable in class org.springframework.web.util.CookieGenerator
 
CookieResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response cookie assertions.
CookieResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.CookieResultMatchers
Protected constructor.
cookies - Variable in class org.springframework.http.client.reactive.AbstractClientHttpRequest
 
cookies - Variable in class org.springframework.http.server.reactive.AbstractServerHttpRequest
 
cookies - Variable in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
cookies - Variable in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
cookies(MultiValueMap<String, HttpCookie>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given cookies.
cookies - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
cookies - Variable in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
cookies(MultiValueMap<String, HttpCookie>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
cookies - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
cookies - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
cookies(MultiValueMap<String, String>) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
cookies(MultiValueMap<String, String>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.HeaderSpec
Copy the given cookies into the entity's cookies map.
cookies(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
cookies - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
cookies(MultiValueMap<String, String>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Copy the given cookies into the entity's cookies map.
cookies() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return the cookies of this request.
cookies() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Return cookies of this response.
cookies - Variable in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder.BodyInserterRequest
 
cookies() - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder.BodyInserterRequest
 
cookies - Variable in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
cookies(MultiValueMap<String, String>) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
cookies() - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse
 
cookies - Variable in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
cookies(MultiValueMap<String, String>) - Method in class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
cookies(MultiValueMap<String, String>) - Method in interface org.springframework.web.reactive.function.client.WebClient.HeaderSpec
Copy the given cookies into the entity's cookies map.
cookieSecure - Variable in class org.springframework.web.util.CookieGenerator
 
CookieThemeResolver - Class in org.springframework.web.servlet.theme
ThemeResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
 
CookieValue - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
CookieValueMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
Resolve method arguments annotated with @CookieValue.
CookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
 
CookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.reactive.result.method.annotation
 
CookieValueNamedValueInfo(CookieValue) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo
 
CookieValueNamedValueInfo(CookieValue) - Constructor for class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver.CookieValueNamedValueInfo
 
CookieWebSessionIdResolver - Class in org.springframework.web.server.session
Cookie-based WebSessionIdResolver.
CookieWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.CookieWebSessionIdResolver
 
copy() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a copy of this ValueHolder: that is, an independent ValueHolder instance with the same contents.
copy(String[]) - Static method in class org.springframework.mail.SimpleMailMessage
 
copy(File, File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
copy(byte[], OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given String to the given output OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyAllAttributes - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
copyAttributesFrom(AttributeAccessor) - Method in class org.springframework.core.AttributeAccessorSupport
Copy the attributes from the supplied AttributeAccessor to this accessor.
copyBodyToResponse() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the complete cached body content to the response.
copyBodyToResponse(boolean) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the cached body content to the response.
copyBootstrapMethods(ClassWriter, Item[], char[]) - Method in class org.springframework.asm.ClassReader
Copies the bootstrap method data into the given ClassWriter.
copyCharactersTillPotentialReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Copy all relevant configuration from the given other factory.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
copyCustomEditorsTo(PropertyEditorRegistry, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the custom editors registered in this instance to the given target registry.
copyDefaultEditorsTo(PropertyEditorRegistrySupport) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the default editors registered in this instance to the given target registry.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyFrom(AbstractBeanFactoryBasedTargetSource) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
copyHttpSessionId - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
copyMethod - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
copyMethod - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
copyModelParameters(Map<String, Object>, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy all entries from the supplied Map into the parameter set of the supplied Transformer.
copyNonMethodProperties(PropertyDescriptor, PropertyDescriptor) - Static method in class org.springframework.beans.PropertyDescriptorUtils
See FeatureDescriptor.
copyOutputProperties(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy the configured output Properties, if any, into the output property set of the supplied Transformer.
copyOverrides(ResourceOverridingShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyPool(ClassWriter) - Method in class org.springframework.asm.ClassReader
Copies the constant pool data into the given ClassWriter.
copyProperties(Object, Object) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the target bean.
copyProperties(Object, Object, Class<?>) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, only setting properties defined in the given "editable" class (or interface).
copyProperties(Object, Object, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".
copyProperties(Object, Object, Class<?>, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean.
copyPropertiesToBean(Annotation, Object, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyPropertiesToBean(Annotation, Object, StringValueResolver, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyPropertiesToBean(Annotation, Class<T>) - Static method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
copyPropertiesToBeanArray(Collection<? extends Annotation>, Class<T>) - Static method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
copyQualifiersFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyRange(InputStream, OutputStream, long, long) - Static method in class org.springframework.util.StreamUtils
Copy a range of content of the given InputStream to the given OutputStream.
copyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
Recursively copy the contents of the src file/directory to the dest file/directory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copySortDefinition(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
copyTestContext(TestContext) - Static method in class org.springframework.test.context.TestContextManager
Attempt to create a copy of the supplied TestContext using its copy constructor.
copyTo(MailMessage) - Method in class org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
copyToString(InputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.OpaqueUriComponents
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.UriComponents
Set all components of the given UriComponentsBuilder.
copyTransformers(ShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
corePoolSize - Variable in class org.springframework.messaging.simp.config.TaskExecutorRegistration
 
corePoolSize(int) - Method in class org.springframework.messaging.simp.config.TaskExecutorRegistration
Set the core pool size of the ThreadPoolExecutor.
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
CORRELATION_ID - Static variable in interface org.springframework.jms.support.JmsHeaders
Correlation ID for the message.
CORS_CONFIGURATION_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
CorsBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a cors element in order to set the CORS configuration in the various {AbstractHandlerMapping} beans created by AnnotationDrivenBeanDefinitionParser, ResourcesBeanDefinitionParser and ViewControllerBeanDefinitionParser.
CorsBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
CorsConfiguration - Class in org.springframework.web.cors
A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
CorsConfiguration() - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance with no cross-origin requests allowed for any origin by default.
CorsConfiguration(CorsConfiguration) - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance by copying all values from the supplied CorsConfiguration.
corsConfiguration - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
corsConfigurations - Variable in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
 
corsConfigurations - Variable in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
corsConfigurations - Variable in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 
corsConfigurations - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
CorsConfigurationSource - Interface in org.springframework.web.cors
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided request.
CorsConfigurationSource - Interface in org.springframework.web.cors.reactive
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided reactive request.
CorsFilter - Class in org.springframework.web.filter
javax.servlet.Filter that handles CORS preflight requests and intercepts CORS simple and actual requests thanks to a CorsProcessor implementation (DefaultCorsProcessor by default) in order to add the relevant CORS response headers (like Access-Control-Allow-Origin) using the provided CorsConfigurationSource (for example an UrlBasedCorsConfigurationSource instance.
CorsFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.filter.CorsFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request.
CorsInterceptor(CorsConfiguration) - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping.CorsInterceptor
 
corsLookup - Variable in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.MappingRegistry
 
corsLookup - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
corsMappings(Consumer<CorsRegistry>) - Method in class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
corsMappings(Consumer<CorsRegistry>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure CORS support.
CorsProcessor - Interface in org.springframework.web.cors
A strategy that takes a request and a CorsConfiguration and updates the response.
CorsProcessor - Interface in org.springframework.web.cors.reactive
A strategy that takes a reactive request and a CorsConfiguration and updates the response.
corsProcessor - Variable in class org.springframework.web.reactive.handler.AbstractHandlerMapping
 
corsProcessor - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
CorsRegistration - Class in org.springframework.web.reactive.config
Assists with the creation of a CorsConfiguration instance mapped to a path pattern.
CorsRegistration(String) - Constructor for class org.springframework.web.reactive.config.CorsRegistration
Create a new CorsRegistration that allows all origins, headers, and credentials for GET, HEAD, and POST requests with max age set to 1800 seconds (30 minutes) for the specified path.
CorsRegistration - Class in org.springframework.web.servlet.config.annotation
Assists with the creation of a CorsConfiguration instance mapped to a path pattern.
CorsRegistration(String) - Constructor for class org.springframework.web.servlet.config.annotation.CorsRegistration
Create a new CorsRegistration that allows all origins, headers, and credentials for GET, HEAD, and POST requests with max age set to 1800 seconds (30 minutes) for the specified path.
CorsRegistry - Class in org.springframework.web.reactive.config
CorsRegistry assists with the registration of CorsConfiguration mapped to a path pattern.
CorsRegistry() - Constructor for class org.springframework.web.reactive.config.CorsRegistry
 
CorsRegistry - Class in org.springframework.web.servlet.config.annotation
CorsRegistry assists with the registration of CorsConfiguration mapped to a path pattern.
CorsRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.CorsRegistry
 
corsRegistryConsumer - Variable in class org.springframework.test.web.reactive.server.DefaultControllerSpec.TestWebFluxConfigurer
 
CorsUtils - Class in org.springframework.web.cors
Utility class for CORS request handling based on the CORS W3C recommandation.
CorsUtils() - Constructor for class org.springframework.web.cors.CorsUtils
 
CorsUtils - Class in org.springframework.web.cors.reactive
Utility class for CORS reactive request handling based on the CORS W3C recommendation.
CorsUtils() - Constructor for class org.springframework.web.cors.reactive.CorsUtils
 
couldMatchJoinPointsInType(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanContextMatcher
Deprecated.
couldMatchJoinPointsInType(Class, MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanContextMatcher
Deprecated.
count - Variable in class org.springframework.aop.interceptor.DebugInterceptor
 
count - Variable in class org.springframework.core.io.support.ResourceRegion
 
count - Variable in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
count - Variable in class org.springframework.http.server.reactive.RxNettyServerHttpResponse.FlushSelector
 
count - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
 
count - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
The total number of references contained in this segment.
countAdvicesOfType(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class.
countBeansIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all beans in any hierarchy in which this factory participates.
counter - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
CountingOutputStream() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
countIterator(Iterator) - Static method in class org.springframework.util.xml.XMLEventStreamReader
 
countNonNull(Object...) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
countNumberOfUnboundAnnotationArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countNumberOfUnboundPrimitiveArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring sub in string str.
countRowsInTable(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(JdbcTemplate, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(JdbcTemplate, String, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table, using the provided WHERE clause.
cr - Variable in class org.springframework.asm.ClassWriter
The class reader from which this class writer was constructed, if any.
create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create() method on the cached EJB home object.
create() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.CborFactoryInitializer
 
create() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.SmileFactoryInitializer
 
create() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
 
create(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
 
create() - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create an instance with SimpMessageType MESSAGE.
create(SimpMessageType) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create an instance with the given SimpMessageType.
create(StompCommand) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create an instance for the given STOMP command.
create(StompCommand, Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create an instance for the given STOMP command and headers.
create(ClientHttpConnector) - Static method in class org.springframework.web.reactive.function.client.ExchangeFunctions
Create a new ExchangeFunction with the given connector.
create(ClientHttpConnector, ExchangeStrategies) - Static method in class org.springframework.web.reactive.function.client.ExchangeFunctions
Create a new ExchangeFunction with the given connector and strategies.
create() - Static method in interface org.springframework.web.reactive.function.client.WebClient
Create a new WebClient with no default, shared preferences across requests such as base URI, default headers, and others.
create(String) - Static method in interface org.springframework.web.reactive.function.client.WebClient
Configure a base URI for requests performed through the client for example to avoid repeating the same host, port, base path, or even query parameters with every request.
create(String) - Static method in interface org.springframework.web.reactive.function.server.RenderingResponse
Create a builder with the given template name.
createAccessor(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
createAccessor(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
createAccessor(Message<?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Build a 'nested' accessor for the given message.
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in interface org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
Create a JCA 1.5 ActivationSpec object based on the given JmsActivationSpecConfig object.
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
createAdviceDefinition(Element, ParserContext, String, int, RootBeanDefinition, RootBeanDefinition, List<BeanDefinition>, List<BeanReference>) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates the RootBeanDefinition for a POJO advice bean.
createAdvisorBeanDefinition(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Create a RootBeanDefinition for the advisor described in the supplied.
createAdvisorIntroducingNamedBean(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, introducing the NamedBean interface to make the bean name accessible without forcing the target object to be aware of this Spring IoC concept.
createAdvisorWithoutIntroduction(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, with no introduction
createAndConfigureMBean(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
createAndHoldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
createAnnotationMethodMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected method for plugging in a custom subclass of SimpAnnotationMethodMessageHandler.
createAnnotationMethodMessageHandler() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
createAopProxy(AdvisedSupport) - Method in interface org.springframework.aop.framework.AopProxyFactory
Create an AopProxy for the given AOP configuration.
createAopProxy(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
 
createAopProxy() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses should call this to get a new AOP proxy.
createApplicationContext(BootstrapContext) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Build a Spring ApplicationContext for the given JCA BootstrapContext.
createApplicationContext() - Method in class org.springframework.web.reactive.support.AbstractAnnotationConfigDispatcherHandlerInitializer
Create an application context to be provided to the DispatcherHandler.
createApplicationContext() - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
Create an application context to be provided to the DispatcherHandler.
createApplicationListener(String, Class<?>, Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
 
createApplicationListener(String, Class<?>, Method) - Method in interface org.springframework.context.event.EventListenerFactory
Create an ApplicationListener for the specified method.
createApplicationListener(String, Class<?>, Method) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
 
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createApproximateCollection(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createArgumentArray(String, RootBeanDefinition, ConstructorArgumentValues, BeanWrapper, Class<?>[], String[], Executable, boolean) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Create an array of arguments to invoke a constructor or factory method, given the resolved constructor argument values.
createArray(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create an array and return it.
createAspectComponentDefinition(Element, String, List<BeanDefinition>, List<BeanReference>, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
createAspectInstanceFactory(AspectMetadata, Class<?>, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a MetadataAwareAspectInstanceFactory for the supplied aspect type.
createAspectMetadata(Class<?>, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create an AspectMetadata instance for the supplied aspect type.
createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
Create a new AsyncClientHttpRequest via this template's AsyncClientHttpRequestFactory.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
 
createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Create an AsyncWebRequest instance.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model.
createAttribute(String, Class<?>, MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
 
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Instantiate the model attribute from a URI template variable or from a request parameter if the name matches to the model attribute name and if there is an appropriate type conversion strategy.
createAttributeEvaluatorFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Create a model attribute from a String request value (e.g.
createBatch(Map<String, ?>[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of MapSqlParameterSource objects populated with data from the values passed in.
createBatch(Object[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of BeanPropertySqlParameterSource objects populated with data from the values passed in.
createBean(Class<T>) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class.
createBean(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class with the specified autowire strategy.
createBean(Class<T>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Central method of this class: creates a bean instance, populates the bean instance, applies post-processors, etc.
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given merged bean definition (and arguments).
createBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBean(Class<?>, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBeanDefinition() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
createBeanDefinition(String, String, ClassLoader) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new GenericBeanDefinition for the given parent name and class name, eagerly loading the bean class if a ClassLoader has been specified.
createBeanDefinition(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a bean definition for the given class name and parent name.
createBeanDefinitionDocumentReader() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the BeanDefinitionDocumentReader to use for actually reading bean definitions from an XML document.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericXmlContextLoader
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create an internal bean factory for this context.
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource if they wish to create a custom TargetSource for this bean, or null if they are not interested it in, in which case no special target source will be created.
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
createBeanInstance(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new instance for the specified bean, using an appropriate instantiation strategy: factory method, constructor autowiring, or simple instantiation.
createBeanPropertyBindingResult() - Method in class org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using standard JavaBean property access.
createBeanWrapper() - Method in class org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper for the underlying target object.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder for the given target object and initialize it through a WebBindingInitializer.
createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder for the given object.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBinderInstance(Object, String) - Method in class org.springframework.web.reactive.BindingContext
Create the data binder instance.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Returns an instance of ExtendedServletRequestDataBinder.
createBindingContext(HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.BindingContextFactory
Create and initialize a BindingContext for the current request.
createBodyFlushProcessor() - Method in class org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
Abstract template method to create a Processor<Publisher<DataBuffer>, Void> that will write the response body with flushes to the underlying output.
createBodyFlushProcessor() - Method in class org.springframework.http.server.reactive.ServletServerHttpResponse
 
createBodyFlushProcessor() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse
 
createBodyProcessor() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse
 
createBootstrapContext(Class<?>) - Static method in class org.springframework.test.context.BootstrapUtils
Create the BootstrapContext for the specified test class.
createBrowser(Session, Queue, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createBshObject(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class<?>...) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
createBshObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createByteRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange from the given position to the end.
createByteRange(long, long) - Static method in class org.springframework.http.HttpRange
Create a HttpRange from the given fist to last position.
createCache() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Create a raw Cache object based on the configuration of this FactoryBean.
createCacheAwareContextLoaderDelegate() - Static method in class org.springframework.test.context.BootstrapUtils
 
createCacheKeyInvocationContext(CacheOperationInvocationContext<O>) - Method in class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
Create a CacheKeyInvocationContext based on the specified invocation.
createCacheKeyInvocationContext(Object, JCacheOperation<?>, Object[]) - Method in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
createCacheNames(Collection<? extends Cache>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
createCacheOperationInvocationContext(Object, Object[], JCacheOperation<?>) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
createCachePutOperation(Method, CacheDefaults, CachePut) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheRemoveAllOperation(Method, CacheDefaults, CacheRemoveAll) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheRemoveOperation(Method, CacheDefaults, CacheRemove) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheResultOperation(Method, CacheDefaults, CacheResult) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCaffeineCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
Create a new CaffeineCache instance for the specified cache name.
createCallableStatement(Connection) - Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
createCallString() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the call string based on configuration and metadata information.
createCciTemplate(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createCglibProxyForFactoryBean(Object, ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
createClass(Enhancer) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Uses enhancer to generate a subclass of superclass, ensuring that callbacks are registered for the new subclass.
createCollection(Class<? extends Collection>, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given collection type.
createCollection(Class<?>, Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given collection type.
createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createColumnMap(int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConcurrentMapCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Create a new ConcurrentMapCache instance for the specified cache name.
createConfigInterface(BeanDefinition, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
createConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createConnection() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Connection for registration with a JmsResourceHolder.
createConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Connection via this template's ConnectionFactory.
createConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target ConnectionFactory.
createConnection() - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createConnection() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createConnection() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Connection for this JMS invoker.
createConnection() - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Connection via this template's ConnectionFactory.
createConnection(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new WebConnection that will use a MockMvc instance if one of the specified WebRequestMatcher instances matches.
createConnection(WebClient, WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
 
createConnectionBuilder(URI) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
Create a ConnectionBuilder for the given URI.
createConnectionProxy(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConnectionSpec(Integer, Boolean, String, String) - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Create a WebSphere JDBCConnectionSpec object for the given characteristics.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
Create the container BeanDefinition for the specified context.
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider
 
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
Create the BeanDefinition for the container factory using the specified shared property values.
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesInitializer
 
createContainerInstance() - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
Create an empty container instance.
createContainerInstance() - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
Create an empty container instance.
createContainerInstance() - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
createContainerInstance() - Method in class org.springframework.jms.config.SimpleJmsListenerContainerFactory
 
createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContentHandler(Node) - Static method in class org.springframework.util.xml.DomUtils
Returns a SAX ContentHandler that transforms callback calls to DOM Nodes.
createContentHandler(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes to the given StAX XMLStreamWriter.
createContentHandler(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes events to the given StAX XMLEventWriter.
createContentNegotiatingViewResolver(Element, ParserContext) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
createContext() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createContext(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createContext(String, String, int) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createContext(int) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createContext() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createContext(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createContext(String, String, int) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createContext(int) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createContext() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createContext(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createContext(String, String, int) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createContext(int) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createContext() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
createContext(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
createContext(String, String, int) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
createContext(int) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in interface org.springframework.test.context.ContextCustomizerFactory
Create a ContextCustomizer that should be used to customize a ConfigurableApplicationContext before it is refreshed.
createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.web.socket.MockServerContainerContextCustomizerFactory
 
createConversionService() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Create the ConversionService instance returned by this factory bean.
createConverterDefinition(Class<?>, Object) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
createConvertibleTypes() - Static method in class org.springframework.core.convert.support.StreamConverter
 
createCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
createCookie(Cookie) - Static method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
 
createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
createCustomException(String, String, SQLException, Class<?>) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception class from a CustomSQLErrorCodesTranslation definition.
createCustomStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLStreamWriter.
createCustomStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLEventWriter.
createCustomStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLStreamReader.
createCustomStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLEventReader.
created(URI) - Static method in class org.springframework.http.ResponseEntity
Create a new builder with a CREATED status and a location header set to the given URI.
created - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
created(URI) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
Create a new builder with a CREATED status and a location header set to the given URI.
CREATED_BY_THE_TESTCONTEXT_FRAMEWORK - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a request attribute which indicates that the MockHttpServletRequest stored in the RequestAttributes in Spring Web's RequestContextHolder was created by the TestContext framework.
createDatabasePopulator(Element, List<Element>, String) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
createDataBinder(ServerWebExchange, Object, String) - Method in class org.springframework.web.reactive.BindingContext
Create a WebExchangeDataBinder for applying data binding, type conversion, and validation on the given "target" object.
createDataBinder(ServerWebExchange, String) - Method in class org.springframework.web.reactive.BindingContext
Create a WebExchangeDataBinder without a "target" object, i.e.
createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Template method to create a new InitBinderDataBinderFactory instance.
createDataSource(InputStreamSource, String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
createDateTimeFormatter() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDecoratedContainer(TilesContainer, ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDefaultBeanWiringInfoResolver() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Create the default BeanWiringInfoResolver to be used if none was specified explicitly.
createDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Actually register the default editors for this registry instance.
createDefaultHttpClient() - Static method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
createDefaultInOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default inout parameter based on the provided meta data.
createDefaultInOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultInParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default in parameter based on the provided meta data.
createDefaultInParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultJmsHandlerMethodFactory() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
 
createDefaultMap() - Method in class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
 
createDefaultNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the default implementation of NamespaceHandlerResolver used if none is specified.
createDefaultOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default out parameter based on the provided meta data.
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
createDefaultPropertyValue(AbstractNestablePropertyAccessor.PropertyTokenHolder) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
 
createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a default strategy.
createDefaultTaskExecutor() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Create a default TaskExecutor.
createDefinitionsFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsReader(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDelegate(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
createDelegatingTransactionAttribute(TestContext, TransactionAttribute) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
Create a delegating TransactionAttribute for the supplied target TransactionAttribute and TestContext, using the names of the test class and test method to build the name of the transaction.
createDependencyProvider(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.Jsr330ProviderFactory
 
createDirectFieldAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
createDirectFieldBindingResult() - Method in class org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using direct field access.
createDisconnectMessage(WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
createDispatcherHandler(ApplicationContext) - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
Create a DispatcherHandler (or other kind of WebHandler-derived dispatcher) with the specified ApplicationContext.
createDispatcherServlet(WebApplicationContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a DispatcherServlet (or other kind of FrameworkServlet-derived dispatcher) with the specified WebApplicationContext.
createDocumentBuilder(DocumentBuilderFactory, EntityResolver, ErrorHandler) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create a JAXP DocumentBuilder that this bean definition reader will use for parsing XML documents.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createDocumentBuilderFactory(int, boolean) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create the DocumentBuilderFactory instance.
createDocumentBuilderFactory() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createdRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
createDynamicElementReader(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
createElement(int) - Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createElement(int) - Method in class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The standard JCA 1.5 version of createEndpoint.
createEndpoint(XAResource, long) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The alternative JCA 1.6 version of createEndpoint.
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Wrap each concrete endpoint instance with an AOP proxy, exposing the message listener's interfaces as well as the endpoint SPI through an AOP introduction.
createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEndpoint(URI, WebSocketHandler, <any>, StandardWebSocketClient.DefaultConfigurator) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
 
createEndpoint(ServerEndpointRegistration, ComponentProviderService, WebSocketContainer, TyrusWebSocketEngine) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
createEndpointConfig(Configurator, String[]) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
 
createEndpointInternal() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Create the actual endpoint instance, as a subclass of the AbstractMessageEndpointFactory.AbstractMessageEndpoint inner class of this factory.
createEndpointInternal() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Creates a concrete generic message endpoint, internal to this factory.
createEndpointInternal() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
Creates a concrete JMS message endpoint, internal to this factory.
createEngineFromName() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
createEngineFromName() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
createEnhancedSubclass(RootBeanDefinition) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
Create an enhanced subclass of the bean class for the provided bean definition, using CGLIB.
createEnhancer() - Method in class org.springframework.aop.framework.CglibAopProxy
Creates the CGLIB Enhancer.
createEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain a new EntityManager from this accessor's EntityManagerFactory.
createEntityManager(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Create a JPA EntityManager to be bound to a request.
createEntityManagerFactoryProxy(EntityManagerFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Create a proxy of the given EntityManagerFactory.
createEntityManagerForTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Create a JPA EntityManager to be used for a transaction.
createEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
Create and return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
Create and return a new StandardServletEnvironment.
createEvaluationContext(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>, BeanFactory) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
Create an EvaluationContext without a return value.
createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>, Object, BeanFactory) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
createEvaluationContext(ApplicationEvent, Class<?>, Method, Object[], BeanFactory) - Method in class org.springframework.context.event.EventExpressionEvaluator
Create the suitable EvaluationContext for the specified event handling on the specified method.
createEvaluationContext(PageContext) - Method in class org.springframework.web.servlet.tags.EvalTag
 
createEvaluator() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.TilesElActivator
 
createEventStreamReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamReader that reads from a XMLEventReader.
createEventStreamWriter(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createEventStreamWriter(XMLEventWriter, XMLEventFactory) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createExceptionHandlerExceptionResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of ExceptionHandlerExceptionResolver.
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createExceptionTypeFilter(Class<? extends Throwable>[], Class<? extends Throwable>[]) - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
createExchange(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService instance.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Create a new ScheduledExecutorService instance.
createExpressionClass(SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.SpelCompiler
Generate the class that encapsulates the compiled expression and define it.
createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.LegacyJettyWebSocketServerFactoryAdapter
 
createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.ModernJettyWebSocketServerFactoryAdapter
 
createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
 
createFactoryAwareOrderSourceProvider(Map<String, Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
createFileTypeMap(Resource, String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the given mapping entries.
createFilter(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createForHeartbeat() - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create headers for a heartbeat.
createFromList(List<ControllerAdviceBean>) - Static method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
 
createFullHttpRequest(HttpHeaders) - Method in class org.springframework.http.client.Netty4ClientHttpRequest
 
createHandlerAdapter(WebHandler) - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
createHandlerMethod(Object, Method) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
Create a HandlerMethod instance from an Object handler that is either a handler instance or a String-based bean name.
createHandlerMethod(Object, Method) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Create the HandlerMethod instance.
createHandlerMethod(Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Create the HandlerMethod instance.
createHeaderAccessor(StompCommand) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
createHeaders(String, MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
createHeaders(String, String, MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpEntity(Object, ResolvableType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.HttpEntityArgumentResolver
 
createHttpHandler() - Method in class org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
Create the HttpHandler.
createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createImageInputStream(InputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createImageOutputStream(OutputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInitBinderMethod(Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable<?, ?>) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Create a new HttpInputMessage from the given NativeWebRequest.
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record from an input object passed into the execute method.
createInputSource(Resource) - Static method in class org.springframework.oxm.support.SaxResourceUtils
Create a SAX InputSource from the given resource.
createInsertString(String...) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the insert string based on configuration and metadata information
createInsertTypes() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the array of Types based on configuration and metadata information
createInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Template method that subclasses must override to construct the object returned by this factory.
createInstance() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
createInstance() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
createInterceptorDefinition(Node) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
Subclasses should implement this method to return the BeanDefinition for the interceptor they wish to apply to the bean being decorated.
createInterfaceProxyForFactoryBean(Object, Class<?>, ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
createInvocableHandlerMethod(Object, Method) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
 
createInvocableHandlerMethod(Object, Method) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
createInvocableHandlerMethod(Object, Method) - Method in interface org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory
Create the InvocableHandlerMethod that is able to process the specified method endpoint.
createInvocableHandlerMethod(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Create a ServletInvocableHandlerMethod from the given HandlerMethod definition.
createInvocationTraceName(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Create a String name for the given MethodInvocation that can be used for trace/logging purposes.
createJacksonConverter() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
createJacksonConverter() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
createJaxbContextFromClasses() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromPackages() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxWsService() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS Service according to the parameters of this factory.
createJCacheOperationSourceBeanDefinition(Element, Object) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.JCacheCachingConfigurer
 
createJdbcTemplate(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJettyHandler(URI, WebSocketHandler, <any>) - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
 
createJmsTemplate(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Create a JmsTemplate for the given ConnectionFactory.
createJndiObjectProxy(JndiObjectFactoryBean) - Static method in class org.springframework.jndi.JndiObjectFactoryBean.JndiObjectProxyFactory
 
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Create an instance of the specified job class.
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Create the job instance, populating it with property values taken from the scheduler context, job data map and trigger data map.
createKey(AnnotatedElementKey, String) - Method in class org.springframework.context.expression.CachedExpressionEvaluator
 
createLazyConnection() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates lazy proxies for the JMXConnector and MBeanServerConnection
createListener(Class<T>) - Method in class org.springframework.mock.web.MockAsyncContext
 
createListener(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createListenerContainer(JmsListenerEndpoint) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
createListenerContainer(JmsListenerEndpoint) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
createListenerContainer(JmsListenerEndpoint) - Method in interface org.springframework.jms.config.JmsListenerContainerFactory
createListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
Create and start a new container using the specified factory.
createLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
 
createLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createLocalUserRegistry() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Create the user registry that provides access to the local users.
createLocalUserRegistry() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
createMainInterceptor() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Create the "main" interceptor for this proxy factory bean.
createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
createMainInterceptor() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
createMap() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createMap(Class<? extends Map>, int) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Create a Map of the given type, with the given initial capacity (if supported by the Map type).
createMap(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate map for the given map type.
createMap(Class<?>, Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate map for the given map type.
createMap(Connection) - Method in interface org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createMappedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMappings() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
createMappings() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
createMarshaller(Class<?>) - Method in class org.springframework.http.codec.xml.JaxbContextContainer
 
createMarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Marshaller for the given class.
createMarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB marshaller.
createMarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IMarshallingContext, configured with the correct indentation.
createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Creates a combined output Map (never null) that includes dynamic values and static attributes.
createMessage(Session) - Method in class org.springframework.jms.core.JmsMessagingTemplate.MessagingMessageCreator
 
createMessage(Session) - Method in interface org.springframework.jms.core.MessageCreator
Create a Message to be sent.
createMessage(StompHeaderAccessor, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
createMessage(T, MessageHeaders) - Static method in class org.springframework.messaging.support.MessageBuilder
A shortcut factory method for creating a message with the given payload and MessageHeaders.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageCreator(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
createMessageForByteArray(byte[], Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map<?, ?>, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createMessageForPayload(Object, Session, Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.MessagingMessageConverterAdapter
 
createMessageForPayload(Object, Session, Object) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
Create a JMS message for the specified payload and conversionHint.
createMessageForSerializable(Serializable, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS ObjectMessage for the given Serializable object.
createMessageForString(String, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS TextMessage for the given String.
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
Create a MessageListener that is able to serve this endpoint for the specified container.
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
 
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
 
createMessageListenerInstance() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
Create an empty MessagingMessageListenerAdapter instance.
createMessageMappingCondition(String[]) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createMessagingErrorMessage(String) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
 
createMetaDataProvider(DataSource, CallMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Create a CallMetaDataProvider based on the database metadata
createMetaDataProvider(DataSource, TableMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metadata.
createMetadataResource() - Method in class org.springframework.context.index.MetadataStore
 
createMethod - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The no-arg create() method required on EJB homes, potentially cached.
createMethodDetails(Method, A, String) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createMethodJmsListenerEndpoint() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
createMethodValidationAdvice(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Create AOP advice for method validation purposes, to be applied with a pointcut for the specified 'validated' annotation.
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, List<DispatcherServletCustomizer>) - Method in class org.springframework.test.web.servlet.MockMvcBuilderSupport
 
createModelAttributeMethod(WebDataBinderFactory, Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createMultipartFile(FileItem) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Create a CommonsMultipartFile wrapper for the given Commons FileItem.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Create the AbstractNamedValueArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
createNativeCaffeineCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
Create a native Caffeine Cache instance for the specified cache name.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Subclasses must implement this method to create the EntityManagerFactory that will be returned by the getObject() method.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
Initialize the EntityManagerFactory for the given configuration.
createNewDelegate() - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
createNewInstance(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create a new ordinary object and return it.
createNotWritablePropertyException(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
Create a NotWritablePropertyException for the specified property.
createNotWritablePropertyException(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
createNotWritablePropertyException(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
createObject() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Subclasses should implement this method to return the lazy initialized object.
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.NameClassPairEnumeration
 
createObjectInputStream(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectMapperFactoryDefinition(Object) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectOutputStream for the given OutputStream.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
Subclasses can override this if they want to return a specific Commons pool.
createOptimalAccessor(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Attempt to create an optimized property accessor tailored for a property of a particular name on a particular class.
createOptionalDependency(DependencyDescriptor, String, Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Create an Optional wrapper for the specified dependency.
createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage from the given NativeWebRequest.
createParameterBinding(SqlParameter) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the parameter binding fragment.
createParameterNameDiscoverer() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a ParameterNameDiscoverer to be used for argument binding.
createPathElement() - Method in class org.springframework.web.util.patterns.InternalPathPatternParser
Used the knowledge built up whilst processing since the last path element to determine what kind of path element to create.
createPlaceholderHelper(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
createPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create the actual pointcut: By default, a JdkRegexpMethodPointcut will be used.
createPointcutDefinition(String) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates a BeanDefinition for the AspectJExpressionPointcut class using the supplied pointcut expression.
createPool() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
Creates and holds an ObjectPool instance.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
createPreparedStatement(Connection) - Method in interface org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
createPreparerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createProperties() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createProperties() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createPropertySource(String, EncodedResource) - Method in class org.springframework.core.io.support.DefaultPropertySourceFactory
 
createPropertySource(String, EncodedResource) - Method in interface org.springframework.core.io.support.PropertySourceFactory
Create a PropertySource that wraps the given resource.
createProxy(Class<?>, String, Object[], TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createProxy(EntityManager, EntityManagerFactoryInfo, boolean, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createProxy(EntityManager, Class<? extends EntityManager>, ClassLoader, PersistenceExceptionTranslator, Boolean, boolean, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createProxyClassAndInstance(Enhancer, Callback[]) - Method in class org.springframework.aop.framework.CglibAopProxy
 
createProxyClassAndInstance(Enhancer, Callback[]) - Method in class org.springframework.aop.framework.ObjenesisCglibAopProxy
 
createQueryMethod - Static variable in class org.springframework.orm.hibernate5.HibernateTemplate
 
createQueryString(List<Param>, Set<String>, boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
Build the query string from available parameters that have not already been applied as template params.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueueConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target QueueConnectionFactory.
createReaderContext(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the XmlReaderContext to pass over to the document reader.
createReceiveCallback(TransportRequest, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
createRecord(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) - Method in interface org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceArray(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRefreshableProxy(TargetSource, Class<?>[], boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRelative(String) - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
createRelative(String) - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in class org.springframework.core.io.PathResource
This implementation creates a FileResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in interface org.springframework.core.io.Resource
Create a resource relative to this resource.
createRelative(String) - Method in class org.springframework.core.io.UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRelative(String) - Method in class org.springframework.core.io.VfsResource
 
createRelative(String) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in class org.springframework.web.reactive.function.server.ResourceHandlerFunction.HeadMethodResource
 
createRelative(String) - Method in class org.springframework.web.reactive.resource.GzipResourceResolver.GzippedResource
 
createRelative(String) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver.FileNameVersionedResource
 
createRelative(String) - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
 
createRelative(String) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest for the specified URI and HTTP method by using the passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRequest(HttpServletRequest, AsyncContext) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
createRequest(HttpServletRequest, AsyncContext) - Method in class org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
 
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
 
createRequest(URI, HttpHeaders, String[]) - Method in class org.springframework.web.reactive.socket.client.RxNettyWebSocketClient
 
createRequest(SockJsUrlInfo, HttpHeaders, SockJsClient.ServerInfo) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
 
createRequestCallback(String, List<ClientResponse>, CountDownLatch) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
createRequestConfig(Object) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a default RequestConfig to use with the given client.
createRequestConfig(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a RequestConfig for the given configuration.
createRequestContext(ServerWebExchange, Map<String, Object>) - Method in class org.springframework.web.reactive.result.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestContext(HttpServletRequest, String, HttpHeaders) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
createRequestInternal(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createRequestInternal(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to plug a sub-class of RequestMappingHandlerAdapter.
createRequestMappingHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of RequestMappingHandlerAdapter.
createRequestMappingHandlerMapping() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override to plug a sub-class of RequestMappingHandlerMapping.
createRequestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of RequestMappingHandlerMapping.
createRequestMappingInfo(AnnotatedElement) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
Delegates to RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping, RequestCondition), supplying the appropriate custom RequestCondition depending on whether the supplied annotatedElement is a class or method.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
Create a RequestMappingInfo from the supplied @RequestMapping annotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.
createRequestMappingInfo(AnnotatedElement) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Delegates to RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping, RequestCondition), supplying the appropriate custom RequestCondition depending on whether the supplied annotatedElement is a class or method.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Create a RequestMappingInfo from the supplied @RequestMapping annotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.
createRequestMessage(Session, RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create the invoker request message.
createResolverChain() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
 
createResource() - Method in class org.springframework.web.reactive.resource.AppCacheManifestTransformer.LineAggregator
 
createResource() - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.LineAggregator
 
createResponse(HttpServletResponse, AsyncContext) - Method in class org.springframework.http.server.reactive.JettyHttpHandlerAdapter
 
createResponse(HttpServletResponse, AsyncContext) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
createResponse(HttpServletResponse, AsyncContext) - Method in class org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
 
createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 
createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 
createResponse(ClientHttpRequest) - Method in interface org.springframework.test.web.client.ResponseCreator
Create a response for the given request.
createResponseMessage(Message, Session, RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Create the invocation result response message.
createResult(HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the XSLT Result used to render the result of the transformation.
createResultsMap() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a Map instance to be used as the results map.
createReturnResultSetParameter(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided by the JDBC driver used for the database in use.
createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createRootApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createSavepoint() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Create a new JDBC 3.0 Savepoint for the current Connection, using generated savepoint names that are unique for the Connection.
createSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
createSavepoint() - Method in interface org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
createScanner(XmlReaderContext, boolean) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createScheduler(SchedulerFactory, String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generate a scoped proxy for the supplied target bean, registering the target bean with an internal name and setting 'targetBeanName' on the scoped proxy.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.context.annotation.ScopedProxyCreator
 
createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
createServer(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
A shortcut for bindTo(restTemplate).build().
createServer(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
A shortcut for bindTo(asyncRestTemplate).build().
createServer(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
A shortcut for bindTo(restGateway).build().
createServerSpecificLoadTimeWeaver(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
createServiceLocatorException(Constructor<Exception>, BeansException) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Create a service locator exception for the given cause.
createServlet(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createServlet(HttpHandler) - Method in class org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
Create a ServletHttpHandlerAdapter with the specified .
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Create a new MockHttpServletRequest based on the supplied ServletContext.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartHttpServletRequest based on the supplied ServletContext and the MockMultipartFiles added to this builder.
createSession(Connection) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Session for registration with a JmsResourceHolder.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Session for the given Connection.
createSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a default Session for this ConnectionFactory, adapting to JMS 1.0.2 style queue/topic mode if necessary.
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Session for this JMS invoker.
createSession(Connection) - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Session for the given Connection.
createSession(StompHeaders, StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
Factory method for create and configure a new session.
createSession(WebSocketChannel) - Method in class org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy.DefaultCallback
 
createSession(ServerWebExchange) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
 
createSession - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.sockjs.transport.SockJsSessionFactory
Create a new SockJS session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Create a shared Connection for this container.
createSharedConsumerMethod - Static variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
The JMS 2.0 Session.createSharedConsumer method, if available
createSharedDurableConsumerMethod - Static variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
The JMS 2.0 Session.createSharedDurableConsumer method, if available
createSharedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSignatureDescriptor(Method) - Static method in class org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a method.
createSignatureDescriptor(Constructor<?>) - Static method in class org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a constructor.
createSingleBean(Function<WebFluxConfigurer, Optional<T>>, Class<T>) - Method in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
createSockJsService() - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
createSockJsSession(String, SockJsSessionFactory, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
createSqlRowSet(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet, representing its data in a disconnected fashion.
createStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLStreamWriter.
createStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLEventWriter.
createStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXSource for the given XMLStreamReader.
createStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 a StAXSource for the given XMLEventReader.
createStringAdaptingProperties() - Static method in class org.springframework.core.CollectionFactory
Create a variant of java.util.Properties that automatically adapts non-String values to String representations on Properties.getProperty(java.lang.String).
createSubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubscribeMappingCondition(String[]) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createSuffixRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange that ranges over the last given number of bytes.
createTagWriter() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Create the TagWriter which all output will be written to.
createTargetSource(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Determine a TargetSource for the given target (or TargetSource).
createTargetUrl(Map<String, Object>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.RedirectView
Create the target URL and, if necessary, pre-pend the contextPath, expand URI template variables, append the current request query, and apply the configured RequestDataValueProcessor.
createTargetUrl(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
Create the target URL by checking if the redirect string is a URI template first, expanding it with the given model, and then optionally appending simple type model attributes as query String parameters.
createTemplateClassLoader() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Create a parent ClassLoader for Groovy to use as parent ClassLoader when loading and compiling templates.
createTemplateEngine() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
createTemporaryLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
createTemporaryOutputStream() - Method in class org.springframework.web.servlet.view.AbstractView
Create a temporary OutputStream for this view.
createTest() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Delegate to the parent implementation for creating the test instance and then allow the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Create a new TestContextManager for the supplied test class.
createThread(Runnable) - Method in class org.springframework.util.CustomizableThreadCreator
Template method for the creation of a new Thread.
createTilesRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Create a Tiles Request.
createTime - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
 
createTimer() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
createTopicConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTransaction(String, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
 
createTransaction(String, int) - Method in interface org.springframework.transaction.jta.TransactionFactory
Create an active Transaction object based on the given name and timeout.
createTransaction(String, int) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransactionSynchronization(ApplicationEvent) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
createTransformer(Templates) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the Transformer instance used to prefer the XSLT transformation.
createTransformerChain(ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
 
createTypeFilter(Element, ClassLoader, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createTypeValue(Connection, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject.
createTyrusEndpoint(Endpoint, String, String, List<Extension>, WebSocketContainer, TyrusWebSocketEngine) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
createUnexpectedRequestError(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
Return an AssertionError that a sub-class can raise for an unexpected request.
createUnmarshaller(Class<?>) - Method in class org.springframework.http.codec.xml.JaxbContextContainer
 
createUnmarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Unmarshaller for the given class.
createUnmarshaller() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
createUnmarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB unmarshaller.
createUnmarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IUnmarshallingContext.
createURI(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
Create a URI instance for the given (resolved) String value.
createUri(UriComponents) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
Deprecated.
 
createUrl() - Method in class org.springframework.web.servlet.tags.UrlTag
Build the URL for the tag from the tag attributes and parameters.
createUrlBasedView(String) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the default context class or a custom context class if specified.
createWebApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWithResolvedBean() - Method in class org.springframework.messaging.handler.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
Template method for creating the POI Workbook instance.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
This implementation creates a SXSSFWorkbook for streaming the XLSX format.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxView
This implementation creates an XSSFWorkbook for the XLSX format.
createWriteProcessor() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Create a new processor for subscribing to the next flush boundary.
createWriteProcessor() - Method in class org.springframework.http.server.reactive.ServletServerHttpResponse.ResponseBodyFlushProcessor
 
createWriteProcessor() - Method in class org.springframework.http.server.reactive.UndertowServerHttpResponse.ResponseBodyFlushProcessor
 
createXMLContext(Resource[], Class<?>[], String[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Create the Castor XMLContext.
createXMLEventReader(List<XMLEvent>) - Static method in class org.springframework.util.xml.StaxUtils
Create a XMLEventReader from the given list of XMLEvent.
createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
createXmlMapper - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
createXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
If set to true, an XmlMapper will be created using its default constructor.
createXmlReader() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create an XMLReader that this marshaller will when passed an empty SAXSource.
createXMLReader(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLStreamReader.
createXMLReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLEventReader.
createYaml() - Method in class org.springframework.beans.factory.config.YamlProcessor
Create the Yaml instance to use.
creationTime - Variable in class org.springframework.mock.web.MockHttpSession
 
creationTime - Variable in class org.springframework.web.server.session.DefaultWebSession
 
CREDENTIALS_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
cronExpression - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronSequenceGenerator - Class in org.springframework.scheduling.support
Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the default TimeZone.
CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the specified TimeZone.
CronTask - Class in org.springframework.scheduling.config
TriggerTask implementation defining a Runnable to be executed according to a standard cron expression.
CronTask(Runnable, String) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTask(Runnable, CronTrigger) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
cronTaskReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
cronTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
cronTrigger - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronTrigger - Class in org.springframework.scheduling.support
Trigger implementation for cron expressions.
CronTrigger(String) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the given time zone.
CronTriggerFactoryBean - Class in org.springframework.scheduling.quartz
A Spring FactoryBean for creating a Quartz org.quartz.CronTrigger instance, supporting bean-style usage for trigger configuration.
CronTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CrossOrigin - Annotation Type in org.springframework.web.bind.annotation
Marks the annotated method or type as permitting cross origin requests.
cssClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssErrorClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CssLinkResourceTransformer - Class in org.springframework.web.reactive.resource
A ResourceTransformer implementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.
CssLinkResourceTransformer() - Constructor for class org.springframework.web.reactive.resource.CssLinkResourceTransformer
 
CssLinkResourceTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer implementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.
CssLinkResourceTransformer() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
CssLinkResourceTransformer.AbstractLinkParser - Class in org.springframework.web.reactive.resource
 
CssLinkResourceTransformer.AbstractLinkParser - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.ImportLinkParser - Class in org.springframework.web.reactive.resource
 
CssLinkResourceTransformer.ImportStatementLinkParser - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.LinkParser - Interface in org.springframework.web.reactive.resource
 
CssLinkResourceTransformer.LinkParser - Interface in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.Segment - Class in org.springframework.web.reactive.resource
 
CssLinkResourceTransformer.Segment - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.UrlFunctionLinkParser - Class in org.springframework.web.reactive.resource
 
CssLinkResourceTransformer.UrlFunctionLinkParser - Class in org.springframework.web.servlet.resource
 
cssStyle - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ctanns - Variable in class org.springframework.asm.MethodWriter
The runtime visible type annotations of the code.
ctor - Variable in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
currency - Variable in class org.springframework.format.number.CurrencyStyleFormatter
 
CURRENCY_CODE_PATTERN - Static variable in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
CurrencyEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Currency, translating currency codes into Currency objects.
CurrencyEditor() - Constructor for class org.springframework.beans.propertyeditors.CurrencyEditor
 
CurrencyStyleFormatter - Class in org.springframework.format.number
A BigDecimal formatter for number values in currency style.
CurrencyStyleFormatter() - Constructor for class org.springframework.format.number.CurrencyStyleFormatter
 
currencyTimeLimit - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
CurrencyUnitFormatter - Class in org.springframework.format.number.money
Formatter for JSR-354 javax.money.CurrencyUnit values, from and to currency code Strings.
CurrencyUnitFormatter() - Constructor for class org.springframework.format.number.money.CurrencyUnitFormatter
 
CURRENT_PATH - Static variable in class org.springframework.util.StringUtils
 
currentAttempts - Variable in class org.springframework.util.backoff.FixedBackOff.FixedBackOffExecution
 
currentAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
Return the SimpAttributes currently bound to the thread or raise an IllegalStateException if none are bound..
currentBeanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
currentBlock - Variable in class org.springframework.asm.MethodWriter
The current basic block.
currentBuffer - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
currentBufferLength - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
currentConnection - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
currentContext - Static variable in class org.springframework.web.context.ContextLoader
The 'current' WebApplicationContext, if the ContextLoader class is deployed in the web app ClassLoader itself.
currentContextPerThread - Static variable in class org.springframework.web.context.ContextLoader
Map from (thread context) ClassLoader to corresponding 'current' WebApplicationContext.
currentData - Variable in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
currentElapsedTime - Variable in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
CurrentFrame - Class in org.springframework.asm
Information about the input stack map frame at the "current" instruction of a method.
CurrentFrame() - Constructor for class org.springframework.asm.CurrentFrame
 
currentFuture - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
currentInjectionPoint - Static variable in class org.springframework.beans.factory.support.ConstructorResolver
 
currentInterceptorIndex - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
Index from 0 of the current interceptor we're invoking.
currentInterval - Variable in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
currentInvocation() - Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Return the AOP Alliance MethodInvocation object associated with the current invocation.
currentJoinPoint() - Static method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Lazily instantiate joinpoint for the current invocation.
currentLocals - Variable in class org.springframework.asm.MethodWriter
Number of local variables in the current stack map frame.
currentlyInvokedFactoryMethod - Static variable in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
currentlyTransforming - Variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
currentNamespaceMapping() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
currentPE - Variable in class org.springframework.web.util.patterns.InternalPathPatternParser
 
currentPosition - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
currentPosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
currentProxiedBeanName - Static variable in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
ThreadLocal holding the current proxied bean name during Advisor matching
currentProxy - Static variable in class org.springframework.aop.framework.AopContext
ThreadLocal holder for AOP proxy associated with this thread.
currentProxy() - Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentRecoveryMarker - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
currentRequestAttributes() - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Return the current RequestAttributes instance as ServletRequestAttributes.
currentSession() - Method in class org.springframework.orm.hibernate5.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Conveniently obtain the current Hibernate Session.
currentState() - Method in class org.springframework.web.servlet.tags.form.TagWriter
 
currentTaskName - Variable in class org.springframework.util.StopWatch
Name of the current task
currentTaskName() - Method in class org.springframework.util.StopWatch
Return the name of the currently running task, if any.
currentTenantIdentifierResolver - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
currentTransactionContext - Static variable in class org.springframework.test.context.transaction.TransactionContextHolder
 
currentTransactionInfo() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionIsolationLevel - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionName - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionReadOnly - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionStatus() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
currentUserMethod - Variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
 
cursor - Variable in class org.springframework.util.xml.ListBasedXMLEventReader
 
customArgumentResolvers - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
customArgumentResolvers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
customArgumentResolvers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customArgumentResolvers - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomAutowireConfigurer - Class in org.springframework.beans.factory.annotation
A BeanFactoryPostProcessor implementation that allows for convenient registration of custom autowire qualifier types.
CustomAutowireConfigurer() - Constructor for class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes" and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with configurable String values for true and false.
customClassLoader - Variable in class org.springframework.context.support.GenericApplicationContext
 
CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
Property editor for Collections, converting any source Collection to a given target Collection type.
CustomCollectionEditor(Class<? extends Collection>) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type, keeping an incoming null as-is.
CustomCollectionEditor(Class<? extends Collection>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
customCondition(RequestCondition<?>) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Set a custom condition to use.
customCondition - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
customCondition(RequestCondition<?>) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
customCondition(RequestCondition<?>) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set a custom condition to use.
customCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
customCondition(RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
customConditionHolder - Variable in class org.springframework.web.reactive.result.method.RequestMappingInfo
 
customConditionHolder - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
CustomDateEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.util.Date, supporting a custom java.text.DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomDateEditor(DateFormat, boolean, int) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
customEditorCache - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
 
CustomEditorHolder(PropertyEditor, Class<?>) - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
customEditors - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
customEditors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Custom PropertyEditors to apply to the beans of this factory
customEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
customEditorsForPath - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
customInitBinderArgumentResolvers - Variable in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
CustomizableThreadCreator - Class in org.springframework.util
Simple customizable helper class for creating new Thread instances.
CustomizableThreadCreator() - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
Implementation of the ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor implementation that allows for highly customizable method-level tracing, using placeholders.
CustomizableTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
 
customize(BeanDefinition) - Method in interface org.springframework.beans.factory.config.BeanDefinitionCustomizer
Customize the given bean definition.
customize(GroovyObject) - Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
Customize the supplied GroovyObject.
customize(DispatcherServlet) - Method in interface org.springframework.test.web.servlet.DispatcherServletCustomizer
Customize the supplied DispatcherServlet before it is initialized.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Customize the internal bean factory used by this context.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
customizeBeanFactory(DefaultListableBeanFactory, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the internal bean factory of the WebApplicationContext created by this context loader.
customizeConnection(URLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
customizeConnection(HttpURLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in interface org.springframework.test.context.ContextCustomizer
Customize the supplied ConfigurableApplicationContext after bean definitions have been loaded into the context but before the context has been refreshed.
customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
Customize the ConfigurableApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context has been refreshed.
customizeContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the GenericWebApplicationContext created by this context loader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.web.socket.MockServerContainerContextCustomizer
 
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed.
customizeDefaultFeatures(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
customizeEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Template method for customizing the expression evaluation context.
customizeMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Marshaller created by this message converter before using it to write the object to the output.
customizeMarshaller(Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Marshaller.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.AbstractEnvironment
Customize the set of PropertySource objects to be searched by this Environment during calls to AbstractEnvironment.getProperty(String) and related methods.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.StandardEnvironment
Customize the set of property sources with those appropriate for any standard Java environment: "systemProperties" "systemEnvironment"
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard servlet-based environments: "servletConfigInitParams" "servletContextInitParams" "jndiProperties"
customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
Subclasses may choose to implement this: for example, to change the interfaces exposed.
customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses may choose to implement this: for example, to change the interfaces exposed.
CUSTOMIZER_REF_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
Optionally perform further registration customization once AbstractDispatcherHandlerInitializer.registerDispatcherHandler(ServletContext) has completed.
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
Optionally perform further registration customization once AbstractServletHttpHandlerAdapterInitializer.registerHandlerAdapter(ServletContext) has completed.
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Optionally perform further registration customization once AbstractDispatcherServletInitializer.registerDispatcherServlet(ServletContext) has completed.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Unmarshaller created by this message converter before using it to read the object from the input.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Unmarshaller.
customizeXStream(XStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Template to allow for customizing the given XStream.
CustomMapEditor - Class in org.springframework.beans.propertyeditors
Property editor for Maps, converting any source Map to a given target Map type.
CustomMapEditor(Class<? extends Map>) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type, keeping an incoming null as-is.
CustomMapEditor(Class<? extends Map>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type.
CustomNumberEditor - Class in org.springframework.beans.propertyeditors
Property editor for any Number subclass such as Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
CustomNumberEditor(Class<? extends Number>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default valueOf methods for parsing and toString methods for rendering.
CustomNumberEditor(Class<? extends Number>, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat for parsing and rendering.
customProperties - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
customQualifierTypes - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
customReturnValueHandlers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
customReturnValueHandlers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomScopeConfigurer - Class in org.springframework.beans.factory.config
Simple BeanFactoryPostProcessor implementation that registers custom Scope(s) with the containing ConfigurableBeanFactory.
CustomScopeConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomScopeConfigurer
 
CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
JavaBean for holding custom JDBC error codes translation for a particular database.
CustomSQLErrorCodesTranslation() - Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
customSqlExceptionTranslator - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomSQLExceptionTranslatorRegistrar - Class in org.springframework.jdbc.support
Registry for registering custom SQLExceptionTranslator instances for specific databases.
CustomSQLExceptionTranslatorRegistrar() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
CustomSQLExceptionTranslatorRegistry - Class in org.springframework.jdbc.support
Registry for custom SQLExceptionTranslator instances associated with specific databases allowing for overriding translation based on values contained in the configuration file named "sql-error-codes.xml".
CustomSQLExceptionTranslatorRegistry() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Create a new instance of the CustomSQLExceptionTranslatorRegistry class.
customTargetSourceCreators - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
customTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Subclasses can override this method to attempt a custom mapping from SQLException to DataAccessException.
customTranslations - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomValidatorBean - Class in org.springframework.validation.beanvalidation
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring Validator interface.
CustomValidatorBean() - Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean
 
cv - Variable in class org.springframework.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.
cw - Variable in class org.springframework.asm.AnnotationWriter
The class writer to which this annotation must be added.
cw - Variable in class org.springframework.asm.FieldWriter
The class writer to which this field must be added.
cw - Variable in class org.springframework.asm.MethodWriter
The class writer to which this method must be added.

D

D2F - Static variable in interface org.springframework.asm.Opcodes
 
D2I - Static variable in interface org.springframework.asm.Opcodes
 
D2L - Static variable in interface org.springframework.asm.Opcodes
 
DADD - Static variable in interface org.springframework.asm.Opcodes
 
daemon - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
daemon - Variable in class org.springframework.util.CustomizableThreadCreator
 
DALOAD - Static variable in interface org.springframework.asm.Opcodes
 
DaoSupport - Class in org.springframework.dao.support
Generic base class for DAOs, defining template methods for DAO initialization.
DaoSupport() - Constructor for class org.springframework.dao.support.DaoSupport
 
DASTORE - Static variable in interface org.springframework.asm.Opcodes
 
data - Variable in class org.springframework.asm.ByteVector
The content of this vector.
data - Variable in class org.springframework.expression.spel.standard.Token
 
data(T) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
Set the value of the data field.
data - Variable in class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
data(T) - Method in class org.springframework.http.codec.ServerSentEvent.BuilderImpl
 
data - Variable in class org.springframework.http.codec.ServerSentEvent
 
data() - Method in class org.springframework.http.codec.ServerSentEvent
Return the data field of this event, if available.
data - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
data - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
data(Object) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
data(Object, MediaType) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
data(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
data(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
DATA_ACCESS_RESOURCE_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DATA_INTEGRITY_VIOLATION_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
DataAccessException(String) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
dataAccessResourceFailureCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DataAccessResourceFailureException - Exception in org.springframework.dao
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
DataAccessResourceFailureException(String) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for DataAccessResourceFailureException.
DataAccessResourceFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for DataAccessResourceFailureException.
DataAccessUtils - Class in org.springframework.dao.support
Miscellaneous utility methods for DAO implementations.
DataAccessUtils() - Constructor for class org.springframework.dao.support.DataAccessUtils
 
database - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
Database - Enum in org.springframework.orm.jpa.vendor
Enumeration for common database platforms.
Database() - Constructor for enum org.springframework.orm.jpa.vendor.Database
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
databaseConfigurer - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databaseFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
A callback interface used by the JdbcUtils class.
databaseName - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databasePlatform - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DatabasePopulator - Interface in org.springframework.jdbc.datasource.init
Strategy used to populate, initialize, or clean up a database.
databasePopulator - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
DatabasePopulatorConfigUtils - Class in org.springframework.jdbc.config
 
DatabasePopulatorConfigUtils() - Constructor for class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
DatabasePopulatorUtils - Class in org.springframework.jdbc.datasource.init
Utility methods for executing a DatabasePopulator.
DatabasePopulatorUtils() - Constructor for class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
 
databaseProductNames - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DatabaseStartupValidator - Class in org.springframework.jdbc.support
Bean that checks if a database has already started up.
DatabaseStartupValidator() - Constructor for class org.springframework.jdbc.support.DatabaseStartupValidator
 
databaseVersion - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
the version of the database
DataBinder - Class in org.springframework.validation
Binder that allows for setting property values onto a target object, including support for validation and binding result analysis.
DataBinder(Object) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance, with default object name.
DataBinder(Object, String) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance.
dataBinder - Variable in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
dataBinderFactory - Variable in class org.springframework.web.method.annotation.ModelFactory
 
dataBinderFactory - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
DataBuffer - Interface in org.springframework.core.io.buffer
Basic abstraction over byte buffers.
DataBufferDecoder - Class in org.springframework.core.codec
Simple pass-through decoder for DataBuffers.
DataBufferDecoder() - Constructor for class org.springframework.core.codec.DataBufferDecoder
 
DataBufferEncoder - Class in org.springframework.core.codec
Simple pass-through encoder for DataBuffers.
DataBufferEncoder() - Constructor for class org.springframework.core.codec.DataBufferEncoder
 
DataBufferFactory - Interface in org.springframework.core.io.buffer
A factory for DataBuffers,allowing for allocation and wrapping of data buffers.
dataBufferFactory - Variable in class org.springframework.core.io.buffer.DataBufferUtils.ReadableByteChannelGenerator
 
dataBufferFactory - Variable in class org.springframework.core.io.buffer.DefaultDataBuffer
 
dataBufferFactory - Variable in class org.springframework.core.io.buffer.NettyDataBuffer
 
dataBufferFactory - Variable in class org.springframework.http.client.reactive.ReactorClientHttpResponse
 
dataBufferFactory - Variable in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 
dataBufferFactory - Variable in class org.springframework.http.server.reactive.RxNettyServerHttpRequest
 
dataBufferFactory - Variable in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
DataBufferUtils - Class in org.springframework.core.io.buffer
Utility class for working with DataBuffers.
DataBufferUtils() - Constructor for class org.springframework.core.io.buffer.DataBufferUtils
 
DataBufferUtils.ReadableByteChannelGenerator - Class in org.springframework.core.io.buffer
 
dataDecoders - Variable in class org.springframework.http.codec.ServerSentEventHttpMessageReader
 
dataEncoders - Variable in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
DataFieldMaxValueIncrementer - Interface in org.springframework.jdbc.support.incrementer
Interface that defines contract of incrementing any data store field's maximum value.
dataIntegrityViolationCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DataIntegrityViolationException - Exception in org.springframework.dao
Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
DataIntegrityViolationException(String) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataRetrievalFailureException - Exception in org.springframework.dao
Exception thrown if certain expected data could not be retrieved, e.g.
DataRetrievalFailureException(String) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
DataRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSource - Variable in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
dataSource - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
dataSource - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
dataSource - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
dataSource - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
dataSource - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
dataSource - Variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
dataSource - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
dataSource - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
dataSourceCache - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Map to cache the SQLErrorCodes instance per DataSource.
DataSourceFactory - Interface in org.springframework.jdbc.datasource.embedded
DataSourceFactory encapsulates the creation of a particular DataSource implementation such as a SimpleDriverDataSource or a connection pool such as Apache DBCP or C3P0.
dataSourceFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DataSourceInitializer - Class in org.springframework.jdbc.datasource.init
Used to set up a database during initialization and clean up a database during destruction.
DataSourceInitializer() - Constructor for class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSourceLookup - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DataSourceLookup - Interface in org.springframework.jdbc.datasource.lookup
Strategy interface for looking up DataSources by name.
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
DataSourceLookupFailureException - Exception in org.springframework.jdbc.datasource.lookup
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
DataSourceLookupFailureException(String) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
DataSourceLookupFailureException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
dataSources - Variable in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
DataSourceTransactionManager - Class in org.springframework.jdbc.datasource
PlatformTransactionManager implementation for a single JDBC DataSource.
DataSourceTransactionManager() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager(DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager.DataSourceTransactionObject - Class in org.springframework.jdbc.datasource
DataSource transaction object, representing a ConnectionHolder.
DataSourceTransactionObject() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
DataSourceUtils - Class in org.springframework.jdbc.datasource
Helper class that provides static methods for obtaining JDBC Connections from a DataSource.
DataSourceUtils() - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
 
DataSourceUtils.ConnectionSynchronization - Class in org.springframework.jdbc.datasource
Callback for resource cleanup at the end of a non-native JDBC transaction (e.g.
dataToSend - Variable in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
dataValueProcessor - Variable in class org.springframework.web.reactive.result.view.RequestContext
 
DataWithMediaType(Object, MediaType) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
DATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Date header field name.
DATE_FORMAT - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
DATE_FORMATS - Static variable in class org.springframework.http.HttpHeaders
Date formats as specified in the HTTP RFC
DATE_FORMATS - Static variable in class org.springframework.mock.web.MockHttpServletRequest
Date formats as specified in the HTTP RFC
DATE_FORMATS - Static variable in class org.springframework.web.context.request.ServletWebRequest
Date formats as specified in the HTTP RFC
dateFormat - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
dateFormat - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
dateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the format for date/time with the given DateFormat.
dateFormatPattern - Variable in class org.springframework.http.converter.json.GsonFactoryBean
 
DateFormatter - Class in org.springframework.format.datetime
A formatter for Date types.
DateFormatter() - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new default DateFormatter.
DateFormatter(String) - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new DateFormatter for the given date pattern.
dateFormatter - Variable in class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar - Class in org.springframework.format.datetime
Configures basic date formatting for use with Spring, primarily for DateTimeFormat declarations.
DateFormatterRegistrar() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar.CalendarToDateConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.CalendarToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToDateConverter - Class in org.springframework.format.datetime
 
dateStyle - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
 
DateTimeContext - Class in org.springframework.format.datetime.standard
A context that holds user-specific java.time (JSR-310) settings such as the user's Chronology (calendar system) and time zone.
DateTimeContext() - Constructor for class org.springframework.format.datetime.standard.DateTimeContext
 
DateTimeContextHolder - Class in org.springframework.format.datetime.standard
A holder for a thread-local user DateTimeContext.
DateTimeContextHolder() - Constructor for class org.springframework.format.datetime.standard.DateTimeContextHolder
 
dateTimeContextHolder - Static variable in class org.springframework.format.datetime.standard.DateTimeContextHolder
 
DateTimeConverters - Class in org.springframework.format.datetime.standard
Installs lower-level type converters required to integrate JSR-310 support into Spring's field formatting system.
DateTimeConverters() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters
 
DateTimeConverters.CalendarToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToOffsetDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToZonedDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.InstantToLongConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LocalDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LocalDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LongToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToZonedDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToOffsetDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a date time.
DateTimeFormat.ISO - Enum in org.springframework.format.annotation
Common ISO date time format patterns.
DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
dateTimeFormatter - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
dateTimeFormatter - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactory - Class in org.springframework.format.datetime.joda
Factory that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory - Class in org.springframework.format.datetime.standard
Factory that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.joda
FactoryBean that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.standard
FactoryBean that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterRegistrar - Class in org.springframework.format.datetime.standard
Configures the JSR-310 java.time formatting system for use with Spring.
DateTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
 
DateTimeFormatterRegistrar.Type - Enum in org.springframework.format.datetime.standard
 
DateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
DateTimeToCalendarConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
DateTimeToDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
DateTimeToDateMidnightConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
Deprecated.
 
DateTimeToInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
DateTimeToLocalDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
DateTimeToLocalDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
DateTimeToLocalTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
DateTimeToLongConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
DateTimeToMutableDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
DateToCalendarConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
DateToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
DateToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
dateValue(String, long) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the named response header as a date String, using the preferred date format described in RFC 7231.
daysOfMonth - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
daysOfWeek - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
Db2CallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
DB2 specific implementation for the CallMetaDataProvider interface.
Db2CallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
DB2MainframeSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2/390 or DB2/400.
DB2MainframeSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2MainframeSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Convenience constructor.
DB2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2 UDB (for Unix and Windows).
DB2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Convenience constructor.
DB_NAME_ATTRIBUTE - Static variable in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
Constant for the "database-name" attribute.
DCMPG - Static variable in interface org.springframework.asm.Opcodes
 
DCMPL - Static variable in interface org.springframework.asm.Opcodes
 
DCONST_0 - Static variable in interface org.springframework.asm.Opcodes
 
DCONST_1 - Static variable in interface org.springframework.asm.Opcodes
 
DDIV - Static variable in interface org.springframework.asm.Opcodes
 
deactivate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Temporarily deactivate this context builder.
deactivatePatternCache() - Method in class org.springframework.util.AntPathMatcher
 
deadline - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
deadlockLoserCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DeadlockLoserDataAccessException - Exception in org.springframework.dao
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DeadlockLoserDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DeadlockLoserDataAccessException
Constructor for DeadlockLoserDataAccessException.
DEBUG - Static variable in class org.springframework.asm.Label
Indicates if this label is only used for debug attributes.
debug - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
debug - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
DebugInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the logger.
DebugInterceptor() - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with a static logger.
DebugInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with dynamic or static logger, according to the given flag.
debugLogger - Variable in class org.springframework.remoting.caucho.HessianExporter
 
DECIMAL_FORMAT_SYMBOLS - Static variable in class org.springframework.http.HttpHeaders
 
DECIMAL_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
DECLARATION_ORDER_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declarationOrder - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The order of declaration of this advice within the aspect.
declarationOrder - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
DECLARE_PARENTS - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declaredColumns - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
List of columns objects to be used in insert statement
declaredEventType - Variable in class org.springframework.context.event.GenericApplicationListenerAdapter
 
declaredEventTypes - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
declaredFieldsCache - Static variable in class org.springframework.util.ReflectionUtils
Cache for Class.getDeclaredFields(), allowing for fast iteration.
declaredInSameAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
declaredMethodsCache - Static variable in class org.springframework.util.ReflectionUtils
Cache for Class.getDeclaredMethods() plus equivalent default methods from Java 8 based interfaces, allowing for fast iteration.
declaredMode - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
declaredParameters - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
List of SqlParameter objects.
declaredParameters - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
List of SqlParameter objects (may not be null)
declaredParameters - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of SqlParameter objects
declaredParameters - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
declaredRoles - Variable in class org.springframework.mock.web.MockServletContext
 
declaredRowMappers - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of RefCursor/ResultSet RowMapper objects
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.RdbmsOperation
Declare a parameter for this operation.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.StoredProcedure
Declare a parameter.
declareParameters(SqlParameter...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
declareParameters(SqlParameter...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify one or more parameters if desired.
DeclareParentsAdvisor - Class in org.springframework.aop.aspectj
Introduction advisor delegating to the given object.
DeclareParentsAdvisor(Class<?>, String, Class<?>) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
DeclareParentsAdvisor(Class<?>, String, Object) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
DeclareParentsAdvisor(Class<?>, String, Class<?>, Advice) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Private constructor to share common code between impl-based delegate and reference-based delegate (cannot use method such as init() to share common code, due the use of final fields)
declareRoles(String...) - Method in class org.springframework.mock.web.MockServletContext
 
declaresException(Method, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
declaringClass - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
declaringClass - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
declaringClass - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
declaringClass() - Method in class org.springframework.core.convert.Property
 
declaringClass - Variable in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
 
declaringClass - Variable in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
 
declaringClass - Variable in class org.springframework.core.SerializableTypeWrapper.MethodParameterTypeProvider
 
declaringClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
declaringClass - Variable in class org.springframework.test.context.support.TestPropertySourceAttributes
 
declaringClass - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
declaringClassName - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
decodableMimeTypes - Variable in class org.springframework.core.codec.AbstractDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteArrayDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteBufferDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.DataBufferDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in interface org.springframework.core.codec.Decoder
Decode a DataBuffer input stream into a Flux of T.
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ResourceDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.StringDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.Jackson2JsonDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.JsonObjectDecoder
 
decode(String, DataBufferFactory, ResolvableType, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
decode(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.xml.XmlEventDecoder
 
decode(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
Decodes one or more STOMP frames from the given ByteBuffer into a list of Messages.
decode(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decodes one or more STOMP frames from the given ByteBuffer into a list of Messages.
decode(ByteBuffer, MultiValueMap<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decodes one or more STOMP frames from the given buffer and returns a list of Messages.
decode(ByteBuf) - Method in class org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
 
decode(ByteBuf) - Method in interface org.springframework.messaging.tcp.reactor.ReactorNettyCodec
Decode the input ByteBuf into one or more Messages.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient.StompMessageDecoder
 
decode(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array.
decode(ServerWebExchange, String) - Method in class org.springframework.web.server.support.HttpRequestPathHelper
 
decode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
decode(WebSocketMessage<?>) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
decode(String) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
decode(String) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Decode the given SockJS message frame.
decode() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decode the given encoded URI component.
decodeAndCleanUriString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the supplied URI string and strips any extraneous portion after a ';'.
decodeAndNormalizePath(String, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
decodeBigInteger(String) - Static method in class org.springframework.util.NumberUtils
Decode a BigInteger from the supplied String value.
decodeBody(ResolvableType) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient.UndecodedExchangeResult
 
decodeDataBuffer(DataBuffer, MimeType) - Method in class org.springframework.core.codec.StringDecoder
 
decodeDataBuffer(DataBuffer) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
 
decodedMessage - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decodeFromString(String) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decodeFromUrlSafeString(String) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String using the RFC 4648 "URL and Filename Safe Alphabet".
decodeHeaderFieldParam(String) - Static method in class org.springframework.http.ContentDisposition
Decode the given header field param as describe in RFC 5987.
decodeInputStream(InputStream) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
decodeInputStream(InputStream) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Decode the given SockJS message frame.
decodeInternal(JsonObjectDecoder, <any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.Jackson2JsonDecoder
 
decodeInternal(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
 
decodeInternal(ByteBuffer) - Method in class org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
 
decodeInternal(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
 
decodeMatrixVariables(ServerWebExchange, MultiValueMap<String, String>) - Method in class org.springframework.web.server.support.HttpRequestPathHelper
Decode the given matrix variables unless HttpRequestPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to HttpRequestPathHelper.getLookupPathForRequest(ServerWebExchange).
decodeMatrixVariables(HttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given matrix variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeMessage(ByteBuffer, MultiValueMap<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decode a single STOMP frame from the given buffer into a Message.
decodePathVariables(ServerWebExchange, Map<String, String>) - Method in class org.springframework.web.server.support.HttpRequestPathHelper
Decode the given URI path variables unless HttpRequestPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to HttpRequestPathHelper.getLookupPathForRequest(ServerWebExchange).
decodePathVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given URI path variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeQueryParam(String) - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
 
Decoder<T> - Interface in org.springframework.core.codec
Strategy for decoding a DataBuffer input stream into an output stream of elements of type <T>.
decoder - Variable in class org.springframework.http.codec.DecoderHttpMessageReader
 
decoder - Variable in class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
 
decoder(Decoder<?>) - Method in class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
 
decoder(Decoder<?>) - Method in interface org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
Add the given decoder to this builder.
DECODER - Static variable in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
DecoderHttpMessageReader<T> - Class in org.springframework.http.codec
Implementation of the HttpMessageReader interface that delegates to a Decoder.
DecoderHttpMessageReader(Decoder<T>) - Constructor for class org.springframework.http.codec.DecoderHttpMessageReader
Create a CodecHttpMessageConverter with the given Decoder.
decoders - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
decoders - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
decodeToMono(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.AbstractDecoder
 
decodeToMono(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in interface org.springframework.core.codec.Decoder
Decode a DataBuffer input stream into a Mono of T.
decodeToMono(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.StringDecoder
 
decodeToMono(<any>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.Jackson2JsonDecoder
 
decodeUrlSafe(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array using the RFC 4648 "URL and Filename Safe Alphabet".
DECODING_URL_PATH_HELPER - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Parse the specified Node (either an element or an attribute) and decorate the supplied BeanDefinition, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Parse the specified Node and decorate the supplied BeanDefinitionHolder, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Decorates the supplied Node by delegating to the BeanDefinitionDecorator that is registered to handle that Node.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
decorate(Runnable) - Method in interface org.springframework.core.task.TaskDecorator
Decorate the given Runnable, returning a potentially wrapped Runnable for actual execution.
decorate(WebSocketHandler) - Method in interface org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory
Decorate the given WebSocketHandler.
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateCache(Ehcache) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Decorate the given Cache, if necessary.
decorateCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Decorate the given Cache object if necessary.
decorateCache(Cache) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
decoratedDefinition - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
decoratedNavigationHandler - Variable in class org.springframework.web.jsf.DecoratingNavigationHandler
 
decorateIfRequired(Node, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateInputStream(InputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the InputStream to use for reading remote invocation results, potentially decorating the given original InputStream.
decorateInputStream(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateInputStream(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateOutputStream(OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the OutputStream to use for writing remote invocations, potentially decorating the given original OutputStream.
decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateOutputStream(HttpExchange, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateTask(Runnable, boolean) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Decorate the task for error handling.
decorateWebSocketHandler(WebSocketHandler) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
Decorate the WebSocketHandler provided to the class constructor.
decorateWebSocketHandler(WebSocketHandler) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
DecoratingClassLoader - Class in org.springframework.core
Base class for decorating ClassLoaders such as OverridingClassLoader and ShadowingClassLoader, providing common handling of excluded packages and classes.
DecoratingClassLoader() - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader with no parent ClassLoader.
DecoratingClassLoader(ClassLoader) - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader using the given parent ClassLoader for delegation.
DecoratingFactoryBean(WebSocketHandler, List<WebSocketHandlerDecoratorFactory>) - Constructor for class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.DecoratingFactoryBean
 
DecoratingNavigationHandler - Class in org.springframework.web.jsf
Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DecoratingNavigationHandler() - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler without fixed original NavigationHandler.
DecoratingNavigationHandler(NavigationHandler) - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler with fixed original NavigationHandler.
DecoratingProxy - Interface in org.springframework.core
Interface to be implemented by decorating proxies, in particular Spring AOP proxies but potentially also custom proxies with decorator semantics.
decoratorFactories - Variable in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
 
decorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Elements they handle.
decreaseActiveInvokerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
decreaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Decrease this parameter's nesting level.
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
decrementSessionCount(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
 
deduceBeanFactory(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
deduceEnvironment(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
deduceResourceLoader(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
deepCopy() - Method in class org.springframework.util.LinkedMultiValueMap
Create a deep copy of this Map.
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME - Static variable in class org.springframework.context.annotation.AdviceModeImportSelector
 
DEFAULT_AFTER_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_ALLOW_CREDENTIALS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 5.0, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ALLOWED_HEADERS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 5.0, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ARGUMENT_SEPARATOR - Static variable in class org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
DEFAULT_AUTO_GROW_COLLECTION_LIMIT - Static variable in class org.springframework.validation.DataBinder
Default limit for array and collection growing: 256
DEFAULT_AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_AUTOWIRE_CANDIDATES_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_BASE_ADDRESS - Static variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
DEFAULT_BASENAME - Static variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
The default basename if no other basename is supplied.
DEFAULT_BATCH_SIZE - Static variable in class org.springframework.jdbc.object.BatchSqlUpdate
Default number of inserts to accumulate before commiting a batch (5000).
DEFAULT_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
DEFAULT_BEFORE_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BEFORE_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BINDING_NAME - Static variable in class org.springframework.oxm.jibx.JibxMarshaller
 
DEFAULT_BLOCK_COMMENT_END_DELIMITER - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default end delimiter for block comments within SQL scripts: "*/".
DEFAULT_BLOCK_COMMENT_START_DELIMITER - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default start delimiter for block comments within SQL scripts: "/*".
DEFAULT_BLOCK_SIZE - Static variable in class org.springframework.util.FastByteArrayOutputStream
 
DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
DEFAULT_BUFFER_SIZE - Static variable in class org.springframework.core.codec.ResourceEncoder
 
DEFAULT_BUFFER_SIZE - Static variable in class org.springframework.core.codec.ResourceRegionEncoder
 
DEFAULT_BUFFER_SIZE - Static variable in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
DEFAULT_CACHE_AWARE_CONTEXT_LOADER_DELEGATE_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Default maximum number of entries for a local MetadataReader cache: 256
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Default maximum number of entries for this template's SQL cache: 256
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
Default maximum number of entries for the destination cache: 1024
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Default maximum number of entries for the view cache: 1024
DEFAULT_CACHE_MANAGER_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
DEFAULT_CACHE_NAME - Static variable in class org.springframework.web.reactive.config.ResourceChainRegistration
 
DEFAULT_CACHE_NAME - Static variable in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.springframework.web.util.WebUtils
Default character encoding to use when request.getCharacterEncoding returns null, according to the Servlet spec.
DEFAULT_CHARSET - Static variable in class org.springframework.core.codec.CharSequenceEncoder
 
DEFAULT_CHARSET - Static variable in class org.springframework.core.codec.StringDecoder
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.codec.FormHttpMessageReader
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.codec.FormHttpMessageWriter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.FormHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.messaging.support.MessageHeaderAccessor
 
DEFAULT_CHARSET - Static variable in class org.springframework.mock.http.MockHttpOutputMessage
 
DEFAULT_CHARSET - Static variable in class org.springframework.util.Base64Utils
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.RestClientResponseException
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.reactive.resource.AppCacheManifestTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.reactive.resource.CssLinkResourceTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
DEFAULT_CHUNK_SIZE - Static variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The default attribute name: "command"
DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default prefix for single-line comments within SQL scripts: "--".
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.context.support.GroovyWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.reactive.result.view.ViewResolverSupport
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.AbstractView
Default content type.
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Default content type: "application/json".
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xml.MarshallingView
Default content type.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.servlet.FrameworkServlet
Default context class for FrameworkServlet.
DEFAULT_CONTEXT_CONFIG_LOCATION - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The default cookie name used if none is explicitly set.
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e.
DEFAULT_DATA_SOURCE_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a DataSource: "dataSource".
DEFAULT_DATABASE_NAME - Static variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Default name for an embedded database: "testdb"
DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_DOMAIN_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
DEFAULT_DUMMY_NAME - Static variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The default for dummy name
DEFAULT_ENCODING - Static variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
The default encoding used for writing to text messages: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.castor.CastorMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.xstream.XStreamMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.test.web.client.match.XpathRequestMatchers
 
DEFAULT_ENCODING - Static variable in class org.springframework.util.xml.XMLEventStreamWriter
 
DEFAULT_ENTER_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method entry messages.
DEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Default EntityManagerFactory bean name: "entityManagerFactory".
DEFAULT_ENTITY_TYPE_FILTERS - Static variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
 
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCEPTION_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing exception messages.
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.core.OverridingClassLoader
Packages that are excluded by default
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.instrument.classloading.ShadowingClassLoader
Packages that are excluded by default
DEFAULT_EXIT_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method exit messages.
DEFAULT_EXPRESSION_PREFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression prefix: "#{"
DEFAULT_EXPRESSION_SUFFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression suffix: "}"
DEFAULT_FEED_TYPE - Static variable in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
DEFAULT_FIELD_DEFAULT_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field default parameters start with, followed by the field name: e.g.
DEFAULT_FIELD_MARKER_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field marker parameters start with, followed by the field name: e.g.
DEFAULT_FLASH_MAPS_MUTEX - Static variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
DEFAULT_FORMATTER - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
 
DEFAULT_FRAME_MAX_SIZE - Static variable in class org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
The default max size for aggregating inbound WebSocket frames.
DEFAULT_HANDLER_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
The location to look for the mapping files.
DEFAULT_HEARTBEAT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
DEFAULT_IMPL - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
DEFAULT_INDENT_AMOUNT - Static variable in class org.springframework.util.xml.TransformerUtils
The indent amount of characters if indenting is enabled.
DEFAULT_INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.springframework.core.io.buffer.DefaultDataBufferFactory
The default capacity when none is specified.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.springframework.util.ResizableByteArrayOutputStream
 
DEFAULT_INITIAL_INTERVAL - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default initial interval.
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_INTERVAL - Static variable in class org.springframework.util.backoff.FixedBackOff
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_JMS_LISTENER_CONTAINER_FACTORY_BEAN_NAME - Static variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
The bean name of the default JmsListenerContainerFactory.
DEFAULT_JSONP_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Default content type for JSONP: "application/javascript".
DEFAULT_LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_LOAD_FACTOR - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_LOAD_TIME_WEAVER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
DEFAULT_LOCALE_RESOLVER - Static variable in class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder
 
DEFAULT_LOCATION - Static variable in class org.springframework.web.servlet.view.XmlViewResolver
Default if no other location is supplied
DEFAULT_MAPPING_ORDER - Static variable in class org.springframework.web.socket.config.HandlersBeanDefinitionParser
 
DEFAULT_MAPPING_ORDER - Static variable in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
 
DEFAULT_MAX_AGE - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 5.0, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MAX_CONTEXT_CACHE_SIZE - Static variable in interface org.springframework.test.context.cache.ContextCache
The default maximum size of the context cache: 32.
DEFAULT_MAX_DISTANCE - Static variable in class org.springframework.beans.PropertyMatches
Default maximum property distance: 2
DEFAULT_MAX_ELAPSED_TIME - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default maximum elapsed time.
DEFAULT_MAX_INTERVAL - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default maximum back off time.
DEFAULT_MAX_LINKED_PAGES - Static variable in class org.springframework.beans.support.PagedListHolder
 
DEFAULT_MAX_PAYLOAD_LENGTH - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_MAX_RESPONSE_SIZE - Static variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
The default maximum response size.
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_METHOD - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The default HTTP method using which form values are sent to the server: "post"
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.servlet.tags.form.FormTag
Default method parameter, i.e.
DEFAULT_METHODS - Static variable in class org.springframework.web.cors.CorsConfiguration
 
DEFAULT_MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.multipart.support.MultipartFilter
 
DEFAULT_MULTIPLIER - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default multiplier (increases the interval by 50%).
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Suffix for WebApplicationContext namespaces.
DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name of the property representing non-option arguments: "nonOptionArgs"
DEFAULT_NONE - Static variable in interface org.springframework.messaging.handler.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DEFAULT_NONE - Static variable in interface org.springframework.web.bind.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DEFAULT_OBJECT - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_OBJECT_NAME - Static variable in class org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_ORIGINS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
Deprecated.
as of Spring 5.0, in favor of using CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ORM_XML_RESOURCE - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DEFAULT_PAGE_SIZE - Static variable in class org.springframework.beans.support.PagedListHolder
 
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Default name of the locale specification parameter: "locale".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Default name of the theme specification parameter: "theme".
DEFAULT_PATH_SEPARATOR - Static variable in class org.springframework.util.AntPathMatcher
Default path separator: "/"
DEFAULT_PATTERN_PARSER - Static variable in class org.springframework.web.reactive.function.server.RequestPredicates
 
DEFAULT_PERSISTENCE_XML_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location of the persistence.xml file: "classpath*:META-INF/persistence.xml".
DEFAULT_PLACEHOLDER_PREFIX - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default placeholder prefix: "${"
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default placeholder suffix: "}"
DEFAULT_POOL_BUFFER_SIZE - Static variable in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
 
DEFAULT_PORT - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default port: -1
DEFAULT_PRECEDENCE_COMPARATOR - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.bind.ServletRequestParameterPropertyValues
Default prefix separator
DEFAULT_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify profiles active by default: "spring.profiles.default".
DEFAULT_PROPERTY_SOURCE_FACTORY - Static variable in class org.springframework.context.annotation.ConfigurationClassParser
 
DEFAULT_PROTOCOL - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default protocol: 'smtp'
DEFAULT_PROTOCOL - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default protocol: 'HTTP/1.1'.
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
The default receive timeout: 1000 ms = 1 second.
DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_REF - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_REFERENCE_TYPE - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_REMOTE_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default remote address: '127.0.0.1'.
DEFAULT_REMOTE_HOST - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default remote host: 'localhost'.
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
DEFAULT_RESOURCE_PATTERN - Static variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
DEFAULT_SCHEMA_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
The location of the file that defines schema mappings.
DEFAULT_SCHEME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default scheme: 'http'.
DEFAULT_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Default separator for splitting a String: a comma (",")
DEFAULT_SEPARATOR - Static variable in class org.springframework.core.io.support.LocalizedResourceHelper
The default separator to use inbetween file name parts: an underscore
DEFAULT_SEPARATOR - Static variable in class org.springframework.web.util.patterns.PathPatternParser
 
DEFAULT_SERVER_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server address: '127.0.0.1'.
DEFAULT_SERVER_NAME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server name: 'localhost'.
DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server port: '80'.
DEFAULT_SERVICE_URL - Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL
DEFAULT_SERVLET_MAPPING - Static variable in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
The default servlet mapping.
DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
The default servlet name.
DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
The default servlet name.
DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
The default servlet name.
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.springframework.mock.web.MockServletContext
 
DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default statement separator within SQL scripts: ";".
DEFAULT_STATUS_MESSAGE - Static variable in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
 
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.context.ContextLoader
Name of the class path resource (relative to the ContextLoader class) that defines ContextLoader's default strategy names.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of the class path resource (relative to the DispatcherServlet class) that defines DispatcherServlet's default strategy names.
DEFAULT_TARGET_BEAN_NAME - Static variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Default name of the target bean in the Spring application context: "jsfNavigationHandler"
DEFAULT_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
The default name of the TaskExecutor bean to pick up: "taskExecutor".
DEFAULT_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
The default name of the TaskExecutor bean to pick up: "taskExecutor".
DEFAULT_TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
The default name of the TaskScheduler bean to pick up: "taskScheduler".
DEFAULT_TEST_CONTEXT_BOOTSTRAPPER_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.support.RequestContext
Default theme name used if the RequestContext cannot find a ThemeResolver.
DEFAULT_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Default thread name prefix: "DefaultMessageListenerContainer-".
DEFAULT_TIMEOUT - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_TO_STRING_STYLER - Static variable in class org.springframework.core.style.ToStringCreator
Default ToStringStyler instance used by this ToStringCreator.
DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.transaction.config.TxNamespaceHandler
 
DEFAULT_TRANSACTION_MANAGER_KEY - Static variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Key to use to store the default transaction manager.
DEFAULT_TRANSACTION_MANAGER_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a PlatformTransactionManager: "transactionManager".
DEFAULT_TRANSACTION_SYNCHRONIZATION_REGISTRY_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Standard Java EE 5 JNDI location for the JTA TransactionSynchronizationRegistry.
DEFAULT_UOW_MANAGER_NAME - Static variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Default JNDI location for the WebSphere UOWManager.
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Default JNDI location for the JTA UserTransaction.
DEFAULT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_VALUE - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_VALUE_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default value separator: ":"
DEFAULT_VALUE_STYLER - Static variable in class org.springframework.core.style.StylerUtils
Default ValueStyler instance used by the style method.
DEFAULT_VARIABLE_PATTERN - Static variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
DEFAULT_VARIABLE_PATTERN - Variable in class org.springframework.web.util.patterns.RegexPathElement
 
DEFAULT_WEB_APP_ROOT_KEY - Static variable in class org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DEFAULT_WEB_TEST_CONTEXT_BOOTSTRAPPER_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxEventXMLReader
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxStreamXMLReader
 
DefaultActiveProfilesResolver - Class in org.springframework.test.context.support
Default implementation of the ActiveProfilesResolver strategy that resolves active bean definition profiles based solely on profiles configured declaratively via ActiveProfiles.profiles() or ActiveProfiles.value().
DefaultActiveProfilesResolver() - Constructor for class org.springframework.test.context.support.DefaultActiveProfilesResolver
 
DefaultAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Default implementation of the AdvisorAdapterRegistry interface.
DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
Create a new DefaultAdvisorAdapterRegistry, registering well-known adapters.
DefaultAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
DefaultAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
DefaultAdvisorChainFactory - Class in org.springframework.aop.framework
A simple but definitive way of working out an advice chain for a Method, given an Advised object.
DefaultAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
DefaultAnnotationAttributeExtractor - Class in org.springframework.core.annotation
Default implementation of the AnnotationAttributeExtractor strategy that is backed by an Annotation.
DefaultAnnotationAttributeExtractor(Annotation, Object) - Constructor for class org.springframework.core.annotation.DefaultAnnotationAttributeExtractor
Construct a new DefaultAnnotationAttributeExtractor.
DefaultAopProxyFactory - Class in org.springframework.aop.framework
Default AopProxyFactory implementation, creating either a CGLIB proxy or a JDK dynamic proxy.
DefaultAopProxyFactory() - Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory
 
defaultAsyncSendTimeout - Variable in class org.springframework.test.context.web.socket.MockServerContainer
 
defaultAutoCommit - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
defaultAutoCommit() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default auto-commit value.
DefaultBeanDefinitionDocumentReader - Class in org.springframework.beans.factory.xml
Default implementation of the BeanDefinitionDocumentReader interface that reads bean definitions according to the "spring-beans" DTD and XSD format (Spring's default XML bean definition format).
DefaultBeanDefinitionDocumentReader() - Constructor for class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
DefaultBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Concrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.
DefaultBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
DefaultBeanNameGenerator - Class in org.springframework.beans.factory.support
DefaultBeanNameGenerator() - Constructor for class org.springframework.beans.factory.support.DefaultBeanNameGenerator
 
DefaultBindingErrorProcessor - Class in org.springframework.validation
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
 
DefaultBodyBuilder(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
DefaultBodyBuilder(HttpMethod, URI) - Constructor for class org.springframework.mock.http.server.reactive.MockServerHttpRequest.DefaultBodyBuilder
 
DefaultBodySpec(DefaultWebTestClient.UndecodedExchangeResult) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultBodySpec
 
DefaultBootstrapContext - Class in org.springframework.test.context.support
Default implementation of the BootstrapContext interface.
DefaultBootstrapContext(Class<?>, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultBootstrapContext
Construct a new DefaultBootstrapContext from the supplied arguments.
DefaultBuilder(Object) - Constructor for class org.springframework.http.ResponseEntity.DefaultBuilder
 
DefaultBuilder(RestTemplate) - Constructor for class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
 
DefaultBuilder(AsyncRestTemplate) - Constructor for class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
 
DefaultBuilder(String...) - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo.DefaultBuilder
 
DefaultBuilder(String...) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
DefaultCacheAwareContextLoaderDelegate - Class in org.springframework.test.context.cache
Default implementation of the CacheAwareContextLoaderDelegate interface.
DefaultCacheAwareContextLoaderDelegate() - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using a static DefaultContextCache.
DefaultCacheAwareContextLoaderDelegate(ContextCache) - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using the supplied ContextCache.
DefaultCacheConfig() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
DefaultCacheConfig(String[], String, String, String) - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
DefaultCacheInvocationContext<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheOperationInvocationContext implementation used by all interceptors.
DefaultCacheInvocationContext(JCacheOperation<A>, Object, Object[]) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
DefaultCacheKeyInvocationContext<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheKeyInvocationContext implementation.
DefaultCacheKeyInvocationContext(AbstractJCacheKeyOperation<A>, Object, Object[]) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheKeyInvocationContext
 
DefaultCacheMethodDetails<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheMethodDetails implementation.
DefaultCacheMethodDetails(Method, A, String) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
DefaultCallback(HandshakeInfo, WebSocketHandler, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy.DefaultCallback
 
DefaultCallback() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DefaultCallback
 
defaultCharset - Variable in class org.springframework.http.codec.FormHttpMessageReader
 
defaultCharset - Variable in class org.springframework.http.codec.FormHttpMessageWriter
 
defaultCharset - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
 
defaultCharset - Variable in class org.springframework.messaging.converter.StringMessageConverter
 
defaultCharset - Variable in class org.springframework.web.reactive.result.view.AbstractView
 
defaultCharset - Variable in class org.springframework.web.reactive.result.view.ViewResolverSupport
 
defaultClient - Variable in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
defaultClient - Variable in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
DefaultClientRequestBuilder - Class in org.springframework.web.reactive.function.client
Default implementation of ClientRequest.Builder.
DefaultClientRequestBuilder(HttpMethod, URI) - Constructor for class org.springframework.web.reactive.function.client.DefaultClientRequestBuilder
 
DefaultClientRequestBuilder.BodyInserterRequest - Class in org.springframework.web.reactive.function.client
 
DefaultClientResponse - Class in org.springframework.web.reactive.function.client
Default implementation of ClientResponse.
DefaultClientResponse(ClientHttpResponse, ExchangeStrategies) - Constructor for class org.springframework.web.reactive.function.client.DefaultClientResponse
 
DefaultClientResponse.DefaultHeaders - Class in org.springframework.web.reactive.function.client
 
defaultCompilerMode - Static variable in class org.springframework.expression.spel.SpelParserConfiguration
 
defaultConfiguration() - Method in class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
 
defaultConfiguration() - Method in class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder
 
DefaultConfigurator(HttpHeaders) - Constructor for class org.springframework.web.reactive.socket.client.StandardWebSocketClient.DefaultConfigurator
 
defaultConnection - Variable in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
defaultContentType - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
defaultContentType(MediaType) - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
Set the default content type to use when no content type is requested.
defaultContentType(MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the default content type to use when no content type is requested.
DefaultContentTypeResolver - Class in org.springframework.messaging.converter
A default ContentTypeResolver that checks the MessageHeaders.CONTENT_TYPE header or falls back to a default value.
DefaultContentTypeResolver() - Constructor for class org.springframework.messaging.converter.DefaultContentTypeResolver
 
defaultContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
Set a custom RequestedContentTypeResolver to use to determine the content type to use when no content type is requested.
defaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set a custom ContentNegotiationStrategy to use to determine the content type to use when no content type is requested.
defaultContextCache - Static variable in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Default static cache of Spring application contexts.
DefaultContextCache - Class in org.springframework.test.context.cache
Default implementation of the ContextCache API.
DefaultContextCache() - Constructor for class org.springframework.test.context.cache.DefaultContextCache
Create a new DefaultContextCache using the maximum cache size obtained via ContextCacheUtils.retrieveMaxCacheSize().
DefaultContextCache(int) - Constructor for class org.springframework.test.context.cache.DefaultContextCache
Create a new DefaultContextCache using the supplied maximum cache size.
DefaultContextCache.LruCache - Class in org.springframework.test.context.cache
Simple cache implementation based on LinkedHashMap with a maximum size and a least recently used (LRU) eviction policy that properly closes application contexts.
DefaultContextLoadTimeWeaver - Class in org.springframework.context.weaving
Default LoadTimeWeaver bean for use in an application context, decorating an automatically detected internal LoadTimeWeaver.
DefaultContextLoadTimeWeaver() - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultContextLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultControllerSpec - Class in org.springframework.test.web.reactive.server
Default implementation of WebTestClient.ControllerSpec.
DefaultControllerSpec(Object...) - Constructor for class org.springframework.test.web.reactive.server.DefaultControllerSpec
 
DefaultControllerSpec.TestWebFluxConfigurer - Class in org.springframework.test.web.reactive.server
 
DefaultConversionService - Class in org.springframework.core.convert.support
A specialization of GenericConversionService configured by default with converters appropriate for most environments.
DefaultConversionService() - Constructor for class org.springframework.core.convert.support.DefaultConversionService
Create a new DefaultConversionService with the set of default converters.
defaultCookie(String, String...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
defaultCookie(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
Add the given header to all requests that haven't added it.
defaultCookie(String, String...) - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
defaultCookie(String, String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Add the given header to all requests that haven't added it.
defaultCookies - Variable in class org.springframework.web.reactive.function.client.DefaultWebClient
 
defaultCookies - Variable in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
DefaultCorsProcessor - Class in org.springframework.web.cors
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - Constructor for class org.springframework.web.cors.DefaultCorsProcessor
 
DefaultCorsProcessor - Class in org.springframework.web.cors.reactive
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - Constructor for class org.springframework.web.cors.reactive.DefaultCorsProcessor
 
defaultCurrencyTimeLimit - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Default value for the JMX field "currencyTimeLimit".
DefaultDataBinderFactory - Class in org.springframework.web.bind.support
Create a WebRequestDataBinder instance and initialize it with a WebBindingInitializer.
DefaultDataBinderFactory(WebBindingInitializer) - Constructor for class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new DefaultDataBinderFactory instance.
DefaultDataBuffer - Class in org.springframework.core.io.buffer
Default implementation of the DataBuffer interface that uses a ByteBuffer internally, with separate read and write positions.
DefaultDataBuffer(ByteBuffer, DefaultDataBufferFactory) - Constructor for class org.springframework.core.io.buffer.DefaultDataBuffer
Create a new DefaultDataBuffer based on the given ByteBuffer.
DefaultDataBuffer(ByteBuffer, int, int, DefaultDataBufferFactory) - Constructor for class org.springframework.core.io.buffer.DefaultDataBuffer
 
DefaultDataBuffer.DefaultDataBufferInputStream - Class in org.springframework.core.io.buffer
 
DefaultDataBuffer.DefaultDataBufferOutputStream - Class in org.springframework.core.io.buffer
 
DefaultDataBuffer.SlicedDefaultDataBuffer - Class in org.springframework.core.io.buffer
 
DefaultDataBufferFactory - Class in org.springframework.core.io.buffer
Default implementation of the DataBufferFactory interface.
DefaultDataBufferFactory() - Constructor for class org.springframework.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory with default settings.
DefaultDataBufferFactory(boolean) - Constructor for class org.springframework.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory, indicating whether direct buffers should be created by DefaultDataBufferFactory.allocateBuffer() and DefaultDataBufferFactory.allocateBuffer(int).
DefaultDataBufferFactory(boolean, int) - Constructor for class org.springframework.core.io.buffer.DefaultDataBufferFactory
Creates a new DefaultDataBufferFactory, indicating whether direct buffers should be created by DefaultDataBufferFactory.allocateBuffer() and DefaultDataBufferFactory.allocateBuffer(int), and what the capacity is to be used for DefaultDataBufferFactory.allocateBuffer().
DefaultDataBufferInputStream() - Constructor for class org.springframework.core.io.buffer.DefaultDataBuffer.DefaultDataBufferInputStream
 
DefaultDataBufferOutputStream() - Constructor for class org.springframework.core.io.buffer.DefaultDataBuffer.DefaultDataBufferOutputStream
 
defaultDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultDeserializer - Class in org.springframework.core.serializer
A default Deserializer implementation that reads an input stream using Java serialization.
DefaultDeserializer() - Constructor for class org.springframework.core.serializer.DefaultDeserializer
Create a DefaultDeserializer with default ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DefaultDeserializer(ClassLoader) - Constructor for class org.springframework.core.serializer.DefaultDeserializer
Create a DefaultDeserializer for using an ObjectInputStream with the given ClassLoader.
defaultDestination - Variable in class org.springframework.jms.core.JmsTemplate
 
defaultDestination - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
defaultDestinationName - Variable in class org.springframework.jms.core.JmsMessagingTemplate
 
defaultDestinationPrefix - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
DefaultDocumentLoader - Class in org.springframework.beans.factory.xml
Spring's default DocumentLoader implementation.
DefaultDocumentLoader() - Constructor for class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
defaultDomain - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
defaultDomain - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
defaultDriver - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
defaultEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEncoding - Variable in class org.springframework.context.support.AbstractResourceBasedMessageSource
 
defaultEncoding - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultEncoding - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
defaultEncoding - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
defaultEncoding - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
defaultEncoding - Variable in class org.springframework.web.util.UrlPathHelper
 
DefaultEntityResponse(HttpStatus, HttpHeaders, T, BodyInserter<T, ? super ServerHttpResponse>, Map<String, Object>) - Constructor for class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder.DefaultEntityResponse
 
DefaultEntityResponseBuilder<T> - Class in org.springframework.web.reactive.function.server
Default EntityResponse.Builder implementation.
DefaultEntityResponseBuilder(T, BodyInserter<T, ? super ServerHttpResponse>) - Constructor for class org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder
 
DefaultEntityResponseBuilder.DefaultEntityResponse<T> - Class in org.springframework.web.reactive.function.server
 
defaultErrorView - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
DefaultEventListenerFactory - Class in org.springframework.context.event
Default EventListenerFactory implementation that supports the regular EventListener annotation.
DefaultEventListenerFactory() - Constructor for class org.springframework.context.event.DefaultEventListenerFactory
 
defaultEventLoopGroup - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
DefaultExchangeFunction(ClientHttpConnector, ExchangeStrategies) - Constructor for class org.springframework.web.reactive.function.client.ExchangeFunctions.DefaultExchangeFunction
 
DefaultExchangeStrategies(List<HttpMessageReader<?>>, List<HttpMessageWriter<?>>) - Constructor for class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder.DefaultExchangeStrategies
 
DefaultExchangeStrategiesBuilder - Class in org.springframework.web.reactive.function.client
Default implementation of ExchangeStrategies.Builder.
DefaultExchangeStrategiesBuilder() - Constructor for class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
 
DefaultExchangeStrategiesBuilder.DefaultExchangeStrategies - Class in org.springframework.web.reactive.function.client
 
defaultExecutor - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
DefaultFormattingConversionService - Class in org.springframework.format.support
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications.
DefaultFormattingConversionService() - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and default formatters.
DefaultFormattingConversionService(boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters.
DefaultFormattingConversionService(StringValueResolver, boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters
defaultHandler - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
DefaultHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.support
Default implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translates them to corresponding HTTP status codes.
DefaultHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
DefaultHandlerStrategies(List<HttpMessageReader<?>>, List<HttpMessageWriter<?>>, List<ViewResolver>, Function<ServerRequest, Optional<Locale>>) - Constructor for class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder.DefaultHandlerStrategies
 
DefaultHandlerStrategiesBuilder - Class in org.springframework.web.reactive.function.server
Default implementation of HandlerStrategies.Builder.
DefaultHandlerStrategiesBuilder() - Constructor for class org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder
 
DefaultHandlerStrategiesBuilder.DefaultHandlerStrategies - Class in org.springframework.web.reactive.function.server
 
DefaultHandshakeHandler - Class in org.springframework.web.socket.server.support
A default HandshakeHandler implementation, extending AbstractHandshakeHandler with Servlet-specific initialization support.
DefaultHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
 
DefaultHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
 
defaultHeader(String, String...) - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
defaultHeader(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
Add the given header to all requests that haven't added it.
defaultHeader(String, String...) - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
defaultHeader(String, String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Add the given header to all requests that haven't added it.
DefaultHeaders() - Constructor for class org.springframework.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
 
defaultHeaders - Variable in class org.springframework.web.reactive.function.client.DefaultWebClient
 
defaultHeaders - Variable in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
DefaultHeaders() - Constructor for class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
DefaultHeaderSpec(WebClient.HeaderSpec) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultHeaderSpec
 
DefaultHeaderSpec(HttpMethod, URI) - Constructor for class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultHeaderSpec
 
defaultHeartbeat - Variable in class org.springframework.messaging.simp.stomp.StompClientSupport
 
defaultHtmlEscape - Variable in class org.springframework.web.reactive.result.view.RequestContext
 
defaultHtmlEscape - Variable in class org.springframework.web.servlet.support.RequestContext
 
defaultHtmlEscape - Variable in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
defaultIdGenerator - Static variable in class org.springframework.messaging.MessageHeaders
 
defaultImplType - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
defaultInitialCapacity - Variable in class org.springframework.core.io.buffer.DefaultDataBufferFactory
 
DefaultIntroductionAdvisor - Class in org.springframework.aop.support
Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultIntroductionAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(Advice, IntroductionInfo) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class<?>) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
The default JCacheOperationSource implementation delegating default operations to configurable services with sensible defaults when not present.
DefaultJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
DefaultJCacheOperationSource.LazyCacheResolver - Class in org.springframework.cache.jcache.interceptor
Only resolve the default exception cache resolver when an exception needs to be handled.
DefaultJcaListenerContainerFactory - Class in org.springframework.jms.config
A JmsListenerContainerFactory implementation to build a JCA-based JmsMessageEndpointManager.
DefaultJcaListenerContainerFactory() - Constructor for class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
DefaultJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
Default implementation of the JmsActivationSpecFactory interface.
DefaultJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
DefaultJmsListenerContainerFactory - Class in org.springframework.jms.config
DefaultJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
defaultJmsListenerEndpointRegistry() - Method in class org.springframework.jms.annotation.JmsBootstrapConfiguration
 
DefaultJpaDialect - Class in org.springframework.orm.jpa
Default implementation of the JpaDialect interface.
DefaultJpaDialect() - Constructor for class org.springframework.orm.jpa.DefaultJpaDialect
 
defaultJtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultLifecycleProcessor - Class in org.springframework.context.support
Default implementation of the LifecycleProcessor strategy.
DefaultLifecycleProcessor() - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor
 
DefaultLifecycleProcessor.LifecycleGroup - Class in org.springframework.context.support
Helper class for maintaining a group of Lifecycle beans that should be started and stopped together based on their 'phase' value (or the default value of 0).
DefaultLifecycleProcessor.LifecycleGroupMember - Class in org.springframework.context.support
Adapts the Comparable interface onto the lifecycle phase model.
DefaultListableBeanFactory - Class in org.springframework.beans.factory.support
Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects.
DefaultListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
Create a new DefaultListableBeanFactory.
DefaultListableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
Create a new DefaultListableBeanFactory with the given parent.
DefaultListableBeanFactory.DependencyObjectProvider - Class in org.springframework.beans.factory.support
Serializable ObjectFactory/ObjectProvider for lazy resolution of a dependency.
DefaultListableBeanFactory.FactoryAwareOrderSourceProvider - Class in org.springframework.beans.factory.support
An OrderComparator.OrderSourceProvider implementation that is aware of the bean metadata of the instances to sort.
DefaultListableBeanFactory.Jsr330DependencyProvider - Class in org.springframework.beans.factory.support
Serializable ObjectFactory for lazy resolution of a dependency.
DefaultListableBeanFactory.Jsr330ProviderFactory - Class in org.springframework.beans.factory.support
Separate inner class for avoiding a hard dependency on the javax.inject API.
DefaultListableBeanFactory.MultiElementDescriptor - Class in org.springframework.beans.factory.support
 
DefaultListableBeanFactory.NestedDependencyDescriptor - Class in org.springframework.beans.factory.support
 
DefaultListableBeanFactory.SerializedBeanFactoryReference - Class in org.springframework.beans.factory.support
Minimal id reference to the factory.
DefaultListBodySpec(EntityExchangeResult<List<?>>) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultListBodySpec
 
defaultListenerMethod - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
DefaultLobCreator() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
DefaultLobHandler - Class in org.springframework.jdbc.support.lob
Default implementation of the LobHandler interface.
DefaultLobHandler() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler
 
DefaultLobHandler.DefaultLobCreator - Class in org.springframework.jdbc.support.lob
Default LobCreator implementation as an inner class.
defaultLocale - Static variable in class org.springframework.context.i18n.LocaleContextHolder
 
defaultLocale - Variable in class org.springframework.context.support.MessageSourceAccessor
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
defaultLogger - Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
The default Log instance used to write trace messages.
DefaultManagedAwareThreadFactory - Class in org.springframework.scheduling.concurrent
JNDI-based variant of CustomizableThreadFactory, performing a default lookup for JSR-236's "java:comp/DefaultManagedThreadFactory" in a Java EE 7 environment, falling back to the local CustomizableThreadFactory setup if not found.
DefaultManagedAwareThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
DefaultManagedTaskExecutor - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskExecutor, performing a default lookup for JSR-236's "java:comp/DefaultManagedExecutorService" in a Java EE 7 environment.
DefaultManagedTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
DefaultManagedTaskScheduler - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Java EE 7 environment.
DefaultManagedTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
DefaultMapBodySpec(EntityExchangeResult<Map<?, ?>>) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultMapBodySpec
 
defaultMaxBinaryMessageBufferSize - Variable in class org.springframework.test.context.web.socket.MockServerContainer
 
defaultMaxSessionIdleTimeout - Variable in class org.springframework.test.context.web.socket.MockServerContainer
 
defaultMaxTextMessageBufferSize - Variable in class org.springframework.test.context.web.socket.MockServerContainer
 
defaultMessage - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
DefaultMessageCodesResolver - Class in org.springframework.validation
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - Constructor for class org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageCodesResolver.Format - Enum in org.springframework.validation
Common message code formats.
DefaultMessageHandlerMethodFactory - Class in org.springframework.messaging.handler.annotation.support
The default MessageHandlerMethodFactory implementation creating an InvocableHandlerMethod with the necessary HandlerMethodArgumentResolver instances to detect and process most of the use cases defined by MessageMapping.
DefaultMessageHandlerMethodFactory() - Constructor for class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
DefaultMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container variant that uses plain JMS client APIs, specifically a loop of MessageConsumer.receive() calls that also allow for transactional reception of messages (registering them with XA transactions).
DefaultMessageListenerContainer() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer
 
DefaultMessageListenerContainer.AsyncMessageListenerInvoker - Class in org.springframework.jms.listener
Runnable that performs looped MessageConsumer.receive() calls.
DefaultMessageSourceResolvable - Class in org.springframework.context.support
Default implementation of the MessageSourceResolvable interface.
DefaultMessageSourceResolvable(String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(MessageSourceResolvable) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Copy constructor: Create a new instance from another resolvable.
defaultMimeType - Variable in class org.springframework.messaging.converter.DefaultContentTypeResolver
 
DefaultMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
A concrete implementation of AbstractMockMvcBuilder that provides the WebApplicationContext supplied to it as a constructor argument.
DefaultMockMvcBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Protected constructor.
defaultModel - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
defaultMultipartResolver - Variable in class org.springframework.web.multipart.support.MultipartFilter
 
DefaultMvcResult - Class in org.springframework.test.web.servlet
A simple implementation of MvcResult with setters.
DefaultMvcResult(MockHttpServletRequest, MockHttpServletResponse) - Constructor for class org.springframework.test.web.servlet.DefaultMvcResult
Create a new instance with the given request and response.
DefaultNamespaceHandlerResolver - Class in org.springframework.beans.factory.xml
Default implementation of the NamespaceHandlerResolver interface.
DefaultNamespaceHandlerResolver() - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader, String) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the supplied mapping file location.
defaultNamespaceUri - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
DefaultNegotiation(String[], HttpHeaders, ConnectionBuilder) - Constructor for class org.springframework.web.reactive.socket.client.UndertowWebSocketClient.DefaultNegotiation
 
defaultNegotiationStrategy - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
defaultObject - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
DefaultParameterNameDiscoverer - Class in org.springframework.core
Default implementation of the ParameterNameDiscoverer strategy interface, using the Java 8 standard reflection mechanism (if available), and falling back to the ASM-based LocalVariableTableParameterNameDiscoverer for checking debug information in the class file.
DefaultParameterNameDiscoverer() - Constructor for class org.springframework.core.DefaultParameterNameDiscoverer
 
defaultParentBean - Variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
 
defaultParentView - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
Default implementation of the PersistenceUnitManager interface.
DefaultPersistenceUnitManager() - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
defaultPersistenceUnitRootLocation - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultPointcutAdvisor - Class in org.springframework.aop.support
Convenient Pointcut-driven Advisor implementation.
DefaultPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create an empty DefaultPointcutAdvisor.
DefaultPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor that matches all methods.
DefaultPointcutAdvisor(Pointcut, Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
defaultProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
defaultProperties - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
DefaultPropertiesPersister - Class in org.springframework.util
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class org.springframework.util.DefaultPropertiesPersister
 
DefaultPropertySourceFactory - Class in org.springframework.core.io.support
The default implementation for PropertySourceFactory, wrapping every resource in a ResourcePropertySource.
DefaultPropertySourceFactory() - Constructor for class org.springframework.core.io.support.DefaultPropertySourceFactory
 
defaultProtocolHandler - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
defaultProxyMode - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
defaultProxyTargetClass - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
defaultRefreshCheckDelay - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
DefaultRemoteInvocationExecutor - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationExecutor interface.
DefaultRemoteInvocationExecutor() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
DefaultRemoteInvocationFactory - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationFactory interface.
DefaultRemoteInvocationFactory() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
DefaultRenderingResponse(HttpStatus, HttpHeaders, String, Map<String, Object>) - Constructor for class org.springframework.web.reactive.function.server.DefaultRenderingResponseBuilder.DefaultRenderingResponse
 
DefaultRenderingResponseBuilder - Class in org.springframework.web.reactive.function.server
Default RenderingResponse.Builder implementation.
DefaultRenderingResponseBuilder(String) - Constructor for class org.springframework.web.reactive.function.server.DefaultRenderingResponseBuilder
 
DefaultRenderingResponseBuilder.DefaultRenderingResponse - Class in org.springframework.web.reactive.function.server
 
defaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
defaultRequest(RequestBuilder) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define default request properties that should be merged into all performed requests.
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
DefaultRequestExpectation - Class in org.springframework.test.web.client
Default implementation of RequestExpectation that simply delegates to the request matchers and the response creator it contains.
DefaultRequestExpectation(ExpectedCount, RequestMatcher) - Constructor for class org.springframework.test.web.client.DefaultRequestExpectation
Create a new request expectation that should be called a number of times as indicated by RequestCount.
DefaultRequestExpectation.RequestCount - Class in org.springframework.test.web.client
Helper class that keeps track of actual vs expected request count.
DefaultRequestToViewNameTranslator - Class in org.springframework.web.servlet.view
RequestToViewNameTranslator that simply transforms the URI of the incoming request into a view name.
DefaultRequestToViewNameTranslator() - Constructor for class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
DefaultResourceLoader - Class in org.springframework.core.io
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader.ClassPathContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
DefaultResourceResolverChain - Class in org.springframework.web.reactive.resource
A default implementation of ResourceResolverChain for invoking a list of ResourceResolvers.
DefaultResourceResolverChain(List<? extends ResourceResolver>) - Constructor for class org.springframework.web.reactive.resource.DefaultResourceResolverChain
 
DefaultResourceResolverChain - Class in org.springframework.web.servlet.resource
A default implementation of ResourceResolverChain for invoking a list of ResourceResolvers.
DefaultResourceResolverChain(List<? extends ResourceResolver>) - Constructor for class org.springframework.web.servlet.resource.DefaultResourceResolverChain
 
DefaultResourceTransformerChain - Class in org.springframework.web.reactive.resource
A default implementation of ResourceTransformerChain for invoking a list of ResourceTransformers.
DefaultResourceTransformerChain(ResourceResolverChain, List<ResourceTransformer>) - Constructor for class org.springframework.web.reactive.resource.DefaultResourceTransformerChain
 
DefaultResourceTransformerChain - Class in org.springframework.web.servlet.resource
A default implementation of ResourceTransformerChain for invoking a list of ResourceTransformers.
DefaultResourceTransformerChain(ResourceResolverChain, List<ResourceTransformer>) - Constructor for class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
 
DefaultResponseCreator - Class in org.springframework.test.web.client.response
A ResponseCreator with builder-style methods for adding response details.
DefaultResponseCreator(HttpStatus) - Constructor for class org.springframework.test.web.client.response.DefaultResponseCreator
Protected constructor.
defaultResponseDestination - Variable in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
DefaultResponseErrorHandler - Class in org.springframework.web.client
Default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
DefaultResponseSpec(ExchangeResult, ClientResponse) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultResponseSpec
 
defaultResultHandlers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultResultMatchers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRetriever - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
defaultRollback - Variable in class org.springframework.test.context.transaction.TransactionContext
 
defaults - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
defaultSchema - Variable in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
DefaultScopedObject - Class in org.springframework.aop.scope
Default implementation of the ScopedObject interface.
DefaultScopedObject(ConfigurableBeanFactory, String) - Constructor for class org.springframework.aop.scope.DefaultScopedObject
Creates a new instance of the DefaultScopedObject class.
DefaultsDefinition - Interface in org.springframework.beans.factory.parsing
Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.
DefaultSerializer - Class in org.springframework.core.serializer
A Serializer implementation that writes an object to an output stream using Java serialization.
DefaultSerializer() - Constructor for class org.springframework.core.serializer.DefaultSerializer
 
DefaultServerEndpointConfig - Class in org.springframework.web.reactive.socket.server.upgrade
Default implementation of javax.websocket.server.ServerEndpointConfig for use in RequestUpgradeStrategy implementations.
DefaultServerEndpointConfig(String, Endpoint) - Constructor for class org.springframework.web.reactive.socket.server.upgrade.DefaultServerEndpointConfig
Constructor with a path and an javax.websocket.Endpoint.
DefaultServerHttpRequestBuilder - Class in org.springframework.http.server.reactive
Package-private default implementation of ServerHttpRequest.Builder.
DefaultServerHttpRequestBuilder(ServerHttpRequest) - Constructor for class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
 
DefaultServerHttpRequestBuilder.MutativeDecorator - Class in org.springframework.http.server.reactive
An immutable wrapper of a request returning property overrides -- given to the constructor -- or original values otherwise.
DefaultServerRequest - Class in org.springframework.web.reactive.function.server
ServerRequest implementation based on a ServerWebExchange.
DefaultServerRequest(ServerWebExchange, HandlerStrategies) - Constructor for class org.springframework.web.reactive.function.server.DefaultServerRequest
 
DefaultServerRequest.DefaultHeaders - Class in org.springframework.web.reactive.function.server
 
DefaultServerResponseBuilder - Class in org.springframework.web.reactive.function.server
Default ServerResponse.BodyBuilder implementation.
DefaultServerResponseBuilder(HttpStatus) - Constructor for class org.springframework.web.reactive.function.server.DefaultServerResponseBuilder
 
DefaultServerResponseBuilder.AbstractServerResponse - Class in org.springframework.web.reactive.function.server
 
DefaultServerResponseBuilder.BodyInserterServerResponse<T> - Class in org.springframework.web.reactive.function.server
 
DefaultServerResponseBuilder.WriterFunctionServerResponse - Class in org.springframework.web.reactive.function.server
 
DefaultServerWebExchange - Class in org.springframework.web.server.adapter
Default implementation of ServerWebExchange.
DefaultServerWebExchange(ServerHttpRequest, ServerHttpResponse) - Constructor for class org.springframework.web.server.adapter.DefaultServerWebExchange
Constructor with a request and response only.
DefaultServerWebExchange(ServerHttpRequest, ServerHttpResponse, WebSessionManager) - Constructor for class org.springframework.web.server.adapter.DefaultServerWebExchange
Alternate constructor with a WebSessionManager parameter.
DefaultServerWebExchangeBuilder - Class in org.springframework.web.server
Package private implementation of ServerWebExchange.Builder.
DefaultServerWebExchangeBuilder(ServerWebExchange) - Constructor for class org.springframework.web.server.DefaultServerWebExchangeBuilder
 
DefaultServerWebExchangeBuilder.MutativeDecorator - Class in org.springframework.web.server
An immutable wrapper of an exchange returning property overrides -- given to the constructor -- or original values otherwise.
DefaultServletHandlerBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a default-servlet-handler element to register a DefaultServletHttpRequestHandler.
DefaultServletHandlerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.DefaultServletHandlerBeanDefinitionParser
 
DefaultServletHandlerConfigurer - Class in org.springframework.web.servlet.config.annotation
Configures a request handler for serving static resources by forwarding the request to the Servlet container's "default" Servlet.
DefaultServletHandlerConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
defaultServletHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE with a mapped default servlet handler.
DefaultServletHttpRequestHandler - Class in org.springframework.web.servlet.resource
An HttpRequestHandler for serving static files using the Servlet container's "default" Servlet.
DefaultServletHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
defaultServletName - Variable in class org.springframework.mock.web.MockServletContext
 
defaultServletName - Variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
DefaultSessionAttributeStore - Class in org.springframework.web.bind.support
Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
DefaultSessionAttributeStore() - Constructor for class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
DefaultSimpUserRegistry - Class in org.springframework.web.socket.messaging
A default implementation of SimpUserRegistry that relies on AbstractSubProtocolEvent application context events to keep track of connected users and their subscriptions.
DefaultSimpUserRegistry() - Constructor for class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
 
DefaultSimpUserRegistry.LocalSimpSession - Class in org.springframework.web.socket.messaging
 
DefaultSimpUserRegistry.LocalSimpSubscription - Class in org.springframework.web.socket.messaging
 
DefaultSimpUserRegistry.LocalSimpUser - Class in org.springframework.web.socket.messaging
 
DefaultSingletonBeanRegistry - Class in org.springframework.beans.factory.support
Generic registry for shared bean instances, implementing the SingletonBeanRegistry.
DefaultSingletonBeanRegistry() - Constructor for class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
DefaultSingleValueBodySpec(EntityExchangeResult<?>) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultSingleValueBodySpec
 
DefaultSockJsFrameFormat - Class in org.springframework.web.socket.sockjs.frame
A default implementation of SockJsFrameFormat that relies on String.format(String, Object...)..
DefaultSockJsFrameFormat(String) - Constructor for class org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
 
DefaultSockJsService - Class in org.springframework.web.socket.sockjs.transport.handler
A default implementation of SockJsService with all default TransportHandler implementations pre-registered.
DefaultSockJsService(TaskScheduler) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with default handler types.
DefaultSockJsService(TaskScheduler, TransportHandler...) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with overridden handler types replacing the corresponding default handler implementation.
DefaultSockJsService(TaskScheduler, Collection<TransportHandler>) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with overridden handler types replacing the corresponding default handler implementation.
defaultSockJsTaskScheduler() - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
The default TaskScheduler to use if none is configured via SockJsServiceRegistration.setTaskScheduler(org.springframework.scheduling.TaskScheduler), i.e.
defaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
defaultsRegistered(DefaultsDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given defaults has been registered.
defaultStatusCode - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
DefaultStompSession - Class in org.springframework.messaging.simp.stomp
Default implementation of ConnectionHandlingStompSession.
DefaultStompSession(StompSessionHandler, StompHeaders) - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession
Create a new session.
DefaultStompSession.DefaultSubscription - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.ReadInactivityTask - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.ReceiptHandler - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.WriteInactivityTask - Class in org.springframework.messaging.simp.stomp
 
defaultStrategies - Static variable in class org.springframework.web.context.ContextLoader
 
defaultStrategies - Static variable in class org.springframework.web.servlet.DispatcherServlet
 
DefaultSubscription(StompHeaders, StompFrameHandler) - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
 
DefaultSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Implementation of SubscriptionRegistry that stores subscriptions in memory and uses a PathMatcher for matching destinations.
DefaultSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
DefaultSubscriptionRegistry.DestinationCache - Class in org.springframework.messaging.simp.broker
A cache for destinations previously resolved via DefaultSubscriptionRegistry.findSubscriptionsInternal(String, Message)
DefaultSubscriptionRegistry.SessionSubscriptionInfo - Class in org.springframework.messaging.simp.broker
Hold subscriptions for a session.
DefaultSubscriptionRegistry.SessionSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Provide access to session subscriptions by sessionId.
DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor - Class in org.springframework.messaging.simp.broker
 
DefaultSubscriptionRegistry.Subscription - Class in org.springframework.messaging.simp.broker
 
defaultTargetDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DefaultTestContext - Class in org.springframework.test.context.support
Default implementation of the TestContext interface.
DefaultTestContext(DefaultTestContext) - Constructor for class org.springframework.test.context.support.DefaultTestContext
Copy constructor for creating a new DefaultTestContext based on the attributes and immutable state of the supplied context.
DefaultTestContext(Class<?>, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultTestContext
Construct a new DefaultTestContext from the supplied arguments.
DefaultTestContextBootstrapper - Class in org.springframework.test.context.support
Default implementation of the TestContextBootstrapper SPI.
DefaultTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.DefaultTestContextBootstrapper
 
defaultThemeName - Variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
 
defaultThemeName - Variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
defaultTimeout - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
defaultTimeZone - Static variable in class org.springframework.context.i18n.LocaleContextHolder
 
defaultTimeZone - Variable in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
defaultTimeZone - Variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
DefaultToStringStyler - Class in org.springframework.core.style
Spring's default toString() styler.
DefaultToStringStyler(ValueStyler) - Constructor for class org.springframework.core.style.DefaultToStringStyler
Create a new DefaultToStringStyler.
DefaultTransactionAttribute - Class in org.springframework.transaction.interceptor
Spring's common transaction attribute implementation.
DefaultTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Copy constructor.
DefaultTransactionAttribute(int) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute with the given propagation behavior.
DefaultTransactionDefinition - Class in org.springframework.transaction.support
Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionDefinition() - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition, with default settings.
DefaultTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Copy constructor.
DefaultTransactionDefinition(int) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the given propagation behavior.
defaultTransactionIsolation - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
defaultTransactionIsolation() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default transaction isolation value.
DefaultTransactionStatus - Class in org.springframework.transaction.support
Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
DefaultTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) - Constructor for class org.springframework.transaction.support.DefaultTransactionStatus
Create a new DefaultTransactionStatus instance.
DefaultTransportRequest - Class in org.springframework.web.socket.sockjs.client
A default implementation of TransportRequest.
DefaultTransportRequest(SockJsUrlInfo, HttpHeaders, HttpHeaders, Transport, TransportType, SockJsMessageCodec) - Constructor for class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
DefaultTransportRequest.ConnectCallback - Class in org.springframework.web.socket.sockjs.client
Updates the given (global) future based success or failure to connect for the entire SockJS request regardless of which transport actually managed to connect.
DefaultTypeBodySpec(DefaultWebTestClient.UndecodedExchangeResult, ResolvableType) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultTypeBodySpec
 
DefaultTypeProvider() - Constructor for class org.springframework.core.SerializableTypeWrapper.DefaultTypeProvider
 
defaultTyping - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
defaultTyping(<any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a TypeResolverBuilder to use for Jackson's default typing.
DefaultUpgradeListener(HttpHeaders) - Constructor for class org.springframework.web.reactive.socket.client.JettyWebSocketClient.DefaultUpgradeListener
 
DefaultUriBuilder(String) - Constructor for class org.springframework.web.util.DefaultUriBuilderFactory.DefaultUriBuilder
 
DefaultUriBuilderFactory - Class in org.springframework.web.util
Default implementation of UriBuilderFactory using UriComponentsBuilder for building, encoding, and expanding URI templates.
DefaultUriBuilderFactory() - Constructor for class org.springframework.web.util.DefaultUriBuilderFactory
Default constructor without a base URI.
DefaultUriBuilderFactory(String) - Constructor for class org.springframework.web.util.DefaultUriBuilderFactory
Constructor with a String "base URI".
DefaultUriBuilderFactory(UriComponentsBuilder) - Constructor for class org.springframework.web.util.DefaultUriBuilderFactory
Alternate constructor with a UriComponentsBuilder as the base URI.
DefaultUriBuilderFactory.DefaultUriBuilder - Class in org.springframework.web.util
DefaultUriBuilderFactory specific implementation of UriBuilder.
DefaultUriBuilderFactory.EncodingMode - Enum in org.springframework.web.util
 
defaultUriComponentsContributor - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
DefaultUriSpec(WebClient.UriSpec) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient.DefaultUriSpec
 
DefaultUriSpec(HttpMethod) - Constructor for class org.springframework.web.reactive.function.client.DefaultWebClient.DefaultUriSpec
 
DefaultUriTemplateHandler - Class in org.springframework.web.util
Deprecated.
as of 5.0 in favor of DefaultUriBuilderFactory
DefaultUriTemplateHandler() - Constructor for class org.springframework.web.util.DefaultUriTemplateHandler
Deprecated.
 
defaultUriVariables - Variable in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
defaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
defaultUriVariables(Map<String, ?>) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
Configure default URI variable values that will be used when expanding URI templates using a Map.
defaultUriVariables - Variable in class org.springframework.web.util.AbstractUriTemplateHandler
Deprecated.
 
defaultUriVariables - Variable in class org.springframework.web.util.DefaultUriBuilderFactory
 
defaultUrl - Variable in class org.springframework.web.servlet.ResourceServlet
 
defaultUserDestinationPrefix - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
DefaultUserDestinationResolver - Class in org.springframework.messaging.simp.user
A default implementation of UserDestinationResolver that relies on a SimpUserRegistry to find active sessions for a user.
DefaultUserDestinationResolver(SimpUserRegistry) - Constructor for class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
Create an instance that will access user session id information through the provided registry.
DefaultUserDestinationResolver.ParseResult - Class in org.springframework.messaging.simp.user
A temporary placeholder for a parsed source "user" destination.
defaultUseWrapper - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
defaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to XmlMapper).
defaultValue - Variable in class org.springframework.core.annotation.AnnotationUtils.DefaultValueHolder
 
defaultValue - Variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
defaultValue - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
defaultValue - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
defaultValue - Variable in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver.NamedValueInfo
 
DefaultValueHolder(Object) - Constructor for class org.springframework.core.annotation.AnnotationUtils.DefaultValueHolder
 
DefaultValueStyler - Class in org.springframework.core.style
Converts objects to String form, generally for debugging purposes, using Spring's toString styling conventions.
DefaultValueStyler() - Constructor for class org.springframework.core.style.DefaultValueStyler
 
DefaultVariableResolver() - Constructor for class org.springframework.core.ResolvableType.DefaultVariableResolver
 
defaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#DEFAULT_VIEW_INCLUSION option.
defaultViews - Variable in class org.springframework.web.reactive.config.ViewResolverRegistry
 
defaultViews(View...) - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
Set default views associated with any view name and selected based on the best match for the requested content type.
defaultViews - Variable in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
 
defaultViews - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
DefaultWebClient - Class in org.springframework.web.reactive.function.client
Default implementation of WebClient.
DefaultWebClient(ExchangeFunction, UriBuilderFactory, HttpHeaders, MultiValueMap<String, String>) - Constructor for class org.springframework.web.reactive.function.client.DefaultWebClient
 
DefaultWebClient.DefaultHeaderSpec - Class in org.springframework.web.reactive.function.client
 
DefaultWebClient.DefaultUriSpec - Class in org.springframework.web.reactive.function.client
 
DefaultWebClientBuilder - Class in org.springframework.web.reactive.function.client
Default implementation of WebClient.Builder.
DefaultWebClientBuilder() - Constructor for class org.springframework.web.reactive.function.client.DefaultWebClientBuilder
 
DefaultWebFilterChain() - Constructor for class org.springframework.web.server.handler.FilteringWebHandler.DefaultWebFilterChain
 
DefaultWebSession - Class in org.springframework.web.server.session
Default implementation of WebSession.
DefaultWebSession(String, Clock) - Constructor for class org.springframework.web.server.session.DefaultWebSession
Constructor to create a new session.
DefaultWebSession(String, Map<String, Object>, Clock, Instant, Instant, Duration) - Constructor for class org.springframework.web.server.session.DefaultWebSession
Constructor to load existing session.
DefaultWebSession.State - Enum in org.springframework.web.server.session
 
DefaultWebSessionManager - Class in org.springframework.web.server.session
Default implementation of WebSessionManager with a cookie-based web session id resolution strategy and simple in-memory session persistence.
DefaultWebSessionManager() - Constructor for class org.springframework.web.server.session.DefaultWebSessionManager
 
DefaultWebTestClient - Class in org.springframework.test.web.reactive.server
Default implementation of WebTestClient.
DefaultWebTestClient(WebClient.Builder, ClientHttpConnector, Duration) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient
 
DefaultWebTestClient(DefaultWebTestClient, ExchangeFilterFunction) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClient
 
DefaultWebTestClient.DefaultBodySpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultHeaderSpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultListBodySpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultMapBodySpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultResponseSpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultSingleValueBodySpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultTypeBodySpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.DefaultUriSpec - Class in org.springframework.test.web.reactive.server
 
DefaultWebTestClient.UndecodedExchangeResult - Class in org.springframework.test.web.reactive.server
The ExchangeResult with live, undecoded ClientResponse.
DefaultWebTestClientBuilder - Class in org.springframework.test.web.reactive.server
Default implementation of WebTestClient.Builder.
DefaultWebTestClientBuilder() - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
DefaultWebTestClientBuilder(HttpHandler) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
DefaultWebTestClientBuilder(ClientHttpConnector) - Constructor for class org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder
 
defensiveCopyOfArgs - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
DefensiveShadowMatch(ShadowMatch, ShadowMatch) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
DEFERRED_IMPORT_COMPARATOR - Static variable in class org.springframework.context.annotation.ConfigurationClassParser
 
DeferredImportSelector - Interface in org.springframework.context.annotation
A variation of ImportSelector that runs after all @Configuration beans have been processed.
DeferredImportSelectorHolder(ConfigurationClass, DeferredImportSelector) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
 
deferredImportSelectors - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
deferredProperties - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
DeferredProperty(GroovyBeanDefinitionWrapper, String, Object) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
DeferredQueryInvocationHandler(Query, EntityManager) - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
DeferredResult<T> - Class in org.springframework.web.context.request.async
DeferredResult provides an alternative to using a Callable for asynchronous request processing.
DeferredResult() - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult.
DeferredResult(Long) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value.
DeferredResult(Long, Object) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value and a default result to use in case of timeout.
deferredResult - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
DeferredResult.DeferredResultHandler - Interface in org.springframework.web.context.request.async
Handles a DeferredResult value when set.
DeferredResultAdapter - Interface in org.springframework.web.servlet.mvc.method.annotation
Contract to adapt a single-value async return value to DeferredResult.
DeferredResultInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of DeferredResultProcessingInterceptor's.
DeferredResultInterceptorChain(List<DeferredResultProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
deferredResultInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
DeferredResultMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handler for return values of type DeferredResult, ListenableFuture, CompletionStage and any other async type with a registered adapter.
DeferredResultMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
DeferredResultMethodReturnValueHandler.CompletionStageAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
Adapter for CompletionStage return values.
DeferredResultMethodReturnValueHandler.ListenableFutureAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
Adapter for ListenableFuture return values.
DeferredResultMethodReturnValueHandler.SimpleDeferredResultAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
Adapter for DeferredResult return values.
DeferredResultProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g.
DeferredResultProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods.
DeferredResultProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
 
defineClass(String, byte[]) - Method in class org.springframework.expression.spel.standard.SpelCompiler.ChildClassLoader
 
definesVariable(String) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
 
definition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
definition - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
definitions - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionWrapper - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
DEFS_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
delay - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
delay - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
delegate - Variable in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Object that actually implements the interfaces.
delegate - Variable in class org.springframework.beans.ExtendedBeanInfo
 
delegate - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
delegate - Variable in class org.springframework.beans.factory.xml.ParserContext
 
delegate - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport.CacheOperationInvokerAdapter
 
delegate - Variable in class org.springframework.context.event.GenericApplicationListenerAdapter
 
delegate - Variable in class org.springframework.context.event.SourceFilteringListener
 
delegate - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
delegate - Variable in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
 
delegate - Variable in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
delegate - Variable in class org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
delegate - Variable in class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
 
delegate - Variable in class org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
delegate - Variable in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
delegate - Variable in class org.springframework.jca.work.DelegatingWork
 
delegate - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
delegate - Variable in class org.springframework.scheduling.commonj.DelegatingWork
 
delegate - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
delegate - Variable in class org.springframework.scheduling.quartz.DelegatingJob
 
delegate - Variable in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
delegate - Variable in class org.springframework.test.web.reactive.server.WiretapConnector
 
delegate - Variable in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
 
delegate - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
delegate - Variable in class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
delegate - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
delegate() - Method in class org.springframework.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
 
delegate() - Method in class org.springframework.web.reactive.function.server.DefaultServerRequest.DefaultHeaders
 
delegate - Variable in class org.springframework.web.reactive.function.server.ResourceHandlerFunction.HeadMethodResource
 
delegate - Variable in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
delegate - Variable in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 
delegate - Variable in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient.DefaultNegotiation
 
delegate - Variable in class org.springframework.web.server.DefaultServerWebExchangeBuilder
 
delegate - Variable in class org.springframework.web.server.handler.WebHandlerDecorator
 
delegate - Variable in class org.springframework.web.server.ServerWebExchangeDecorator
 
delegate - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DefaultCallback
 
delegate - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
 
delegate - Variable in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
delegate - Variable in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
delegate - Variable in class org.springframework.web.util.HierarchicalUriComponents.QueryUriTemplateVariables
 
DELEGATE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
delegateApplicationEvents - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry
 
delegateConnectionClosed(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Invoked when the underlying connection is closed.
delegateConnectionEstablished() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateError(Throwable) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateHandler - Variable in class org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter
 
delegateHandler - Variable in class org.springframework.web.reactive.socket.adapter.StandardWebSocketHandlerAdapter
 
delegateLoading(SmartContextLoader, MergedContextConfiguration) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegateMap - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Hold weak references to keys as we don't want to interfere with garbage collection..
delegateMessages(String...) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateMonitor - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
DelegatePerTargetObjectIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatePerTargetObjectIntroductionInterceptor(Class<?>, Class<?>) - Constructor for class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
delegateProcessing(SmartContextLoader, ContextConfigurationAttributes) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegates - Variable in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
List of PersistenceExceptionTranslators
delegates - Variable in class org.springframework.jms.connection.ChainedExceptionListener
List of ExceptionListeners
delegates - Variable in class org.springframework.jms.connection.SingleConnectionFactory.AggregatedExceptionListener
 
delegates - Variable in class org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
delegates - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
delegateServlet - Variable in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
delegateSession - Variable in class org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter
 
delegateSession - Variable in class org.springframework.web.reactive.socket.adapter.StandardWebSocketHandlerAdapter
 
DelegateWebConnection(WebRequestMatcher, WebConnection) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
 
DELEGATING_TRANSFORMER_CLASS_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
DelegatingConnectionFactory - Class in org.springframework.jca.cci.connection
CCI ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory.
DelegatingConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
DelegatingConnectionFactory - Class in org.springframework.jms.connection
javax.jms.ConnectionFactory implementation that delegates all calls to a given target javax.jms.ConnectionFactory, adapting specific create(Queue/Topic)Connection calls to the target ConnectionFactory if necessary (e.g.
DelegatingConnectionFactory() - Constructor for class org.springframework.jms.connection.DelegatingConnectionFactory
 
DelegatingDataSource - Class in org.springframework.jdbc.datasource
JDBC DataSource implementation that delegates all calls to a given target DataSource.
DelegatingDataSource() - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingDataSource(DataSource) - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that delegates to a BeansDtdResolver and a PluggableSchemaResolver for DTDs and XML schemas, respectively.
DelegatingEntityResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to a default BeansDtdResolver and a default PluggableSchemaResolver.
DelegatingEntityResolver(EntityResolver, EntityResolver) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to the given EntityResolvers.
DelegatingErrorHandlingCallable(Callable<V>, ErrorHandler) - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
DelegatingErrorHandlingRunnable - Class in org.springframework.scheduling.support
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - Constructor for class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
Create a new DelegatingErrorHandlingRunnable.
DelegatingFilterProxy - Class in org.springframework.web.filter
Proxy for a standard Servlet Filter, delegating to a Spring-managed bean that implements the Filter interface.
DelegatingFilterProxy() - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy.
DelegatingFilterProxy(Filter) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy with the given Filter delegate.
DelegatingFilterProxy(String, WebApplicationContext) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the given Spring WebApplicationContext.
DelegatingIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatingIntroductionInterceptor(Object) - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor, providing a delegate that implements the interfaces to be introduced.
DelegatingIntroductionInterceptor() - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor.
DelegatingJob - Class in org.springframework.scheduling.quartz
Simple Quartz org.quartz.Job adapter that delegates to a given Runnable instance.
DelegatingJob(Runnable) - Constructor for class org.springframework.scheduling.quartz.DelegatingJob
Create a new DelegatingJob.
DelegatingMessageSource - Class in org.springframework.context.support
Empty MessageSource that delegates all calls to the parent MessageSource.
DelegatingMessageSource() - Constructor for class org.springframework.context.support.DelegatingMessageSource
 
DelegatingNavigationHandlerProxy - Class in org.springframework.web.jsf
JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
DelegatingNavigationHandlerProxy() - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingNavigationHandlerProxy(NavigationHandler) - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingPhaseListenerMulticaster - Class in org.springframework.web.jsf
JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
DelegatingPhaseListenerMulticaster() - Constructor for class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
DelegatingServletConfig(String, ServletContext) - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
DelegatingServletInputStream - Class in org.springframework.mock.web
Delegating implementation of javax.servlet.ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.springframework.mock.web.DelegatingServletInputStream
Create a DelegatingServletInputStream for the given source stream.
DelegatingServletOutputStream - Class in org.springframework.mock.web
Delegating implementation of javax.servlet.ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
DelegatingSmartContextLoader - Class in org.springframework.test.context.support
DelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader (or a GenericGroovyXmlContextLoader if Groovy is present in the classpath) and an AnnotationConfigContextLoader.
DelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.DelegatingSmartContextLoader
 
DelegatingThemeSource - Class in org.springframework.ui.context.support
Empty ThemeSource that delegates all calls to the parent ThemeSource.
DelegatingThemeSource() - Constructor for class org.springframework.ui.context.support.DelegatingThemeSource
 
DelegatingTimerListener - Class in org.springframework.scheduling.commonj
Simple TimerListener adapter that delegates to a given Runnable.
DelegatingTimerListener(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingTimerListener
Create a new DelegatingTimerListener.
DelegatingTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute instance.
DelegatingTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingTransactionDefinition - Class in org.springframework.transaction.support
TransactionDefinition implementation that delegates all calls to a given target TransactionDefinition instance.
DelegatingTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DelegatingTransactionDefinition
Create a DelegatingTransactionAttribute for the given target attribute.
delegatingTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
DelegatingWebConnection - Class in org.springframework.test.web.servlet.htmlunit
Implementation of WebConnection that allows delegating to various WebConnection implementations.
DelegatingWebConnection(WebConnection, List<DelegatingWebConnection.DelegateWebConnection>) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection(WebConnection, DelegatingWebConnection.DelegateWebConnection...) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection.DelegateWebConnection - Class in org.springframework.test.web.servlet.htmlunit
 
DelegatingWebFluxConfiguration - Class in org.springframework.web.reactive.config
A subclass of WebFluxConfigurationSupport that detects and delegates to all beans of type WebFluxConfigurer allowing them to customize the configuration provided by WebFluxConfigurationSupport.
DelegatingWebFluxConfiguration() - Constructor for class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
DelegatingWebMvcConfiguration - Class in org.springframework.web.servlet.config.annotation
A subclass of WebMvcConfigurationSupport that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by WebMvcConfigurationSupport.
DelegatingWebMvcConfiguration() - Constructor for class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
DelegatingWebSocketConfiguration - Class in org.springframework.web.socket.config.annotation
A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling.
DelegatingWebSocketConfiguration() - Constructor for class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
 
DelegatingWebSocketMessageBrokerConfiguration - Class in org.springframework.web.socket.config.annotation
A WebSocketMessageBrokerConfigurationSupport extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport.
DelegatingWebSocketMessageBrokerConfiguration() - Constructor for class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
DelegatingWork - Class in org.springframework.jca.work
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.jca.work.DelegatingWork
Create a new DelegatingWork.
DelegatingWork - Class in org.springframework.scheduling.commonj
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingWork
Create a new DelegatingWork.
DelegatingWorkAdapter(Work, WorkListener, boolean) - Constructor for class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
delete(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP DELETE builder with the given url.
delete(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
Create an HTTP DELETE builder with the given url.
delete() - Method in class org.springframework.mock.web.MockPart
 
delete(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete() - Method in class org.springframework.test.web.reactive.server.DefaultWebTestClient
 
delete() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP DELETE request.
delete(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
delete(String, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
delete() - Method in class org.springframework.web.reactive.function.client.DefaultWebClient
 
delete() - Method in interface org.springframework.web.reactive.function.client.WebClient
Prepare an HTTP DELETE request.
DELETE(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that matches if request's HTTP method is DELETE and the given pattern matches against the request path.
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given String.
deletedInCurrentBuild(String) - Method in class org.springframework.context.index.MetadataCollector
 
deleteFromTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete all rows from the specified tables.
deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(JdbcTemplate, String, String, Object...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete rows from the given table, using the provided WHERE clause.
DeleteMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping HTTP DELETE requests onto specific handler methods.
deleteRecursively(File) - Static method in class org.springframework.util.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
deleteSpecificValues - Variable in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
delimitedListToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
DELIMITER - Static variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
delimiter - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Delimiter to use between each 'input type="checkbox/radio"' tags.
delimiter - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
DELIMITER_PREFIX - Static variable in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
delistResource(XAResource, int) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
DELIVERY_MODE - Static variable in interface org.springframework.jms.support.JmsHeaders
Distribution mode.
deliveryDelay - Variable in class org.springframework.jms.core.JmsTemplate
 
deliveryMode - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
deliveryMode - Variable in class org.springframework.jms.core.JmsTemplate
 
demand - Variable in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
DEMAND_FIELD_UPDATER - Static variable in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
dependencies - Variable in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
 
dependenciesForBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between depending bean names: bean name --> Set of bean names for the bean's dependencies
DEPENDENCY_CHECK_ALL - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for all properties (object references as well as "simple" properties).
DEPENDENCY_CHECK_ALL_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_NONE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates no dependency check at all.
DEPENDENCY_CHECK_OBJECTS - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for object references.
DEPENDENCY_CHECK_OBJECTS_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_SIMPLE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for "simple" properties.
DEPENDENCY_CHECK_SIMPLE_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
dependencyCheck - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
dependencyComparator - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Optional OrderComparator for dependency Lists and arrays
DependencyDescriptor - Class in org.springframework.beans.factory.config
Descriptor for a specific dependency that is about to be injected.
DependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(MethodParameter, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(Field, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyDescriptor(Field, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyDescriptor(DependencyDescriptor) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Copy constructor.
DependencyDescriptor.KotlinDelegate - Class in org.springframework.beans.factory.config
Inner class to avoid a hard dependency on Kotlin at runtime.
DependencyInjectionTestExecutionListener - Class in org.springframework.test.context.support
TestExecutionListener which provides support for dependency injection and initialization of test instances.
DependencyInjectionTestExecutionListener() - Constructor for class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
DependencyObjectProvider(DependencyDescriptor, String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
 
dependentBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between dependent bean names: bean name --> Set of dependent bean names
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
dependsOn - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
DependsOn - Annotation Type in org.springframework.context.annotation
Beans on which the current bean depends.
DeprecatedBeanWarner - Class in org.springframework.beans.factory.config
Bean factory post processor that logs a warning for @Deprecated beans.
DeprecatedBeanWarner() - Constructor for class org.springframework.beans.factory.config.DeprecatedBeanWarner
 
DerbyCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Derby specific implementation for the CallMetaDataProvider interface.
DerbyCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
DerbyEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurer for the Apache Derby database 10.6+.
DerbyEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
DerbyMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.
DerbyMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Default constructor for bean property style usage.
DerbyMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyMaxValueIncrementer(DataSource, String, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The Derby specific implementation of the TableMetaDataProvider.
DerbyTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
desc - Variable in class org.springframework.asm.Context
The descriptor of the method currently being parsed.
desc - Variable in class org.springframework.asm.FieldWriter
The index of the constant pool item that contains the descriptor of this field.
desc - Variable in class org.springframework.asm.Handle
The descriptor of the field or method designated by this handle.
desc - Variable in class org.springframework.asm.Handler
Internal name of the type of exceptions handled by this handler, or null to catch any exceptions.
desc - Variable in class org.springframework.asm.MethodWriter
The index of the constant pool item that contains the descriptor of this method.
description - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
description - Variable in class org.springframework.aop.config.PointcutComponentDefinition
 
description - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
Description - Annotation Type in org.springframework.context.annotation
Adds a textual description to bean definitions derived from Component or Bean.
description - Variable in class org.springframework.core.io.ByteArrayResource
 
description - Variable in class org.springframework.core.io.DescriptiveResource
 
description - Variable in class org.springframework.core.io.InputStreamResource
 
description - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
description - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
description - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
description - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
DESCRIPTION_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DescriptiveResource - Class in org.springframework.core.io
Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
DescriptiveResource(String) - Constructor for class org.springframework.core.io.DescriptiveResource
Create a new DescriptiveResource.
descriptor - Variable in class org.springframework.asm.MethodWriter
The descriptor of this method.
descriptor - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
 
descriptor - Variable in class org.springframework.core.ReactiveAdapter
 
descriptor - Variable in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
 
DescriptorComparison(boolean, boolean, char) - Constructor for class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
deserializationView - Variable in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
deserialize(InputStream) - Method in class org.springframework.core.serializer.DefaultDeserializer
Read from the supplied InputStream and deserialize the contents into an object.
deserialize(InputStream) - Method in interface org.springframework.core.serializer.Deserializer
Read (assemble) an object of type T from the given InputStream.
deserialize(InputStream) - Method in class org.springframework.core.serializer.support.SerializationDelegate
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.springframework.http.converter.json.GsonBuilderUtils.Base64TypeAdapter
 
deserialize(byte[]) - Static method in class org.springframework.util.SerializationUtils
Deserialize the byte array into an object.
Deserializer<T> - Interface in org.springframework.core.serializer
A strategy interface for converting from data in an InputStream to an Object.
deserializer - Variable in class org.springframework.core.serializer.support.DeserializingConverter
 
deserializer - Variable in class org.springframework.core.serializer.support.SerializationDelegate
 
deserializerByType(Class<?>, <any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom deserializer for the given type.
deserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
deserializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
deserializers(<any>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers.
deserializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers for the given types.
deserializeState(Serializable) - Method in class org.springframework.mock.web.MockHttpSession
Deserialize the attributes of this session from a state object created by MockHttpSession.serializeState().
deserializeValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
DeserializingConverter - Class in org.springframework.core.serializer.support
A Converter that delegates to a Deserializer to convert data in a byte array to an object.
DeserializingConverter() - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter with default ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DeserializingConverter(ClassLoader) - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter for using an ObjectInputStream with the given ClassLoader.
DeserializingConverter(Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter that delegates to the provided Deserializer.
destination - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
destination - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destination - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
destination - Variable in class org.springframework.jms.listener.adapter.JmsResponse
 
DESTINATION - Static variable in interface org.springframework.jms.support.JmsHeaders
Name of the destination (topic or queue) of the message.
destination - Variable in enum org.springframework.messaging.simp.stomp.StompCommand
 
DESTINATION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
destination - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
 
destination - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
 
DESTINATION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
DESTINATION_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TEMPLATE_VARIABLES_HEADER - Static variable in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
DESTINATION_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_DURABLE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_QUEUE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_SHARED_DURABLE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_SHARED_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
destinationCache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
destinationCache - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
DestinationCache() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
 
DestinationCacheKey(Destination) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destinationConditions - Variable in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
destinationEquals(CachingConnectionFactory.DestinationCacheKey) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destinationLookup - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
destinationLookup - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
destinationName - Variable in class org.springframework.jms.listener.adapter.JmsResponse.DestinationNameHolder
 
destinationName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.DestinationNameHolder
 
DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.JmsResponse.DestinationNameHolder
 
DestinationPatternsMessageCondition - Class in org.springframework.messaging.handler
A MessageCondition for matching the destination of a Message against one or more destination patterns using a PathMatcher.
DestinationPatternsMessageCondition(String...) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Creates a new instance with the given destination patterns.
DestinationPatternsMessageCondition(String[], PathMatcher) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Alternative constructor accepting a custom PathMatcher.
DestinationPatternsMessageCondition(Collection<String>, PathMatcher) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
 
destinationPrefix - Variable in class org.springframework.messaging.simp.SimpMessagingTemplate
 
destinationPrefixes - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
destinationPrefixes - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
destinationPrefixes - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
DestinationResolutionException - Exception in org.springframework.jms.support.destination
Thrown by a DestinationResolver when it cannot resolve a destination name.
DestinationResolutionException(String) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
DestinationResolutionException - Exception in org.springframework.messaging.core
Thrown by a DestinationResolver when it cannot resolve a destination.
DestinationResolutionException(String) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
 
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
 
destinationResolver - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
destinationResolver - Variable in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
destinationResolver - Variable in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
destinationResolver - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
destinationResolver - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
DestinationResolver - Interface in org.springframework.jms.support.destination
Strategy interface for resolving JMS destinations.
destinationResolver - Variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
 
destinationResolver - Variable in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
DestinationResolver<D> - Interface in org.springframework.messaging.core
Strategy for resolving a String destination name to an actual destination of type <D>.
destinationResolver - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
DestinationResolvingMessageReceivingOperations<D> - Interface in org.springframework.messaging.core
Extends MessageReceivingOperations and adds operations for receiving messages from a destination specified as a (resolvable) String name.
DestinationResolvingMessageRequestReplyOperations<D> - Interface in org.springframework.messaging.core
Extends MessageRequestReplyOperations and adds operations for sending and receiving messages to and from a destination specified as a (resolvable) String name.
DestinationResolvingMessageSendingOperations<D> - Interface in org.springframework.messaging.core
Extends MessageSendingOperations and adds operations for sending messages to a destination specified as a (resolvable) String name.
destinationString - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
DestinationUserNameProvider - Interface in org.springframework.messaging.simp.user
A Principal can also implement this contract when getName() isn't globally unique and therefore not suited for use with "user" destinations.
DestinationVariable - Annotation Type in org.springframework.messaging.handler.annotation
Annotation that indicates a method parameter should be bound to a template variable in a destination template string.
DestinationVariableMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves method parameters annotated with @DestinationVariable.
DestinationVariableMethodArgumentResolver(ConversionService) - Constructor for class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
DestinationVariableMethodArgumentResolver.DestinationVariableNamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
 
DestinationVariableNamedValueInfo(DestinationVariable) - Constructor for class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver.DestinationVariableNamedValueInfo
 
DestinationVariablePlaceholderResolver(Map<String, String>) - Constructor for class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler.DestinationVariablePlaceholderResolver
 
destroy() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Destroys the internal BeanFactory on shutdown of the TargetSourceCreator.
destroy() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
Closes the underlying ObjectPool when destroying this object.
destroy() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Dispose of targets if necessary; clear ThreadLocal.
destroy() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Destroy the singleton instance, if any.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroy() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Release references to the BeanFactory and BeanWiringInfoResolver when the container is destroyed.
destroy() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
destroy() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
destroy() - Method in class org.springframework.context.support.AbstractApplicationContext
DisposableBean callback for destruction of this instance.
destroy() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
destroy() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Remove the cached session bean instance, if necessary.
destroy() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
Deprecated.
 
destroy() - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
destroy() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the underlying Connection.
destroy() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the message endpoint, preparing it for shutdown.
destroy() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Stops the ResourceAdapter.
destroy() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
destroy() - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database cleaner to clean up the database.
destroy() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying Connection.
destroy() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
 
destroy() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the underlying shared connection.
destroy() - Method in class org.springframework.jms.listener.