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 - 接口 中的静态变量org.springframework.asm.Opcodes
 
AASTORE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ABORT - org.springframework.messaging.simp.stomp.StompCommand
 
absolute(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the given row number in the row set, just after the last row.
ABSTAIN - org.springframework.beans.factory.config.YamlProcessor.MatchStatus
The matcher should not be considered.
ABSTRACT_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ABSTRACT_KEY - 类 中的静态变量org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(abstract)=true Default is "false".
AbstractAdaptableMessageListener - org.springframework.jms.listener.adapter中的类
An abstract JMS MessageListener adapter providing the necessary infrastructure to extract the payload of a JMS Message.
AbstractAdaptableMessageListener() - 类 的构造器org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
AbstractAdvisingBeanPostProcessor - org.springframework.aop.framework中的类
Base class for BeanPostProcessor implementations that apply a Spring AOP Advisor to specific beans.
AbstractAdvisingBeanPostProcessor() - 类 的构造器org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
AbstractAdvisorAutoProxyCreator - org.springframework.aop.framework.autoproxy中的类
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - 类 的构造器org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAnnotationConfigDispatcherServletInitializer - org.springframework.web.servlet.support中的类
WebApplicationInitializer to register a DispatcherServlet and use Java-based Spring configuration.
AbstractAnnotationConfigDispatcherServletInitializer() - 类 的构造器org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractApplicationContext - org.springframework.context.support中的类
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - 类 的构造器org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationEventMulticaster - org.springframework.context.event中的类
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - 类 的构造器org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractAspectJAdvice - 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) - 类 的构造器org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a new AbstractAspectJAdvice for the given advice method.
AbstractAspectJAdvisorFactory - 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() - 类 的构造器org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends Annotation> - org.springframework.aop.aspectj.annotation中的类
Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AbstractAspectJAdvisorFactory.AspectJAnnotationType - org.springframework.aop.aspectj.annotation中的枚举
Enum for AspectJ annotation types.
AbstractAsyncConfiguration - org.springframework.scheduling.annotation中的类
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - 类 的构造器org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractAsyncReturnValueHandler - 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() - 类 的构造器org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
AbstractAtomFeedView - org.springframework.web.servlet.view.feed中的类
Abstract superclass for Atom Feed views, using the ROME package.
AbstractAtomFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
AbstractAutoProxyCreator - 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() - 类 的构造器org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - org.springframework.beans.factory.support中的类
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - 类 的构造器org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - 类 的构造器org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractBeanDefinition - org.springframework.beans.factory.support中的类
Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of GenericBeanDefinition, RootBeanDefinition, and ChildBeanDefinition.
AbstractBeanDefinition() - 类 的构造器org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(BeanDefinition) - 类 的构造器org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - 类 的构造器org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinitionParser - 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() - 类 的构造器org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - org.springframework.beans.factory.support中的类
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - 类 的构造器org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - org.springframework.beans.factory.support中的类
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - 类 的构造器org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - 类 的构造器org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryAwareAdvisingPostProcessor - 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() - 类 的构造器org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
 
AbstractBeanFactoryBasedTargetSource - org.springframework.aop.target中的类
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - 类 的构造器org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - org.springframework.aop.framework.autoproxy.target中的类
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - 类 的构造器org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - 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() - 类 的构造器org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - org.springframework.validation中的类
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - 类 的构造器org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractBrokerMessageHandler - org.springframework.messaging.simp.broker中的类
Abstract base class for a MessageHandler that broker messages to registered subscribers.
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel) - 类 的构造器org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with no destination prefixes (matches all destinations).
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - 类 的构造器org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with destination prefixes to match to destinations of messages.
AbstractBrokerRegistration - org.springframework.messaging.simp.config中的类
Base class for message broker registration classes.
AbstractBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - 类 的构造器org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
AbstractCacheInvoker - org.springframework.cache.interceptor中的类
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
AbstractCacheInvoker() - 类 的构造器org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheInvoker(CacheErrorHandler) - 类 的构造器org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheManager - org.springframework.cache.support中的类
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - 类 的构造器org.springframework.cache.support.AbstractCacheManager
 
AbstractCacheResolver - 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() - 类 的构造器org.springframework.cache.interceptor.AbstractCacheResolver
Construct a new AbstractCacheResolver.
AbstractCacheResolver(CacheManager) - 类 的构造器org.springframework.cache.interceptor.AbstractCacheResolver
Construct a new AbstractCacheResolver for the given CacheManager.
AbstractCachingConfiguration - org.springframework.cache.annotation中的类
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
AbstractCachingConfiguration() - 类 的构造器org.springframework.cache.annotation.AbstractCachingConfiguration
 
AbstractCachingViewResolver - org.springframework.web.servlet.view中的类
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - 类 的构造器org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCachingViewResolver.CacheFilter - org.springframework.web.servlet.view中的接口
Filter that determines if view should be cached.
AbstractCheckedElementTag - 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() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClassGenerator<T> - org.springframework.cglib.core中的类
Abstract class for all code-generating CGLIB utilities.
AbstractClassGenerator(AbstractClassGenerator.Source) - 类 的构造器org.springframework.cglib.core.AbstractClassGenerator
 
AbstractClassGenerator.ClassLoaderData - org.springframework.cglib.core中的类
 
AbstractClassGenerator.Source - org.springframework.cglib.core中的类
 
AbstractClassTestingTypeFilter - org.springframework.core.type.filter中的类
Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractClassTestingTypeFilter() - 类 的构造器org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
AbstractClientHttpRequest - org.springframework.http.client中的类
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest - org.springframework.http.client.reactive中的类
Base class for ClientHttpRequest implementations.
AbstractClientHttpRequest() - 类 的构造器org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequest() - 类 的构造器org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequest(HttpHeaders) - 类 的构造器org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - org.springframework.http.client中的类
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - 类 的构造器org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - org.springframework.http.client中的类
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - 类 的构造器org.springframework.http.client.AbstractClientHttpResponse
 
AbstractClientSockJsSession - org.springframework.web.socket.sockjs.client中的类
Base class for SockJS client implementations of WebSocketSession.
AbstractClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - 类 的构造器org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AbstractColumnMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
AbstractComponentDefinition - org.springframework.beans.factory.parsing中的类
Base implementation of ComponentDefinition that provides a basic implementation of AbstractComponentDefinition.getDescription() which delegates to ComponentDefinition.getName().
AbstractComponentDefinition() - 类 的构造器org.springframework.beans.factory.parsing.AbstractComponentDefinition
 
AbstractConfigurableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractContextLoader - org.springframework.test.context.support中的类
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - 类 的构造器org.springframework.test.context.support.AbstractContextLoader
 
AbstractContextLoaderInitializer - org.springframework.web.context中的类
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - 类 的构造器org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - org.springframework.web.servlet.mvc中的类
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - 类 的构造器org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController which supports HTTP methods GET, HEAD and POST by default.
AbstractController(boolean) - 类 的构造器org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController.
AbstractCookieValueMethodArgumentResolver - org.springframework.web.method.annotation中的类
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
AbstractDataBoundFormElementTag - org.springframework.web.servlet.tags.form中的类
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataBufferDecoder<T> - org.springframework.core.codec中的类
Abstract base class for Decoder implementations that can decode a DataBuffer directly to the target element type.
AbstractDataBufferDecoder(MimeType...) - 类 的构造器org.springframework.core.codec.AbstractDataBufferDecoder
 
AbstractDataFieldMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - org.springframework.jdbc.datasource中的类
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - 类 的构造器org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDecoder<T> - org.springframework.core.codec中的类
Abstract base class for Decoder implementations.
AbstractDecoder(MimeType...) - 类 的构造器org.springframework.core.codec.AbstractDecoder
 
AbstractDelegatingSmartContextLoader - 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() - 类 的构造器org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
AbstractDestinationResolvingMessagingTemplate<D> - org.springframework.messaging.core中的类
An extension of AbstractMessagingTemplate that adds operations for sending messages to a resolvable destination name.
AbstractDestinationResolvingMessagingTemplate() - 类 的构造器org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
AbstractDetectingUrlHandlerMapping - 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() - 类 的构造器org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
AbstractDirtiesContextTestExecutionListener - 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() - 类 的构造器org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
AbstractDispatcherServletInitializer - org.springframework.web.servlet.support中的类
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - 类 的构造器org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - org.springframework.jdbc.datasource中的类
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - 类 的构造器org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEncoder<T> - org.springframework.core.codec中的类
Abstract base class for Decoder implementations.
AbstractEncoder(MimeType...) - 类 的构造器org.springframework.core.codec.AbstractEncoder
 
AbstractEncoderMethodReturnValueHandler - org.springframework.messaging.handler.invocation.reactive中的类
Base class for a return value handler that encodes return values to Flux<DataBuffer> through the configured Encoders.
AbstractEncoderMethodReturnValueHandler(List<Encoder<?>>, ReactiveAdapterRegistry) - 类 的构造器org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 
AbstractEntityManagerFactoryBean - org.springframework.orm.jpa中的类
Abstract FactoryBean that creates a local JPA EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - 类 的构造器org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractEnvironment - org.springframework.core.env中的类
Abstract base class for Environment implementations.
AbstractEnvironment() - 类 的构造器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 - org.springframework.validation中的类
Abstract implementation of the Errors interface.
AbstractErrors() - 类 的构造器org.springframework.validation.AbstractErrors
 
AbstractExceptionHandlerMethodResolver - 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>) - 类 的构造器org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Protected constructor accepting exception-to-method mappings.
AbstractExpressionPointcut - org.springframework.aop.support中的类
Abstract superclass for expression pointcuts, offering location and expression properties.
AbstractExpressionPointcut() - 类 的构造器org.springframework.aop.support.AbstractExpressionPointcut
 
AbstractFactoryBean<T> - org.springframework.beans.factory.config中的类
Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AbstractFactoryBean() - 类 的构造器org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFallbackCacheOperationSource - org.springframework.cache.interceptor中的类
Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractFallbackCacheOperationSource() - 类 的构造器org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
AbstractFallbackJCacheOperationSource - org.springframework.cache.jcache.interceptor中的类
Abstract implementation of JCacheOperationSource that caches attributes for methods and implements a fallback policy: 1. specific target method; 2. declaring method.
AbstractFallbackJCacheOperationSource() - 类 的构造器org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
AbstractFallbackSQLExceptionTranslator - org.springframework.jdbc.support中的类
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - 类 的构造器org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractFallbackTransactionAttributeSource() - 类 的构造器org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFeedView<T extends com.rometools.rome.feed.WireFeed> - org.springframework.web.servlet.view.feed中的类
Abstract base class for Atom and RSS Feed views, using the ROME package.
AbstractFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractFeedView
 
AbstractFileNameVersionStrategy - org.springframework.web.reactive.resource中的类
Abstract base class for filename suffix based VersionStrategy implementations, e.g.
AbstractFileNameVersionStrategy() - 类 的构造器org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy
 
AbstractFileResolvingResource - org.springframework.core.io中的类
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - 类 的构造器org.springframework.core.io.AbstractFileResolvingResource
 
AbstractFlashMapManager - org.springframework.web.servlet.support中的类
A base class for FlashMapManager implementations.
AbstractFlashMapManager() - 类 的构造器org.springframework.web.servlet.support.AbstractFlashMapManager
 
AbstractFormTag - org.springframework.web.servlet.tags.form中的类
Base class for all JSP form tags.
AbstractFormTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractFormTag
 
AbstractGenericContextLoader - org.springframework.test.context.support中的类
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AbstractGenericContextLoader() - 类 的构造器org.springframework.test.context.support.AbstractGenericContextLoader
 
AbstractGenericHttpMessageConverter<T> - org.springframework.http.converter中的类
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
AbstractGenericPointcutAdvisor - org.springframework.aop.support中的类
Abstract generic PointcutAdvisor that allows for any Advice to be configured.
AbstractGenericPointcutAdvisor() - 类 的构造器org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
AbstractGenericWebContextLoader - org.springframework.test.context.web中的类
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - 类 的构造器org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - org.springframework.web.reactive.handler中的类
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - 类 的构造器org.springframework.web.reactive.handler.AbstractHandlerMapping
 
AbstractHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMethodAdapter - org.springframework.web.servlet.mvc.method中的类
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - 类 的构造器org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - org.springframework.web.reactive.result.method中的类
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping<T> - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - 类 的构造器org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandshakeHandler - org.springframework.web.socket.server.support中的类
A base class for HandshakeHandler implementations, independent from the Servlet API.
AbstractHandshakeHandler() - 类 的构造器org.springframework.web.socket.server.support.AbstractHandshakeHandler
Default constructor that auto-detects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
AbstractHandshakeHandler(RequestUpgradeStrategy) - 类 的构造器org.springframework.web.socket.server.support.AbstractHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
AbstractHeaderMapper<T> - org.springframework.messaging.support中的类
A base HeaderMapper implementation.
AbstractHeaderMapper() - 类 的构造器org.springframework.messaging.support.AbstractHeaderMapper
 
AbstractHtmlElementBodyTag - org.springframework.web.servlet.tags.form中的类
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - org.springframework.web.servlet.tags.form中的类
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - org.springframework.web.servlet.tags.form中的类
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - org.springframework.remoting.httpinvoker中的类
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - 类 的构造器org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - org.springframework.http.converter中的类
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(Charset, MediaType...) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with a default charset and multiple supported media types.
AbstractHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media types.
AbstractHttpReceivingTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
Base class for HTTP transport handlers that receive messages via HTTP POST.
AbstractHttpReceivingTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
AbstractHttpSendingTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
Base class for HTTP transport handlers that push messages to connected clients.
AbstractHttpSendingTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
AbstractHttpSockJsSession - 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>) - 类 的构造器org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AbstractIdentityColumnMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations which are based on identity columns in a sequence-like table.
AbstractIdentityColumnMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractIdentityColumnMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
AbstractInterceptorDrivenBeanDefinitionDecorator - org.springframework.aop.config中的类
Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AbstractInterceptorDrivenBeanDefinitionDecorator() - 类 的构造器org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
AbstractInterruptibleBatchPreparedStatementSetter - 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() - 类 的构造器org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJackson2Decoder - org.springframework.http.codec.json中的类
Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.
AbstractJackson2Decoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.AbstractJackson2Decoder
Constructor with a Jackson ObjectMapper to use.
AbstractJackson2Encoder - org.springframework.http.codec.json中的类
Base class providing support methods for Jackson 2.9 encoding.
AbstractJackson2Encoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.AbstractJackson2Encoder
Constructor with a Jackson ObjectMapper to use.
AbstractJackson2HttpMessageConverter - org.springframework.http.converter.json中的类
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2View - org.springframework.web.servlet.view.json中的类
Abstract base class for Jackson based and content type independent AbstractView implementations.
AbstractJackson2View(ObjectMapper, String) - 类 的构造器org.springframework.web.servlet.view.json.AbstractJackson2View
 
AbstractJaxb2HttpMessageConverter<T> - org.springframework.http.converter.xml中的类
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - org.springframework.remoting.jaxws中的类
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - 类 的构造器org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJCacheConfiguration - org.springframework.cache.jcache.config中的类
Abstract JSR-107 specific @Configuration class providing common structure for enabling JSR-107 annotation-driven cache management capability.
AbstractJCacheConfiguration() - 类 的构造器org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
AbstractJdbcCall - org.springframework.jdbc.core.simple中的类
Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database meta-data.
AbstractJdbcCall(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a DataSource.
AbstractJdbcCall(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a JdbcTemplate.
AbstractJdbcInsert - org.springframework.jdbc.core.simple中的类
Abstract class to provide base functionality for easy inserts based on configuration options and database meta-data.
AbstractJdbcInsert(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a DataSource.
AbstractJdbcInsert(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a JdbcTemplate.
AbstractJmsListenerContainerFactory<C extends AbstractMessageListenerContainer> - org.springframework.jms.config中的类
Base JmsListenerContainerFactory for Spring's base container implementation.
AbstractJmsListenerContainerFactory() - 类 的构造器org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
AbstractJmsListenerEndpoint - org.springframework.jms.config中的类
Base model for a JMS listener endpoint.
AbstractJmsListenerEndpoint() - 类 的构造器org.springframework.jms.config.AbstractJmsListenerEndpoint
 
AbstractJmsListeningContainer - 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() - 类 的构造器org.springframework.jms.listener.AbstractJmsListeningContainer
 
AbstractJmsListeningContainer.SharedConnectionNotInitializedException - org.springframework.jms.listener中的异常错误
Exception that indicates that the initial setup of this container's shared JMS Connection failed.
AbstractJmxAttribute - org.springframework.jmx.export.metadata中的类
Base class for all JMX metadata classes.
AbstractJmxAttribute() - 类 的构造器org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJpaVendorAdapter - org.springframework.orm.jpa.vendor中的类
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.
AbstractJpaVendorAdapter() - 类 的构造器org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
AbstractJsonHttpMessageConverter - org.springframework.http.converter.json中的类
Common base class for plain JSON converters, e.g.
AbstractJsonHttpMessageConverter() - 类 的构造器org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
AbstractJUnit4SpringContextTests - org.springframework.test.context.junit4中的类
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 4 environment.
AbstractJUnit4SpringContextTests() - 类 的构造器org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractLazyCreationTargetSource - org.springframework.aop.target中的类
TargetSource implementation that will lazily create a user-managed object.
AbstractLazyCreationTargetSource() - 类 的构造器org.springframework.aop.target.AbstractLazyCreationTargetSource
 
AbstractLinkParser() - 类 的构造器org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
 
AbstractLinkParser() - 类 的构造器org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
AbstractListenerReadPublisher<T> - org.springframework.http.server.reactive中的类
Abstract base class for Publisher implementations that bridge between event-listener read APIs and Reactive Streams.
AbstractListenerReadPublisher() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
AbstractListenerReadPublisher(String) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerReadPublisher
Create an instance with the given log prefix.
AbstractListenerServerHttpResponse - org.springframework.http.server.reactive中的类
Abstract base class for listener-based server responses, e.g.
AbstractListenerServerHttpResponse(DataBufferFactory) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
AbstractListenerServerHttpResponse(DataBufferFactory, HttpHeaders) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
AbstractListenerWebSocketSession<T> - 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) - 类 的构造器org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
Base constructor.
AbstractListenerWebSocketSession(T, String, HandshakeInfo, DataBufferFactory, MonoProcessor<Void>) - 类 的构造器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.WebSocketSendProcessor - org.springframework.web.reactive.socket.adapter中的类
Processor to send web socket messages.
AbstractListenerWriteFlushProcessor<T> - 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() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
AbstractListenerWriteFlushProcessor(String) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Create an instance with the given log prefix.
AbstractListenerWriteProcessor<T> - org.springframework.http.server.reactive中的类
Abstract base class for Processor implementations that bridge between event-listener write APIs and Reactive Streams.
AbstractListenerWriteProcessor() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
AbstractListenerWriteProcessor(String) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Create an instance with the given log prefix.
AbstractLobCreatingPreparedStatementCallback - org.springframework.jdbc.core.support中的类
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - 类 的构造器org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - org.springframework.jdbc.support.lob中的类
Abstract base class for LobHandler implementations.
AbstractLobHandler() - 类 的构造器org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor<T> - org.springframework.jdbc.core.support中的类
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - 类 的构造器org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLocaleContextResolver - org.springframework.web.servlet.i18n中的类
Abstract base class for LocaleContextResolver implementations.
AbstractLocaleContextResolver() - 类 的构造器org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
AbstractLocaleResolver - org.springframework.web.servlet.i18n中的类
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMappingContentNegotiationStrategy - org.springframework.web.accept中的类
Base class for ContentNegotiationStrategy implementations with the steps to resolve a request to media types.
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
AbstractMappingJacksonResponseBodyAdvice - 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() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
AbstractMarshaller - org.springframework.oxm.support中的类
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - 类 的构造器org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - 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() - 类 的构造器org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMessageBrokerConfiguration - org.springframework.messaging.simp.config中的类
Provides essential configuration for handling messages with simple messaging protocols such as STOMP.
AbstractMessageBrokerConfiguration() - 类 的构造器org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected constructor.
AbstractMessageChannel - org.springframework.messaging.support中的类
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - 类 的构造器org.springframework.messaging.support.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorChain - org.springframework.messaging.support中的类
Assists with the invocation of the configured channel interceptors.
AbstractMessageCondition<T extends AbstractMessageCondition<T>> - org.springframework.messaging.handler中的类
AbstractMessageCondition() - 类 的构造器org.springframework.messaging.handler.AbstractMessageCondition
 
AbstractMessageConverter - 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(Collection<MimeType>) - 类 的构造器org.springframework.messaging.converter.AbstractMessageConverter
Constructor with a Collection of MIME types.
AbstractMessageConverter(MimeType) - 类 的构造器org.springframework.messaging.converter.AbstractMessageConverter
Constructor with a single MIME type.
AbstractMessageConverter(MimeType...) - 类 的构造器org.springframework.messaging.converter.AbstractMessageConverter
Constructor with one or more MIME types via vararg.
AbstractMessageConverterMethodArgumentResolver - 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<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Basic constructor with converters only.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
AbstractMessageConverterMethodProcessor - 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<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters only.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager as well as request/response body advice instances.
AbstractMessageEndpoint() - 类 的构造器org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory - org.springframework.jca.endpoint中的类
Abstract base implementation of the JCA 1.7 MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - 类 的构造器org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - org.springframework.jca.endpoint中的类
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMessageListenerContainer - org.springframework.jms.listener中的类
Abstract base class for Spring message listener container implementations.
AbstractMessageListenerContainer() - 类 的构造器org.springframework.jms.listener.AbstractMessageListenerContainer
 
AbstractMessageReaderArgumentResolver - 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<?>>) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Constructor with HttpMessageReader's and a Validator.
AbstractMessageReaderArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Constructor that also accepts a ReactiveAdapterRegistry.
AbstractMessageReceivingTemplate<D> - org.springframework.messaging.core中的类
An extension of AbstractMessageSendingTemplate that adds support for receive style operations as defined by MessageReceivingOperations.
AbstractMessageReceivingTemplate() - 类 的构造器org.springframework.messaging.core.AbstractMessageReceivingTemplate
 
AbstractMessageSendingTemplate<D> - org.springframework.messaging.core中的类
Abstract base class for implementations of MessageSendingOperations.
AbstractMessageSendingTemplate() - 类 的构造器org.springframework.messaging.core.AbstractMessageSendingTemplate
 
AbstractMessageSource - 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() - 类 的构造器org.springframework.context.support.AbstractMessageSource
 
AbstractMessageWriterResultHandler - 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) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
Constructor with HttpMessageWriters and a RequestedContentTypeResolver.
AbstractMessageWriterResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
Constructor with an additional ReactiveAdapterRegistry.
AbstractMessagingTemplate<D> - org.springframework.messaging.core中的类
An extension of AbstractMessageReceivingTemplate that adds support for request-reply style operations as defined by MessageRequestReplyOperations.
AbstractMessagingTemplate() - 类 的构造器org.springframework.messaging.core.AbstractMessagingTemplate
 
AbstractMethodMessageHandler<T> - org.springframework.messaging.handler.invocation中的类
Abstract base class for HandlerMethod-based message handling.
AbstractMethodMessageHandler<T> - org.springframework.messaging.handler.invocation.reactive中的类
Abstract base class for reactive HandlerMethod-based message handling.
AbstractMethodMessageHandler() - 类 的构造器org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
AbstractMethodMessageHandler() - 类 的构造器org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - 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() - 类 的构造器org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
AbstractMonitoringInterceptor - org.springframework.aop.interceptor中的类
Base class for monitoring interceptors, such as performance monitors.
AbstractMonitoringInterceptor() - 类 的构造器org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
AbstractMultiCheckedElementTag - 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() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
AbstractMultipartHttpServletRequest - org.springframework.web.multipart.support中的类
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - 类 的构造器org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueArgumentResolver - org.springframework.web.reactive.result.method.annotation中的类
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Create a new AbstractNamedValueArgumentResolver instance.
AbstractNamedValueArgumentResolver.NamedValueInfo - 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 - org.springframework.messaging.handler.annotation.reactive中的类
Abstract base class to resolve method arguments from a named value, e.g.
AbstractNamedValueMethodArgumentResolver - org.springframework.messaging.handler.annotation.support中的类
Abstract base class to resolve method arguments from a named value, e.g.
AbstractNamedValueMethodArgumentResolver - org.springframework.web.method.annotation中的类
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - 类 的构造器org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - 类 的构造器org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - org.springframework.messaging.handler.annotation.reactive中的类
Represents a named value declaration.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - org.springframework.messaging.handler.annotation.support中的类
Represents a named value declaration.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - org.springframework.web.method.annotation中的类
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueSyncArgumentResolver - org.springframework.web.reactive.result.method.annotation中的类
An extension of AbstractNamedValueArgumentResolver for named value resolvers that are synchronous and yet non-blocking.
AbstractNamedValueSyncArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
AbstractNestablePropertyAccessor - org.springframework.beans中的类
A basic ConfigurablePropertyAccessor that provides the necessary infrastructure for all typical use cases.
AbstractNestablePropertyAccessor() - 类 的构造器org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(boolean) - 类 的构造器org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(Class<?>) - 类 的构造器org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor, wrapping a new instance of the specified class.
AbstractNestablePropertyAccessor(Object) - 类 的构造器org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object.
AbstractNestablePropertyAccessor(Object, String, Object) - 类 的构造器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) - 类 的构造器org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor.PropertyHandler - org.springframework.beans中的类
A handler for a specific property.
AbstractNestablePropertyAccessor.PropertyTokenHolder - org.springframework.beans中的类
Holder class used to store property tokens.
AbstractNioBufferReactorNettyCodec<P> - org.springframework.messaging.tcp.reactor中的类
Convenient base class for ReactorNettyCodec implementations that need to work with NIO ByteBuffers.
AbstractNioBufferReactorNettyCodec() - 类 的构造器org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
 
AbstractNumberFormatter - org.springframework.format.number中的类
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - 类 的构造器org.springframework.format.number.AbstractNumberFormatter
 
AbstractPdfStamperView - org.springframework.web.servlet.view.document中的类
Abstract superclass for PDF views that operate on an existing document with an AcroForm.
AbstractPdfStamperView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
AbstractPdfView - org.springframework.web.servlet.view.document中的类
Abstract superclass for PDF views.
AbstractPdfView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPlatformTransactionManager - 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() - 类 的构造器org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder - org.springframework.transaction.support中的类
Holder for suspended resources.
AbstractPointcutAdvisor - org.springframework.aop.support中的类
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - 类 的构造器org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPollingMessageListenerContainer - org.springframework.jms.listener中的类
Base class for listener container implementations which are based on polling.
AbstractPollingMessageListenerContainer() - 类 的构造器org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
AbstractPoolingTargetSource - 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() - 类 的构造器org.springframework.aop.target.AbstractPoolingTargetSource
 
AbstractPrefixVersionStrategy - org.springframework.web.reactive.resource中的类
Abstract base class for VersionStrategy implementations that insert a prefix into the URL path, e.g.
AbstractPrefixVersionStrategy(String) - 类 的构造器org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy
 
AbstractPropertyAccessor - org.springframework.beans中的类
Abstract implementation of the PropertyAccessor interface.
AbstractPropertyAccessor() - 类 的构造器org.springframework.beans.AbstractPropertyAccessor
 
AbstractPropertyBindingResult - org.springframework.validation中的类
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - 类 的构造器org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractPropertyResolver - org.springframework.core.env中的类
Abstract base class for resolving properties against any underlying source.
AbstractPropertyResolver() - 类 的构造器org.springframework.core.env.AbstractPropertyResolver
 
AbstractPrototypeBasedTargetSource - 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() - 类 的构造器org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractReactiveTransactionManager - org.springframework.transaction.reactive中的类
Abstract base class that implements Spring's standard reactive transaction workflow, serving as basis for concrete platform transaction managers.
AbstractReactiveTransactionManager() - 类 的构造器org.springframework.transaction.reactive.AbstractReactiveTransactionManager
 
AbstractReactiveTransactionManager.SuspendedResourcesHolder - org.springframework.transaction.reactive中的类
Holder for suspended resources.
AbstractReactiveWebInitializer - org.springframework.web.server.adapter中的类
Base class for a WebApplicationInitializer that installs a Spring Reactive Web Application on a Servlet container.
AbstractReactiveWebInitializer() - 类 的构造器org.springframework.web.server.adapter.AbstractReactiveWebInitializer
 
AbstractReflectiveMBeanInfoAssembler - 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() - 类 的构造器org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - 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() - 类 的构造器org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableConfigApplicationContext - org.springframework.context.support中的类
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractRefreshableConfigApplicationContext() - 类 的构造器org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with no parent.
AbstractRefreshableConfigApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
AbstractRefreshableTargetSource - org.springframework.aop.target.dynamic中的类
Abstract TargetSource implementation that wraps a refreshable target object.
AbstractRefreshableTargetSource() - 类 的构造器org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
AbstractRefreshableWebApplicationContext - org.springframework.web.context.support中的类
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - 类 的构造器org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - org.springframework.aop.support中的类
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - 类 的构造器org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRequestAttributes - 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() - 类 的构造器org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - org.springframework.web.context.request中的类
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - 类 的构造器org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - org.springframework.web.reactive.result.condition中的类
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - org.springframework.web.servlet.mvc.condition中的类
AbstractRequestCondition() - 类 的构造器org.springframework.web.reactive.result.condition.AbstractRequestCondition
 
AbstractRequestCondition() - 类 的构造器org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestExpectationManager - 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() - 类 的构造器org.springframework.test.web.client.AbstractRequestExpectationManager
 
AbstractRequestExpectationManager.RequestExpectationGroup - org.springframework.test.web.client中的类
Helper class to manage a group of remaining expectations.
AbstractRequestLoggingFilter - org.springframework.web.filter中的类
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - 类 的构造器org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractResource - org.springframework.core.io中的类
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - 类 的构造器org.springframework.core.io.AbstractResource
 
AbstractResourceBasedMessageSource - org.springframework.context.support中的类
Abstract base class for MessageSource implementations based on resource bundle conventions, such as ResourceBundleMessageSource and ReloadableResourceBundleMessageSource.
AbstractResourceBasedMessageSource() - 类 的构造器org.springframework.context.support.AbstractResourceBasedMessageSource
 
AbstractResourceResolver - org.springframework.web.reactive.resource中的类
Base ResourceResolver providing consistent logging.
AbstractResourceResolver - org.springframework.web.servlet.resource中的类
Base class for ResourceResolver implementations.
AbstractResourceResolver() - 类 的构造器org.springframework.web.reactive.resource.AbstractResourceResolver
 
AbstractResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.AbstractResourceResolver
 
AbstractRoutingDataSource - 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() - 类 的构造器org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - org.springframework.web.servlet.view.feed中的类
Abstract superclass for RSS Feed views, using the ROME package.
AbstractRssFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServerHttpRequest - org.springframework.http.server.reactive中的类
Common base class for ServerHttpRequest implementations.
AbstractServerHttpRequest(URI, String, HttpHeaders) - 类 的构造器org.springframework.http.server.reactive.AbstractServerHttpRequest
Constructor with the URI and headers for the request.
AbstractServerHttpResponse - org.springframework.http.server.reactive中的类
Base class for ServerHttpResponse implementations.
AbstractServerHttpResponse(DataBufferFactory) - 类 的构造器org.springframework.http.server.reactive.AbstractServerHttpResponse
 
AbstractServerHttpResponse(DataBufferFactory, HttpHeaders) - 类 的构造器org.springframework.http.server.reactive.AbstractServerHttpResponse
 
AbstractServiceLoaderBasedFactoryBean - org.springframework.beans.factory.serviceloader中的类
Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility.
AbstractServiceLoaderBasedFactoryBean() - 类 的构造器org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
AbstractSimpleBeanDefinitionParser - 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() - 类 的构造器org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
 
AbstractSingleBeanDefinitionParser - org.springframework.beans.factory.xml中的类
Base class for those BeanDefinitionParser implementations that need to parse and define just a singleBeanDefinition.
AbstractSingleBeanDefinitionParser() - 类 的构造器org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
 
AbstractSingleCheckedElementTag - 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() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSingletonProxyFactoryBean - org.springframework.aop.framework中的类
Convenient superclass for FactoryBean types that produce singleton-scoped proxy objects.
AbstractSingletonProxyFactoryBean() - 类 的构造器org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
AbstractSingleValueEncoder<T> - org.springframework.core.codec中的类
Abstract base class for Encoder classes that can only deal with a single value.
AbstractSingleValueEncoder(MimeType...) - 类 的构造器org.springframework.core.codec.AbstractSingleValueEncoder
 
AbstractSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSockJsMessageCodec - org.springframework.web.socket.sockjs.frame中的类
An base class for SockJS message codec that provides an implementation of AbstractSockJsMessageCodec.encode(String[]).
AbstractSockJsMessageCodec() - 类 的构造器org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
 
AbstractSockJsService - 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) - 类 的构造器org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
AbstractSockJsSession - org.springframework.web.socket.sockjs.transport.session中的类
An abstract base class for SockJS sessions implementing SockJsSession.
AbstractSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - 类 的构造器org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Create a new instance.
AbstractSpringPreparerFactory - 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() - 类 的构造器org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - org.springframework.jdbc.core.namedparam中的类
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - 类 的构造器org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - 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() - 类 的构造器org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractStandardUpgradeStrategy - org.springframework.web.socket.server.standard中的类
A base class for RequestUpgradeStrategy implementations that build on the standard WebSocket API for Java (JSR-356).
AbstractStandardUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
AbstractSubProtocolEvent - 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[]>) - 类 的构造器org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubProtocolEvent(Object, Message<byte[]>, Principal) - 类 的构造器org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubscribableChannel - org.springframework.messaging.support中的类
Abstract base class for SubscribableChannel implementations.
AbstractSubscribableChannel() - 类 的构造器org.springframework.messaging.support.AbstractSubscribableChannel
 
AbstractSubscriptionRegistry - 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() - 类 的构造器org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
AbstractTemplateView - 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() - 类 的构造器org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - org.springframework.web.servlet.view中的类
Abstract base class for template view resolvers, in particular for FreeMarker views.
AbstractTemplateViewResolver() - 类 的构造器org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractTestContextBootstrapper - org.springframework.test.context.support中的类
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.
AbstractTestContextBootstrapper() - 类 的构造器org.springframework.test.context.support.AbstractTestContextBootstrapper
 
AbstractTestExecutionListener - org.springframework.test.context.support中的类
Abstract ordered implementation of the TestExecutionListener API.
AbstractTestExecutionListener() - 类 的构造器org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - 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() - 类 的构造器org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test class.
AbstractThemeResolver - org.springframework.web.servlet.theme中的类
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - 类 的构造器org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - org.springframework.aop.interceptor中的类
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - 类 的构造器org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalJUnit4SpringContextTests - org.springframework.test.context.junit4中的类
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - 类 的构造器org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalTestNGSpringContextTests - org.springframework.test.context.testng中的类
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - 类 的构造器org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - org.springframework.transaction.annotation中的类
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - 类 的构造器org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - org.springframework.transaction.support中的类
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - 类 的构造器org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractTransactionSupportingCacheManager - org.springframework.cache.transaction中的类
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.
AbstractTransactionSupportingCacheManager() - 类 的构造器org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
AbstractTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
Common base class for TransportHandler implementations.
AbstractTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
 
AbstractTypeHierarchyTraversingFilter - org.springframework.core.type.filter中的类
Type filter that is aware of traversing over hierarchy.
AbstractTypeHierarchyTraversingFilter(boolean, boolean) - 类 的构造器org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
AbstractTyrusRequestUpgradeStrategy - 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() - 类 的构造器org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
AbstractUriTemplateHandler - org.springframework.web.util中的类
已过时。
as of 5.0 in favor of DefaultUriBuilderFactory
AbstractUriTemplateHandler() - 类 的构造器org.springframework.web.util.AbstractUriTemplateHandler
已过时。
 
AbstractUrlBasedView - org.springframework.web.reactive.result.view中的类
Abstract base class for URL-based views.
AbstractUrlBasedView - org.springframework.web.servlet.view中的类
Abstract base class for URL-based views.
AbstractUrlBasedView() - 类 的构造器org.springframework.web.reactive.result.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView() - 类 的构造器org.springframework.web.servlet.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - 类 的构造器org.springframework.web.reactive.result.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlBasedView(String) - 类 的构造器org.springframework.web.servlet.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlHandlerMapping - org.springframework.web.reactive.handler中的类
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping - org.springframework.web.servlet.handler中的类
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - 类 的构造器org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlViewController - org.springframework.web.servlet.mvc中的类
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - 类 的构造器org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractValueAdaptingCache - 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) - 类 的构造器org.springframework.cache.support.AbstractValueAdaptingCache
Create an AbstractValueAdaptingCache with the given setting.
AbstractVersionStrategy - org.springframework.web.servlet.resource中的类
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - 类 的构造器org.springframework.web.servlet.resource.AbstractVersionStrategy
 
AbstractVersionStrategy.FileNameVersionPathStrategy - org.springframework.web.servlet.resource中的类
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - org.springframework.web.servlet.resource中的类
A prefix-based VersionPathStrategy, e.g.
AbstractView - org.springframework.web.reactive.result.view中的类
Base class for View implementations.
AbstractView - org.springframework.web.servlet.view中的类
Abstract base class for View implementations.
AbstractView() - 类 的构造器org.springframework.web.reactive.result.view.AbstractView
 
AbstractView() - 类 的构造器org.springframework.web.servlet.view.AbstractView
 
AbstractView(ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.view.AbstractView
 
AbstractWebArgumentResolverAdapter - org.springframework.web.method.annotation中的类
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - 类 的构造器org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWebSocketClient - org.springframework.web.socket.client中的类
Abstract base class for WebSocketClient implementations.
AbstractWebSocketClient() - 类 的构造器org.springframework.web.socket.client.AbstractWebSocketClient
 
AbstractWebSocketHandler - org.springframework.web.socket.handler中的类
A convenient base class for WebSocketHandler implementation with empty methods.
AbstractWebSocketHandler() - 类 的构造器org.springframework.web.socket.handler.AbstractWebSocketHandler
 
AbstractWebSocketHandlerRegistration<M> - 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() - 类 的构造器org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
AbstractWebSocketMessage<T> - org.springframework.web.socket中的类
A message that can be handled or sent on a WebSocket connection.
AbstractWebSocketMessageBrokerConfigurer - org.springframework.web.socket.config.annotation中的类
已过时。
as of 5.0 in favor of simply using WebSocketMessageBrokerConfigurer which has default methods, made possible by a Java 8 baseline.
AbstractWebSocketMessageBrokerConfigurer() - 类 的构造器org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
已过时。
 
AbstractWebSocketSession<T> - org.springframework.web.reactive.socket.adapter中的类
Convenient base class for WebSocketSession implementations that holds common fields and exposes accessors.
AbstractWebSocketSession<T> - org.springframework.web.socket.adapter中的类
An abstract base class for implementations of WebSocketSession.
AbstractWebSocketSession(Map<String, Object>) - 类 的构造器org.springframework.web.socket.adapter.AbstractWebSocketSession
Create a new instance and associate the given attributes with it.
AbstractWebSocketSession(T, String, HandshakeInfo, DataBufferFactory) - 类 的构造器org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
Create a new WebSocket session.
AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed> - org.springframework.http.converter.feed中的类
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXhrTransport - org.springframework.web.socket.sockjs.client中的类
Abstract base class for XHR transport implementations to extend.
AbstractXhrTransport() - 类 的构造器org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
AbstractXlsView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in traditional XLS format.
AbstractXlsView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsView
Default Constructor.
AbstractXlsxStreamingView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.
AbstractXlsxStreamingView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
 
AbstractXlsxView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).
AbstractXlsxView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsxView
Default Constructor.
AbstractXmlApplicationContext - org.springframework.context.support中的类
Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - 类 的构造器org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXmlHttpMessageConverter<T> - org.springframework.http.converter.xml中的类
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
ACC_ABSTRACT - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_ANNOTATION - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_BRIDGE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_DEPRECATED - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_ENUM - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_FINAL - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_INTERFACE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_MANDATED - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_MODULE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_NATIVE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_OPEN - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_PRIVATE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_PROTECTED - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_PUBLIC - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_STATIC - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_STATIC_PHASE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_STRICT - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_SUPER - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_SYNCHRONIZED - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_SYNTHETIC - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_TRANSIENT - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_TRANSITIVE - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_VARARGS - 接口 中的静态变量org.springframework.asm.Opcodes
 
ACC_VOLATILE - 接口 中的静态变量org.springframework.asm.Opcodes
 
accept() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the list of acceptable media types, as specified by the Accept header.
accept() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
accept() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Headers
Get the list of acceptable media types, as specified by the Accept header.
accept(String...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header using raw String values, possibly not even well formed (for testing purposes).
accept(ClassVisitor, int) - 类 中的方法org.springframework.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(ClassVisitor, Attribute[], int) - 类 中的方法org.springframework.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(MediaType...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(MediaType...) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 类 中的静态方法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(MediaType...) - 类 中的静态方法org.springframework.web.servlet.function.RequestPredicates
Return a RequestPredicate that tests if the request's accept header is compatible with any of the given media types.
accept(RequestPredicates.Visitor) - 接口 中的方法org.springframework.web.reactive.function.server.RequestPredicate
Accept the given visitor.
accept(RouterFunctions.Visitor) - 接口 中的方法org.springframework.web.reactive.function.server.RouterFunction
Accept the given visitor.
accept(RequestPredicates.Visitor) - 接口 中的方法org.springframework.web.servlet.function.RequestPredicate
Accept the given visitor.
accept(RouterFunctions.Visitor) - 接口 中的方法org.springframework.web.servlet.function.RouterFunction
Accept the given visitor.
ACCEPT - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept header field name.
ACCEPT_CHARSET - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
ACCEPT_VERSION - 类 中的静态变量org.springframework.messaging.simp.stomp.StompHeaders
 
acceptCharset() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
acceptCharset() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Headers
Get the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptClassLoader(ClassLoader) - 类 中的静态方法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() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
accepted() - 接口 中的静态方法org.springframework.web.reactive.function.server.ServerResponse
Create a builder with an 202 Accepted status.
accepted() - 接口 中的静态方法org.springframework.web.servlet.function.ServerResponse
Create a builder with a 202 Accepted status.
ACCEPTED - org.springframework.http.HttpStatus
202 Accepted.
AcceptHeaderLocaleContextResolver - org.springframework.web.server.i18n中的类
LocaleContextResolver 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).
AcceptHeaderLocaleContextResolver() - 类 的构造器org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
 
AcceptHeaderLocaleResolver - 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() - 类 的构造器org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
acceptHeaderRequestCallback(Class<T>) - 类 中的方法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>) - 类 中的方法org.springframework.web.client.RestTemplate
Return a RequestCallback that sets the request Accept header based on the given response type, cross-checked against the configured message converters.
acceptLanguage() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the list of acceptable languages, as specified by the Accept-Language header.
acceptLanguage() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
acceptLanguage() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Headers
Get the list of acceptable languages, as specified by the Accept-Language header.
acceptLanguageAsLocales(Locale...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable locales, as specified by the Accept-Languages header.
acceptsProfiles(String...) - 类 中的方法org.springframework.core.env.AbstractEnvironment
已过时。
acceptsProfiles(String...) - 接口 中的方法org.springframework.core.env.Environment
已过时。
acceptsProfiles(Profiles) - 类 中的方法org.springframework.core.env.AbstractEnvironment
 
acceptsProfiles(Profiles) - 接口 中的方法org.springframework.core.env.Environment
Return whether the active profiles match the given Profiles predicate.
access - 类 中的变量org.springframework.core.type.classreading.MethodMetadataReadingVisitor
已过时。
 
access() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
AccessException - org.springframework.expression中的异常错误
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String) - 异常错误 的构造器org.springframework.expression.AccessException
Create an AccessException with a specific message.
AccessException(String, Exception) - 异常错误 的构造器org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
accessibleConstructor(Class<T>, Class<?>...) - 类 中的静态方法org.springframework.util.ReflectionUtils
Obtain an accessible constructor for the given class and parameters.
ACCESSKEY_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
ACK - org.springframework.messaging.simp.stomp.StompCommand
 
ACK - 类 中的静态变量org.springframework.messaging.simp.stomp.StompHeaders
 
acknowledge(String, boolean) - 类 中的方法org.springframework.messaging.simp.stomp.DefaultStompSession
 
acknowledge(String, boolean) - 接口 中的方法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(StompHeaders, boolean) - 类 中的方法org.springframework.messaging.simp.stomp.DefaultStompSession
 
acknowledge(StompHeaders, boolean) - 接口 中的方法org.springframework.messaging.simp.stomp.StompSession
An overloaded version of StompSession.acknowledge(String, boolean) with full StompHeaders instead of just a messageId.
ACONST_NULL - 接口 中的静态变量org.springframework.asm.Opcodes
 
activate() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
已过时。
Register the context builder by registering it with the JNDI NamingManager.
ACTIVATE_LISTENER - 类 中的静态变量org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a TestContext attribute which indicates that the ServletTestExecutionListener should be activated.
activated(AdvisedSupport) - 接口 中的方法org.springframework.aop.framework.AdvisedSupportListener
Invoked when the first proxy is created.
activateObject(PooledObject<Object>) - 类 中的方法org.springframework.aop.target.CommonsPool2TargetSource
 
ACTIVE_PROFILES_PROPERTY_NAME - 类 中的静态变量org.springframework.core.env.AbstractEnvironment
Name of property to set to specify active profiles: "spring.profiles.active".
ActiveProfiles - 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.
ActiveProfilesResolver - 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.
actualName - 类 中的变量org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
 
adapt(S) - 类 中的方法org.springframework.util.concurrent.FutureAdapter
Adapts the given adaptee's result into T.
AdaptableJobFactory - org.springframework.scheduling.quartz中的类
JobFactory implementation that supports Runnable objects as well as standard Quartz Job instances.
AdaptableJobFactory() - 类 的构造器org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptAnnotation(A) - 类 中的方法org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotation(A) - 类 中的方法org.springframework.core.MethodParameter
A template method to post-process a given annotation instance before returning it to the caller.
adaptAnnotationArray(Annotation[]) - 类 中的方法org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotationArray(Annotation[]) - 类 中的方法org.springframework.core.MethodParameter
A template method to post-process a given annotation array before returning it to the caller.
adaptArgumentIfNecessary(Object, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Adapt the given argument against the method parameter, if necessary.
adaptCaffeineCache(String, Cache<Object, Object>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Adapt the given new native Caffeine Cache instance to Spring's Cache abstraction for the specified cache name.
adaptInterceptor(Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to HandlerInterceptor.
adaptJob(Object) - 类 中的方法org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptMBeanIfPossible(Object) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
adaptToInterfaces(Object, ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
add(int, E) - 类 中的方法org.springframework.util.AutoPopulatingList
 
add(int, DataBuffer) - 类 中的方法org.springframework.core.io.buffer.LimitedDataBufferList
 
add(E) - 类 中的方法org.springframework.util.AutoPopulatingList
 
add(String, Object) - 类 中的方法org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
add(String, String) - 类 中的方法org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(String, String) - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
Add the given, single header value under the given name.
add(String, String) - 类 中的方法org.springframework.web.socket.WebSocketHttpHeaders
Add the given, single header value under the given name.
add(String, Supplier<Object>) - 接口 中的方法org.springframework.test.context.DynamicPropertyRegistry
Add a Supplier for the given property name to this registry.
add(Iterator<E>) - 类 中的方法org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(K, V) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
add(K, V) - 接口 中的方法org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(DataBuffer) - 类 中的方法org.springframework.core.io.buffer.LimitedDataBufferList
 
add(RouterFunction<ServerResponse>) - 接口 中的方法org.springframework.web.reactive.function.server.RouterFunctions.Builder
Adds the given route to this builder.
add(RouterFunction<ServerResponse>) - 接口 中的方法org.springframework.web.servlet.function.RouterFunctions.Builder
Adds the given route to this builder.
ADD - org.springframework.expression.Operation
Add operation.
addActiveProfile(String) - 类 中的方法org.springframework.core.env.AbstractEnvironment
 
addActiveProfile(String) - 接口 中的方法org.springframework.core.env.ConfigurableEnvironment
Add a profile to the current set of active profiles.
addAdvice(int, Advice) - 接口 中的方法org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(int, Advice) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvice(Advice) - 接口 中的方法org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(Advice) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - 接口 中的方法org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(int, Advisor) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(Advisor) - 接口 中的方法org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(Advisor) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
 
addAdvisors(Collection<Advisor>) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisors(Advisor...) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAfter(String, PropertySource<?>) - 类 中的方法org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately lower than the named relative property source.
addAll(int, Collection<? extends E>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
addAll(int, Collection<? extends DataBuffer>) - 类 中的方法org.springframework.core.io.buffer.LimitedDataBufferList
 
addAll(String, List<? extends String>) - 类 中的方法org.springframework.http.HttpHeaders
 
addAll(String, List<? extends String>) - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
 
addAll(Collection<? extends E>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
addAll(Collection<? extends DataBuffer>) - 类 中的方法org.springframework.core.io.buffer.LimitedDataBufferList
 
addAll(K, List<? extends V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
addAll(K, List<? extends V>) - 接口 中的方法org.springframework.util.MultiValueMap
Add all the values of the given list to the current list of values for the given key.
addAll(MultiValueMap<String, String>) - 类 中的方法org.springframework.http.HttpHeaders
 
addAll(MultiValueMap<String, String>) - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
 
addAll(MultiValueMap<K, V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
addAll(MultiValueMap<K, V>) - 接口 中的方法org.springframework.util.MultiValueMap
Add all the values of the given MultiValueMap to the current values.
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - 接口 中的方法org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Collection<?>) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - 类 中的方法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, ?>) - 类 中的方法org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - 接口 中的方法org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - 类 中的方法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) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - 异常错误 中的方法org.springframework.validation.BindException
 
addAllErrors(Errors) - 接口 中的方法org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
addAllErrors(Errors) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
addAllExpectations(Collection<RequestExpectation>) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
 
addAllInterfaces(Class, List) - 类 中的静态方法org.springframework.cglib.core.ReflectUtils
 
addAllMethods(Class, List) - 类 中的静态方法org.springframework.cglib.core.ReflectUtils
 
addAllObjects(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllowedHeader(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(HttpMethod) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAnnotatedClasses(Class<?>...) - 类 中的方法org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addApplicationListener(ApplicationListener<?>) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener<?>) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener<?>) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addArgument(Object) - 接口 中的方法org.springframework.web.servlet.tags.ArgumentAware
Callback hook for nested spring:argument tags to pass their value to the parent tag.
addArgument(Object) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
已过时。
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add resolvers to support custom controller method argument types.
addArgumentValues(ConstructorArgumentValues) - 类 中的方法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(Class<?>) - 类 中的方法org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add an aspect of the supplied type to the end of the advice chain.
addAspect(Object) - 类 中的方法org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add the supplied aspect instance to the chain.
addAttachment(String, File) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, DataHandler) - 接口 中的方法org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttachment(String, DataSource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, InputStreamSource) - 类 中的方法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) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttribute(Object) - 类 中的方法org.springframework.ui.ConcurrentModel
Add the supplied attribute to this Map using a generated name.
addAttribute(Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - 接口 中的方法org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(Object) - 类 中的方法org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(Object) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Serializable) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ConcurrentModel
Add the supplied attribute under the supplied name.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - 接口 中的方法org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(String, Object) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAutowiredProperty(String) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Add an autowired marker for the specified property on the specified bean.
addBasenames(String...) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
Add the specified basenames to the existing basename configuration.
addBcc(String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - 类 中的方法org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - 接口 中的方法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) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
 
addBeanPostProcessor(BeanPostProcessor) - 接口 中的方法org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
 
addBefore(String, PropertySource<?>) - 类 中的方法org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately higher than the named relative property source.
addBindValues(MutablePropertyValues, ServletRequest) - 类 中的方法org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
addCache(Cache) - 类 中的方法org.springframework.cache.support.AbstractCacheManager
已过时。
as of Spring 4.3, in favor of AbstractCacheManager.getMissingCache(String)
addCacheHeaders(ServerHttpResponse) - 类 中的方法org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCacheMapping(CacheControl, String...) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to a specific CacheControl.
addCacheMethod(String, Collection<CacheOperation>) - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
Add an attribute for a cacheable method.
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - 接口 中的方法org.springframework.util.concurrent.ListenableFuture
Register the given ListenableFutureCallback.
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.MonoToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(ListenableFutureCallback<? super V>) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 接口 中的方法org.springframework.util.concurrent.ListenableFuture
Java 8 lambda-friendly alternative with success and failure callbacks.
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.MonoToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(SuccessCallback<? super V>, FailureCallback) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
addCc(String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addCc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addClassPathManifestEntries(Set<Resource>) - 类 中的方法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.
addCollectionConverters(ConverterRegistry) - 类 中的静态方法org.springframework.core.convert.support.DefaultConversionService
Add common collection converters.
addComparator(Comparator<? extends T>) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Add a Comparator to the end of the chain.
addComparator(Comparator<? extends T>, boolean) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Add a Comparator to the end of the chain using the provided sort order.
addCompletionHandler(Runnable) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when request processing completes.
addCompletionHandler(Runnable) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addConnection(Connection) - 类 中的方法org.springframework.jms.connection.JmsResourceHolder
Add the given Connection to this resource holder.
addConstructorArgReference(String) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to a named bean as a constructor arg.
addConstructorArgValue(Object) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Add an indexed constructor arg value.
addConstructorResolver(ConstructorResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addContentVersionStrategy(String...) - 类 中的方法org.springframework.web.reactive.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addContentVersionStrategy(String...) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - 接口 中的方法org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - 类 中的方法org.springframework.core.convert.support.GenericConversionService
 
addConverter(Converter<?, ?>) - 接口 中的方法org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Converter<?, ?>) - 类 中的方法org.springframework.core.convert.support.GenericConversionService
 
addConverter(GenericConverter) - 接口 中的方法org.springframework.core.convert.converter.ConverterRegistry
Add a generic converter to this registry.
addConverter(GenericConverter) - 类 中的方法org.springframework.core.convert.support.GenericConversionService
 
addConverterFactory(ConverterFactory<?, ?>) - 接口 中的方法org.springframework.core.convert.converter.ConverterRegistry
Add a ranged converter factory to this registry.
addConverterFactory(ConverterFactory<?, ?>) - 类 中的方法org.springframework.core.convert.support.GenericConversionService
 
addCookie(Cookie) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - 类 中的方法org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCookie(ResponseCookie) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
addCookie(ResponseCookie) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpResponse
Add the given ResponseCookie.
addCookie(ResponseCookie) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
addCookieInitializer(Consumer<ResponseCookie.ResponseCookieBuilder>) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
Add a Consumer for a ResponseCookieBuilder that will be invoked for each cookie being built, just before the call to build().
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - 接口 中的方法org.springframework.web.reactive.config.WebFluxConfigurer
Configure "global" cross origin request processing.
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure cross origin requests processing.
addCronTask(Runnable, String) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given cron expression.
addCronTask(CronTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a CronTask.
addCustomFormatter(Formatter<?>) - 类 中的方法org.springframework.validation.DataBinder
Add a custom formatter, applying it to all fields matching the Formatter-declared type.
addCustomFormatter(Formatter<?>, 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.
addCustomFormatter(Formatter<?>, String...) - 类 中的方法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.
addCustomHandler(HandlerMethodReturnValueHandler...) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.ReturnValueHandlerConfigurer
Configure custom return value handlers for handler methods.
addCustomizer(KeyFactoryCustomizer) - 类 中的方法org.springframework.cglib.core.KeyFactory.Generator
 
addCustomProperty(String, Object) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addCustomResolver(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.ArgumentResolverConfigurer
Configure resolvers for custom handler method arguments.
addCustomResolver(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer
Configure resolvers for custom controller method arguments.
addDataSource(String, DataSource) - 类 中的方法org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - 类 中的静态方法org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper<?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
addDecoratorFactory(WebSocketHandlerDecoratorFactory) - 类 中的方法org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
Add a factory that to decorate the handler used to process WebSocket messages.
addDefaultConverters(ConverterRegistry) - 类 中的静态方法org.springframework.core.convert.support.DefaultConversionService
Add converters appropriate for most environments.
addDefaultFormatters(FormatterRegistry) - 类 中的静态方法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>, ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A method available to subclasses for adding default HandlerExceptionResolvers.
addDefaultHeaders(HttpHeaders, String, MediaType) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
 
addDefaultHeaders(HttpHeaders, T, MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
addDefaultHttpMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Adds a set of default HttpMessageConverter instances to the given list.
addDefaultScripts() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
addDelegate(ExceptionListener) - 类 中的方法org.springframework.jms.connection.ChainedExceptionListener
Add an ExceptionListener to the chained delegate list.
addDelegate(PersistenceExceptionTranslator) - 类 中的方法org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Add a PersistenceExceptionTranslator to the chained delegate list.
addDependsOn(String) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Append the specified bean name to the list of beans that this definition depends on.
addDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.core.PrioritizedParameterNameDiscoverer
Add a further ParameterNameDiscoverer delegate to the list of discoverers that this PrioritizedParameterNameDiscoverer checks.
addDispatcherServletCustomizer(DispatcherServletCustomizer) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addDispatchHandler(Runnable) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addEmbeddedValueResolver(StringValueResolver) - 接口 中的方法org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a String resolver for embedded values such as annotation attributes.
addEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
 
addEndpoint(String...) - 接口 中的方法org.springframework.web.socket.config.annotation.StompEndpointRegistry
Register a STOMP over WebSocket endpoint at the given mapping path.
addEndpoint(String...) - 类 中的方法org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
 
addError(ObjectError) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - 异常错误 中的方法org.springframework.validation.BindException
 
addError(ObjectError) - 接口 中的方法org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addError(ObjectError) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
addErrorHandler(Consumer<Throwable>) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when an error occurred while concurrent handling of a request.
addErrorHandler(Consumer<Throwable>) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addExcludedBean(String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Add the name of bean that should be excluded from autodetection.
addExcludeFilter(TypeFilter) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addExposedHeader(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFailureCallback(FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given failure callback to this registry.
addFile(MultipartFile) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
Add a file to this request.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
Register more MediaTypeFileExtensionResolver instances in addition to those detected at construction.
addFilter(String, Class<? extends Filter>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(String, Filter) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(Filter, String...) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilter(Filter, String...) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilters(Filter...) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add filters mapped to any request (i.e. "/*").
addFirst(PropertySource<?>) - 类 中的方法org.springframework.core.env.MutablePropertySources
Add the given property source object with highest precedence.
addFirstPropertySource(PropertySource<?>) - 类 中的方法org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the start of the chain.
addFixedDelayTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered with the given fixed delay.
addFixedDelayTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate interval.
addFixedRateTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFixedVersionStrategy(String, String...) - 类 中的方法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...) - 类 中的方法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(Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(String, Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override this method to add custom Converter and/or Formatter delegates to the common FormattingConversionService.
addFormatters(FormatterRegistry) - 接口 中的方法org.springframework.web.reactive.config.WebFluxConfigurer
Add custom Converters and Formatters for performing type conversion and formatting of annotated controller method arguments.
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converter and/or Formatter delegates to the common FormattingConversionService.
addFormatters(FormatterRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add Converters and Formatters in addition to the ones registered by default.
addGenericArgumentValue(Object) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type or name (if available).
addGlobalResourcesConsumer(Consumer<HttpResources>) - 类 中的方法org.springframework.http.client.reactive.ReactorResourceFactory
Add a Consumer for configuring the global Reactor Netty resources on startup.
addHandler(HandlerMethodReturnValueHandler) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandler(HandlerMethodReturnValueHandler) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
addHandler(HandlerMethodReturnValueHandler) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandler(WebSocketHandler, String...) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addHandler(WebSocketHandler, String...) - 类 中的方法org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
 
addHandler(WebSocketHandler, String...) - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Add more handlers that will share the same configuration (interceptors, SockJS config, etc).
addHandler(WebSocketHandler, String...) - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
Configure a WebSocketHandler at the specified URL paths.
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHeader(String, Object) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add an HTTP header entry for the given name.
addHeader(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addIfAbsent(K, V) - 接口 中的方法org.springframework.util.MultiValueMap
Add the given value, only when the map does not contain the given key.
addIncludedUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addIncludeFilter(TypeFilter) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an include type filter to the end of the inclusion list.
addIndexedArgumentValue(int, Object) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, ConstructorArgumentValues.ValueHolder) - 类 中的方法org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addInline(String, File) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, DataSource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, InputStreamSource, String) - 类 中的方法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.
addInline(String, Resource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties to the Environment of the supplied context.
addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties (in the form of key-value pairs) to the supplied environment.
addInterceptor(int, ChannelInterceptor) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(int, ChannelInterceptor) - 类 中的方法org.springframework.messaging.support.ExecutorSubscribableChannel
 
addInterceptor(int, ChannelInterceptor) - 接口 中的方法org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor at the specified index.
addInterceptor(int, HandlerInterceptor) - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Add the given interceptor at the specified index of this chain.
addInterceptor(ChannelInterceptor) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(ChannelInterceptor) - 类 中的方法org.springframework.messaging.support.ExecutorSubscribableChannel
 
addInterceptor(ChannelInterceptor) - 接口 中的方法org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor to the end of the list.
addInterceptor(HandlerInterceptor) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Add the given interceptor to the end of this chain.
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法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) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations and resource handler requests.
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations and resource handler requests.
addInterceptors(HandlerInterceptor...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(HandlerInterceptor...) - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Add the given interceptors to the end of this chain.
addInterceptors(HandshakeInterceptor...) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addInterceptors(HandshakeInterceptor...) - 接口 中的方法org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
Configure the HandshakeInterceptor's to use.
addInterceptors(HandshakeInterceptor...) - 类 中的方法org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
addInterceptors(HandshakeInterceptor...) - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Configure interceptors for the handshake request.
addInterface(Class<?>) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Add a new proxied interface.
addInterface(Class<?>) - 类 中的方法org.springframework.aop.support.DefaultIntroductionAdvisor
Add the specified interface to the list of interfaces to introduce.
addIntHeader(String, int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addJarFileUrl(URL) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addJspFile(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addLast(PropertySource<?>) - 类 中的方法org.springframework.core.env.MutablePropertySources
Add the given property source object with lowest precedence.
addListener(Class<? extends EventListener>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addListener(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addListener(AsyncListener) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addListener(AdvisedSupportListener) - 类 中的方法org.springframework.aop.framework.ProxyCreatorSupport
Add the given AdvisedSupportListener to this proxy configuration.
addListener(T) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addManagedClassName(String) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed class name to the persistence provider's metadata.
addManagedPackage(String) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed package to the persistence provider's metadata.
addMappedInterceptors(String[], HandlerInterceptor...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to a set of path patterns.
addMapping(String) - 类 中的方法org.springframework.web.reactive.config.CorsRegistry
Enable cross-origin request handling for the specified path pattern.
addMapping(String) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistry
Enable cross-origin request handling for the specified path pattern.
addMapping(String, MediaType) - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map an extension to a MediaType.
addMappingFileName(String) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMediaType(String, MediaType) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
An alternative to ContentNegotiationManagerFactoryBean.setMediaTypes(java.util.Properties) for programmatic registrations.
addMediaTypes(Map<String, MediaType>) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
An alternative to ContentNegotiationManagerFactoryBean.setMediaTypes(java.util.Properties) for programmatic registrations.
addMessage(String, Locale, String) - 类 中的方法org.springframework.context.support.StaticApplicationContext
Associate the given message with the given code.
addMessage(String, Locale, String) - 类 中的方法org.springframework.context.support.StaticMessageSource
Associate the given message with the given code.
addMessages(Map<String, String>, Locale) - 类 中的方法org.springframework.context.support.StaticMessageSource
Associate the given message values with the given keys as codes.
addMetadataAttribute(BeanMetadataAttribute) - 类 中的方法org.springframework.beans.BeanMetadataAttributeAccessor
Add the given BeanMetadataAttribute to this accessor's set of attributes.
addMethodName(String) - 类 中的方法org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addMethodName(String) - 类 中的方法org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Add another eligible method name, in addition to those already named.
addMethodResolver(MethodResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addMimeType(String, MediaType) - 类 中的方法org.springframework.mock.web.MockServletContext
Adds a mime type mapping for use by MockServletContext.getMimeType(String).
addNativeHeader(String, String) - 类 中的方法org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native header value to existing values.
addNativeHeaders(MultiValueMap<String, String>) - 类 中的方法org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native headers to existing values.
addNestedComponent(ComponentDefinition) - 类 中的方法org.springframework.beans.factory.parsing.CompositeComponentDefinition
Add the given component as nested element of this composite component.
addNoCacheHeaders(ServerHttpResponse) - 类 中的方法org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addObject(Object) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObject(String, Object) - 类 中的方法org.springframework.mock.jndi.ExpectedLookupTemplate
已过时。
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObjectToArray(A[], O) - 类 中的静态方法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.
addOverride(MethodOverride) - 类 中的方法org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - 类 中的方法org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addPackages(String...) - 类 中的方法org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addParam(Param) - 接口 中的方法org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
 
addParameter(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String...) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameters(Map<String, ?>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add all provided parameters without replacing any existing values.
addParser(Parser<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Parser to parse fields of a specific type.
addParser(Parser<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addPart(Part) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPathPatterns(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathPatterns(List<String>) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
addPathPrefix(String, Predicate<Class<?>>) - 类 中的方法org.springframework.web.reactive.config.PathMatchConfigurer
Configure a path prefix to apply to matching controller methods.
addPathPrefix(String, Predicate<Class<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Configure a path prefix to apply to matching controller methods.
addPlaceholderValue(String, String) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
In a standalone setup there is no support for placeholder values embedded in request mappings.
addPopulators(DatabasePopulator...) - 类 中的方法org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add one or more populators to the list of delegates.
addPreferredLocale(Locale) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPrinter(Printer<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Printer to print fields of a specific type.
addPrinter(Printer<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String...) - 类 中的静态方法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...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the supplied environment.
addProperty(String, String) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addPropertyAccessor(PropertyAccessor) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addPropertyEditorRegistrar(PropertyEditorRegistrar) - 接口 中的方法org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a PropertyEditorRegistrar to be applied to all bean creation processes.
addPropertyEditorRegistrar(PropertyEditorRegistrar) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
 
addPropertyReference(String, String) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to the specified bean name under the property specified.
addPropertySource(PropertySource<?>) - 类 中的方法org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the end of the chain.
addPropertyValue(String, Object) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Add the supplied property value under the given property name.
addPropertyValue(String, Object) - 类 中的方法org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
addPropertyValue(PropertyValue) - 类 中的方法org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
addPropertyValues(Map<?, ?>) - 类 中的方法org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
addPropertyValues(PropertyValues) - 类 中的方法org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addProtocolHandler(SubProtocolHandler) - 类 中的方法org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Register a sub-protocol handler.
addProtocolResolver(ProtocolResolver) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
Register the given protocol resolver with this application context, allowing for additional resource protocols to be handled.
addProtocolResolver(ProtocolResolver) - 类 中的方法org.springframework.core.io.DefaultResourceLoader
Register the given resolver with this resource loader, allowing for additional protocols to be handled.
addQualifier(AutowireCandidateQualifier) - 类 中的方法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>) - 类 中的方法org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Register the given type to be used as a qualifier when autowiring.
addReceiptLostTask(Runnable) - 接口 中的方法org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is not received in the configured time.
addReceiptTask(Runnable) - 接口 中的方法org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is received.
addRedirectViewController(String, String) - 类 中的方法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.
addRelatedCause(Throwable) - 异常错误 中的方法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.
addRequiredProperty(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolver(HandlerMethodArgumentResolver) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
addResolver(HandlerMethodArgumentResolver) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolver(ResourceResolver) - 类 中的方法org.springframework.web.reactive.config.ResourceChainRegistration
Add a resource resolver to the chain.
addResolver(ResourceResolver) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource resolver to the chain.
addResolvers(List<? extends HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
addResolvers(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResourceHandler(String...) - 类 中的方法org.springframework.web.reactive.config.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandler(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - 接口 中的方法org.springframework.web.reactive.config.WebFluxConfigurer
Add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - 接口 中的方法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) - 类 中的方法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.
addResourceLocations(String...) - 类 中的方法org.springframework.web.reactive.config.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourceLocations(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - 类 中的静态方法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).
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
已过时。
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add handlers to support custom controller method return value types.
addScope(String, Scope) - 类 中的方法org.springframework.beans.factory.config.CustomScopeConfigurer
Add the given scope to this configurer's map of scopes.
addScript(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
addScript(Resource) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add a script to execute to initialize or clean up the database.
addScripts(String...) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add multiple SQL scripts to execute to initialize or populate the database.
addScripts(Resource...) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add multiple scripts to execute to initialize or clean up the database.
addServlet(String, Class<? extends Servlet>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addServlet(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addServlet(String, Servlet) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addSession(Session) - 类 中的方法org.springframework.jms.connection.JmsResourceHolder
Add the given Session to this resource holder.
addSession(Session, Connection) - 类 中的方法org.springframework.jms.connection.JmsResourceHolder
Add the given Session to this resource holder, registered for a specific Connection.
addShareableResource(String) - 类 中的方法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) - 类 中的方法org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton object to the singleton cache of this factory.
addSingletonFactory(String, ObjectFactory<?>) - 类 中的方法org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton factory for building the specified singleton if necessary.
addSockJsServiceMapping(M, SockJsService, WebSocketHandler, String) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addSockJsServiceMapping(MultiValueMap<HttpRequestHandler, String>, SockJsService, WebSocketHandler, String) - 类 中的方法org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
addStaticAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
addStatusCode(String, int) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStatusController(String, HttpStatus) - 类 中的方法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) - 类 中的静态方法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.
addSubscriptionInternal(String, String, String, Message<?>) - 类 中的方法org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - 类 中的方法org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
addSuccessCallback(SuccessCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given success callback to this registry.
addSupportedMediaTypes(MediaType...) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Add MediaType objects to be supported by this converter.
addSupportedMimeTypes(MimeType...) - 类 中的方法org.springframework.messaging.converter.AbstractMessageConverter
Allows subclasses to add more supported mime types.
addTargetRequestParam(String, String) - 类 中的方法org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
addTimeoutHandler(Runnable) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addTimeoutTask(Runnable) - 接口 中的方法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(String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addTo(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addToEnvironment(String, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
已过时。
 
addTransactionalMethod(Class<?>, String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ClassTransformer) - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
addTransformer(ResourceTransformer) - 类 中的方法org.springframework.web.reactive.config.ResourceChainRegistration
Add a resource transformer to the chain.
addTransformer(ResourceTransformer) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource transformer to the chain.
addTriggerTask(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTypeIdentifier(String) - 类 中的方法org.springframework.beans.factory.support.ReplaceOverride
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type.
addUrlTransformer(Function<String, String>) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
addUrlTransformer(Function<String, String>) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Register an additional URL transformation function for use with ServerWebExchange.transformUrl(java.lang.String).
addUrlTransformer(Function<String, String>) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
addUserRole(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
addValidators(Validator...) - 类 中的方法org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValues(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addVersion(String, String) - 类 中的方法org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy
 
addVersion(String, String) - 类 中的方法org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy
 
addVersion(String, String) - 接口 中的方法org.springframework.web.reactive.resource.VersionStrategy
Add a version to the given request path.
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy
 
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - 接口 中的方法org.springframework.web.servlet.resource.VersionPathStrategy
Add a version to the given request path.
addVersionStrategy(VersionStrategy, String...) - 类 中的方法org.springframework.web.reactive.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addVersionStrategy(VersionStrategy, String...) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addViewController(String) - 类 中的方法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) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addViewControllers(ViewControllerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add view controllers.
addViewControllers(ViewControllerRegistry) - 接口 中的方法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) - 类 中的方法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.
addWebFluxConfigurers(List<WebFluxConfigurer>) - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurerComposite
 
addWebRequestInterceptor(WebRequestInterceptor) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
addWebSocketHandlerMapping(M, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler, String>, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - 类 中的方法org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
Advice - org.aopalliance.aop中的接口
Tag interface for Advice.
adviceChanged() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceChanged() - 类 中的方法org.springframework.aop.framework.ProxyCreatorSupport
Propagate advice change event to all AdvisedSupportListeners.
adviceChanged() - 类 中的方法org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton on an advice change.
adviceChanged(AdvisedSupport) - 接口 中的方法org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created.
AdviceEntry - org.springframework.aop.config中的类
ParseState entry representing an advice element.
AdviceEntry(String) - 类 的构造器org.springframework.aop.config.AdviceEntry
Create a new AdviceEntry instance.
adviceIncluded(Advice) - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
AdviceMode - org.springframework.context.annotation中的枚举
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
AdviceModeImportSelector<A extends Annotation> - 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() - 类 的构造器org.springframework.context.annotation.AdviceModeImportSelector
 
Advised - org.springframework.aop.framework中的接口
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport - org.springframework.aop.framework中的类
Base class for AOP proxy configuration managers.
AdvisedSupport() - 类 的构造器org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class<?>...) - 类 的构造器org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
AdvisedSupportListener - org.springframework.aop.framework中的接口
Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.
advisor - 类 中的变量org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
Advisor - 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 - 类 中的静态变量org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton advisor for this class.
AdvisorAdapter - org.springframework.aop.framework.adapter中的接口
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - org.springframework.aop.framework.adapter中的类
BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).
AdvisorAdapterRegistrationManager() - 类 的构造器org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - org.springframework.aop.framework.adapter中的接口
Interface for registries of Advisor adapters.
AdvisorChainFactory - org.springframework.aop.framework中的接口
Factory interface for advisor chains.
AdvisorComponentDefinition - 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) - 类 的构造器org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorComponentDefinition(String, BeanDefinition, BeanDefinition) - 类 的构造器org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorEntry - org.springframework.aop.config中的类
ParseState entry representing an advisor.
AdvisorEntry(String) - 类 的构造器org.springframework.aop.config.AdvisorEntry
Create a new AdvisorEntry instance.
advisorsPreFiltered() - 类 中的方法org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
This auto-proxy creator always returns pre-filtered Advisors.
advisorsPreFiltered() - 类 中的方法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(BiFunction<ServerRequest, ServerResponse, ServerResponse>) - 接口 中的方法org.springframework.web.reactive.function.server.RouterFunctions.Builder
Filter the response object for all routes created by this builder with the given response processing function.
after(BiFunction<ServerRequest, ServerResponse, ServerResponse>) - 接口 中的方法org.springframework.web.servlet.function.RouterFunctions.Builder
Filter the response object for all routes created by this builder with the given response processing function.
AFTER_CLASS - org.springframework.test.annotation.DirtiesContext.ClassMode
The associated ApplicationContext will be marked as dirty after the test class.
AFTER_COMMIT - org.springframework.transaction.event.TransactionPhase
Fire the event after the commit has completed successfully.
AFTER_COMPLETION - org.springframework.transaction.event.TransactionPhase
Fire the event after the transaction has completed.
AFTER_EACH_TEST_METHOD - org.springframework.test.annotation.DirtiesContext.ClassMode
The associated ApplicationContext will be marked as dirty after each test method in the class.
AFTER_METHOD - org.springframework.test.annotation.DirtiesContext.MethodMode
The associated ApplicationContext will be marked as dirty after the corresponding test method.
AFTER_ROLLBACK - org.springframework.transaction.event.TransactionPhase
Fire the event if the transaction has rolled back.
AFTER_TEST_METHOD - org.springframework.test.context.jdbc.Sql.ExecutionPhase
The configured SQL scripts and statements will be executed after the corresponding test method.
afterAccess() - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
AfterAdvice - org.springframework.aop中的接口
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterAll(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法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<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
afterCommit() - 类 中的方法org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCommit() - 类 中的方法org.springframework.transaction.reactive.ReactiveResourceSynchronization
 
afterCommit() - 接口 中的方法org.springframework.transaction.reactive.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - 类 中的方法org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(int) - 类 中的方法org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - 类 中的方法org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - 类 中的方法org.springframework.transaction.reactive.ReactiveResourceSynchronization
 
afterCompletion(int) - 接口 中的方法org.springframework.transaction.reactive.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterCompletion(NativeWebRequest, Callable<T>) - 接口 中的方法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>) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - 接口 中的方法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>) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation is empty.
afterCompletion(WebRequest, Exception) - 类 中的方法org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(WebRequest, Exception) - 类 中的方法org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterCompletion(WebRequest, Exception) - 接口 中的方法org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion when the handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterConcurrentHandlingStarted(WebRequest) - 类 中的方法org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - 类 中的方法org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - 接口 中的方法org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the handler started handling the request concurrently.
afterConfigureAdded(WebTestClient.MockServerSpec<?>) - 接口 中的方法org.springframework.test.web.reactive.server.MockServerConfigurer
Invoked immediately, i.e. before this method returns.
afterConfigurerAdded(WebTestClient.Builder, WebHttpHandlerBuilder, ClientHttpConnector) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClientConfigurer
Invoked once only, immediately (i.e. before this method returns).
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 接口 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurer
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 类 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 类 中的方法org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
afterConnected(StompSession, StompHeaders) - 接口 中的方法org.springframework.messaging.simp.stomp.StompSessionHandler
Invoked when the session is ready to use, i.e. after the underlying transport (TCP, WebSocket) is connected and a STOMP CONNECTED frame is received from the broker.
afterConnected(StompSession, StompHeaders) - 类 中的方法org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
afterConnected(TcpConnection<byte[]>) - 类 中的方法org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnected(TcpConnection<P>) - 接口 中的方法org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after a connection is successfully established.
afterConnectFailure(Throwable) - 类 中的方法org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectFailure(Throwable) - 接口 中的方法org.springframework.messaging.tcp.TcpConnectionHandler
Invoked on failure to connect.
afterConnectionClosed() - 类 中的方法org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectionClosed() - 接口 中的方法org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after the connection is closed.
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 接口 中的方法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) - 类 中的方法org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - 接口 中的方法org.springframework.web.socket.WebSocketHandler
Invoked after WebSocket negotiation has succeeded and the WebSocket connection is opened and ready for use.
afterDelivery() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation resets the thread context ClassLoader and completes the transaction, if any.
afterEach(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Invoked at the time of the first actual request, which effectively means the expectations declaration phase is over.
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.SimpleRequestExpectationManager
 
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.UnorderedRequestExpectationManager
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - 接口 中的方法org.springframework.web.socket.server.HandshakeInterceptor
Invoked after the handshake is done.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - 类 中的方法org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - 类 中的方法org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
afterLast() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the end of this row set.
afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) - 接口 中的方法org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor after calling the target MessageHandler regardless of the outcome (i.e.
afterPhase(PhaseEvent) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - 类 中的方法org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.AbstractFactoryBean
Eagerly create the singleton instance, if necessary.
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.MethodInvokingBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
已过时。
This implementation eagerly fetches the Preferences instances for the required system and user tree nodes.
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.PropertiesFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.YamlMapFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.config.YamlPropertiesFactoryBean
 
afterPropertiesSet() - 接口 中的方法org.springframework.beans.factory.InitializingBean
Invoked by the containing BeanFactory after it has set all bean properties and satisfied BeanFactoryAware, ApplicationContextAware etc.
afterPropertiesSet() - 类 中的方法org.springframework.beans.factory.wiring.BeanConfigurerSupport
Check that a BeanFactory has been set.
afterPropertiesSet() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.ehcache.EhCacheCacheManager
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.ehcache.EhCacheFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.jcache.JCacheCacheManager
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.jcache.JCacheManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.support.AbstractCacheManager
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.support.CompositeCacheManager
 
afterPropertiesSet() - 类 中的方法org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
afterPropertiesSet() - 类 中的方法org.springframework.context.event.EventPublicationInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - 类 中的方法org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.reactive.JettyResourceFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.reactive.ReactorResourceFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Prepares the message endpoint, and automatically activates it if the "autoStartup" flag is set to "true".
afterPropertiesSet() - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Builds the BootstrapContext and starts the ResourceAdapter with it.
afterPropertiesSet() - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database populator to set up the database.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Checks that the specified 'targetDataSource' actually is a WebSphere WSDataSource.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.object.GenericSqlQuery
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Ensures compilation if used in a bean factory.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
afterPropertiesSet() - 类 中的方法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() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Eagerly initialize the exception translator, if demanded, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - 类 中的方法org.springframework.jms.config.JmsListenerEndpointRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.connection.JmsTransactionManager
Make sure the ConnectionFactory has been set.
afterPropertiesSet() - 类 中的方法org.springframework.jms.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - 类 中的方法org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.core.JmsMessagingTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.core.support.JmsGatewaySupport
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.listener.AbstractJmsListeningContainer
afterPropertiesSet() - 类 中的方法org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.remoting.JmsInvokerServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.support.converter.MessagingMessageConverter
 
afterPropertiesSet() - 类 中的方法org.springframework.jms.support.JmsAccessor
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
afterPropertiesSet() - 类 中的方法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() - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - 类 中的方法org.springframework.messaging.core.CachingDestinationResolverProxy
 
afterPropertiesSet() - 类 中的方法org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.hibernate5.HibernateTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.jpa.JpaTransactionManager
Eagerly initialize the JPA dialect, creating a default one for the specified EntityManagerFactory if none set.
afterPropertiesSet() - 类 中的方法org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
afterPropertiesSet() - 类 中的方法org.springframework.orm.jpa.support.SharedEntityManagerBean
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.support.TransactionTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.function.server.support.RouterFunctionMapping
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.resource.ResourceWebHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.view.AbstractUrlBasedView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a pre-configured FreeMarker Configuration.
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.view.RedirectView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.reactive.result.view.UrlBasedViewResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
This method must be invoked after all properties have been set to complete initialization.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.function.support.RouterFunctionMapping
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Initialize the wrapped Servlet instance.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuration.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Eagerly initialize Locales if necessary.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
afterPropertiesSet() - 类 中的方法org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
afterPrototypeCreation(String) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
Callback after prototype creation.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - 接口 中的方法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) - 类 中的方法org.springframework.messaging.support.ChannelInterceptorAdapter
已过时。
 
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
afterReturning(Object, Method, Object[], Object) - 接口 中的方法org.springframework.aop.AfterReturningAdvice
Callback after a given method successfully returned.
afterReturning(Object, Method, Object[], Object) - 类 中的方法org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AfterReturningAdvice - org.springframework.aop中的接口
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceInterceptor - org.springframework.aop.framework.adapter中的类
Interceptor to wrap an AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - 类 的构造器org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - 接口 中的方法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) - 类 中的方法org.springframework.messaging.support.ChannelInterceptorAdapter
已过时。
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - 接口 中的方法org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has ended.
afterSessionStarted(WebSocketSession, MessageChannel) - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - 接口 中的方法org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has started.
afterSingletonCreation(String) - 类 中的方法org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback after singleton creation.
afterSingletonsInstantiated() - 接口 中的方法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() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.context.event.EventListenerMethodProcessor
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterTestClass() - 类 中的方法org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - 类 中的方法org.springframework.test.context.event.EventPublishingTestExecutionListener
Publish an AfterTestClassEvent to the ApplicationContext for the supplied TestContext.
afterTestClass(TestContext) - 类 中的方法org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestClass(TestContext) - 类 中的方法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(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
AfterTestClass - org.springframework.test.context.event.annotation中的注释类型
@EventListener annotation used to consume a AfterTestClassEvent published by the EventPublishingTestExecutionListener.
AfterTestClassEvent - org.springframework.test.context.event中的类
AfterTestClassEvent(TestContext) - 类 的构造器org.springframework.test.context.event.AfterTestClassEvent
 
afterTestExecution(Object, Method, Throwable) - 类 中的方法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(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterTestExecution(TestContext) - 类 中的方法org.springframework.test.context.event.EventPublishingTestExecutionListener
Publish an AfterTestExecutionEvent to the ApplicationContext for the supplied TestContext.
afterTestExecution(TestContext) - 类 中的方法org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestExecution(TestContext) - 接口 中的方法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.
AfterTestExecution - org.springframework.test.context.event.annotation中的注释类型
@EventListener annotation used to consume a AfterTestExecutionEvent published by the EventPublishingTestExecutionListener.
AfterTestExecutionEvent - org.springframework.test.context.event中的类
AfterTestExecutionEvent(TestContext) - 类 的构造器org.springframework.test.context.event.AfterTestExecutionEvent
 
afterTestMethod(Object, Method, Throwable) - 类 中的方法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) - 类 中的方法org.springframework.test.context.event.EventPublishingTestExecutionListener
Publish an AfterTestMethodEvent to the ApplicationContext for the supplied TestContext.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContextafter the current test method.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestMethod(TestContext) - 类 中的方法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(TestContext) - 接口 中的方法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) - 类 中的方法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) - 类 中的方法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.
AfterTestMethod - org.springframework.test.context.event.annotation中的注释类型
@EventListener annotation used to consume a AfterTestMethodEvent published by the EventPublishingTestExecutionListener.
AfterTestMethodEvent - org.springframework.test.context.event中的类
AfterTestMethodEvent(TestContext) - 类 的构造器org.springframework.test.context.event.AfterTestMethodEvent
 
AfterTransaction - 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) - 类 中的方法org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Age header field name.
agentmain(String, Instrumentation) - 类 中的静态方法org.springframework.instrument.InstrumentationSavingAgent
Save the Instrumentation interface exposed by the JVM.
ALIAS_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ALIAS_ELEMENT - 类 中的静态变量org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
AliasDefinition - org.springframework.beans.factory.parsing中的类
Representation of an alias that has been registered during the parsing process.
AliasDefinition(String, String) - 类 的构造器org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDefinition(String, String, Object) - 类 的构造器org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasFor - org.springframework.core.annotation中的注释类型
@AliasFor is an annotation that is used to declare aliases for annotation attributes.
aliasRegistered(AliasDefinition) - 类 中的方法org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
aliasRegistered(AliasDefinition) - 接口 中的方法org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given alias has been registered.
AliasRegistry - org.springframework.core中的接口
Common interface for managing aliases.
all() - 类 中的静态方法org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that always matches.
all() - 类 中的静态方法org.springframework.web.servlet.function.RequestPredicates
Return a RequestPredicate that always matches.
ALL - org.springframework.test.context.TestConstructor.AutowireMode
All test constructor parameters will be autowired as if the constructor itself were annotated with @Autowired.
ALL - 接口 中的静态变量org.springframework.core.annotation.AnnotationFilter
AnnotationFilter that always matches and can be used when no relevant annotation types are expected to be present at all.
ALL - 类 中的静态变量org.springframework.expression.spel.ast.Selection
All items (?[]).
ALL - 类 中的静态变量org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e
ALL - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type that includes all media ranges (i.e
ALL - 类 中的静态变量org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
ALL_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
ALL_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.ALL.
AllEncompassingFormHttpMessageConverter - org.springframework.http.converter.support中的类
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - 类 的构造器org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
allEntries() - 注释类型 中的方法org.springframework.cache.annotation.CacheEvict
Whether all the entries inside the cache(s) are removed.
allMimeTypes() - 类 中的静态方法org.springframework.core.codec.CharSequenceEncoder
Create a CharSequenceEncoder that supports all MIME types.
allMimeTypes() - 类 中的静态方法org.springframework.core.codec.StringDecoder
Create a StringDecoder that supports all MIME types.
allMimeTypes(boolean) - 类 中的静态方法org.springframework.core.codec.StringDecoder
已过时。
allMimeTypes(List<String>, boolean) - 类 中的静态方法org.springframework.core.codec.StringDecoder
Create a StringDecoder that supports all MIME types.
allocateBuffer() - 接口 中的方法org.springframework.core.io.buffer.DataBufferFactory
Allocate a data buffer of a default initial capacity.
allocateBuffer() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBufferFactory
 
allocateBuffer() - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
 
allocateBuffer(int) - 接口 中的方法org.springframework.core.io.buffer.DataBufferFactory
Allocate a data buffer of the given initial capacity.
allocateBuffer(int) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBufferFactory
 
allocateBuffer(int) - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
 
allow(Set<HttpMethod>) - 接口 中的方法org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(Set<HttpMethod>) - 接口 中的方法org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(Set<HttpMethod>) - 接口 中的方法org.springframework.web.servlet.function.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(Set<HttpMethod>) - 接口 中的方法org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - 接口 中的方法org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - 接口 中的方法org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - 接口 中的方法org.springframework.web.servlet.function.EntityResponse.Builder
Set the set of allowed HTTP methods, as specified by the Allow header.
allow(HttpMethod...) - 接口 中的方法org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
ALLOW - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allowAliasOverriding() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
Only allows alias overriding if bean definition overriding is allowed.
allowAliasOverriding() - 类 中的方法org.springframework.core.SimpleAliasRegistry
Determine whether alias overriding is allowed.
allowCredentials() - 注释类型 中的方法org.springframework.web.bind.annotation.CrossOrigin
Whether the browser should send credentials, such as cookies along with cross domain requests, to the annotated endpoint.
allowCredentials(boolean) - 类 中的方法org.springframework.web.reactive.config.CorsRegistration
Whether the browser should send credentials, such as cookies along with cross domain requests, to the annotated endpoint.
allowCredentials(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Whether the browser should send credentials, such as cookies along with cross domain requests, to the annotated endpoint.
allowedHeaders() - 注释类型 中的方法org.springframework.web.bind.annotation.CrossOrigin
The list of request headers that are permitted in actual requests, possibly "*" to allow all headers.
allowedHeaders(String...) - 类 中的方法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...) - 类 中的方法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.
allowedMethods(String...) - 类 中的方法org.springframework.web.reactive.config.CorsRegistration
Set the HTTP methods to allow, e.g.
allowedMethods(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Set the HTTP methods to allow, e.g.
allowedOrigins - 类 中的变量org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
allowedOrigins(String...) - 类 中的方法org.springframework.web.reactive.config.CorsRegistration
The list of allowed origins that be specific origins, e.g.
allowedOrigins(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
The list of allowed origins that be specific origins, e.g.
allowPublicMethodsOnly() - 类 中的方法org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - 类 中的方法org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - 类 中的方法org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowsUnusedParameters() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - 类 中的方法org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
allSupportedMediaTypes - 类 中的变量org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ALOAD - 接口 中的静态变量org.springframework.asm.Opcodes
 
ALREADY_FILTERED_SUFFIX - 类 中的静态变量org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
ALREADY_REPORTED - org.springframework.http.HttpStatus
208 Already Reported.
ALT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
AlternativeJdkIdGenerator - 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() - 类 的构造器org.springframework.util.AlternativeJdkIdGenerator
 
alwaysCreateNewCollection() - 类 中的方法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() - 类 中的方法org.springframework.beans.propertyeditors.CustomMapEditor
Return whether to always create a new Map, even if the type of the passed-in Map already matches.
alwaysDo(ResultHandler) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysDo(ResultHandler) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysExpect(ResultMatcher) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global expectation that should always be applied to every response.
alwaysUseMockMvc() - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Specify that MockMvc should always be used regardless of what the request looks like.
AmbiguousBindingException(String) - 异常错误 的构造器org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
Construct a new AmbiguousBindingException with the specified message.
and() - 接口 中的方法org.springframework.web.reactive.function.server.RequestPredicates.Visitor
Receive "middle" notification of a logical AND predicate.
and() - 接口 中的方法org.springframework.web.servlet.function.RequestPredicates.Visitor
Receive "middle" notification of a logical AND predicate.
and(Class<? extends Annotation>, Class<? extends Annotation>) - 类 中的方法org.springframework.core.annotation.RepeatableContainers
Add an additional explicit relationship between a contained and repeatable annotation.
and(RequestPredicate) - 接口 中的方法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>) - 接口 中的方法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.
and(RequestPredicate) - 接口 中的方法org.springframework.web.servlet.function.RequestPredicate
Return a composed request predicate that tests against both this predicate AND the other predicate.
and(RouterFunction<T>) - 接口 中的方法org.springframework.web.servlet.function.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) - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Perform a general action.
andExpect(RequestMatcher) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
andExpect(RequestMatcher) - 接口 中的方法org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Perform an expectation.
andNest(RequestPredicate, RouterFunction<T>) - 接口 中的方法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.
andNest(RequestPredicate, RouterFunction<T>) - 接口 中的方法org.springframework.web.servlet.function.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<?>) - 接口 中的方法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.
andOther(RouterFunction<?>) - 接口 中的方法org.springframework.web.servlet.function.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) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
andRespond(ResponseCreator) - 接口 中的方法org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
andRoute(RequestPredicate, HandlerFunction<T>) - 接口 中的方法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.
andRoute(RequestPredicate, HandlerFunction<T>) - 接口 中的方法org.springframework.web.servlet.function.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) - 接口 中的方法org.springframework.web.reactive.function.client.ExchangeFilterFunction
Return a composed filter function that first applies this filter, and then applies the given "after" filter.
andThen(HandlerFilterFunction<T, T>) - 接口 中的方法org.springframework.web.reactive.function.server.HandlerFilterFunction
Return a composed filter function that first applies this filter, and then applies the after filter.
andThen(HandlerFilterFunction<T, T>) - 接口 中的方法org.springframework.web.servlet.function.HandlerFilterFunction
Return a composed filter function that first applies this filter, and then applies the after filter.
ANEWARRAY - 接口 中的静态变量org.springframework.asm.Opcodes
 
ANNOTATED - org.springframework.test.context.TestConstructor.AutowireMode
Each individual test constructor parameter will only be autowired if it is annotated with @Autowired, @Qualifier, or @Value, or if the constructor itself is annotated with @Autowired.
AnnotatedBeanDefinition - org.springframework.beans.factory.annotation中的接口
Extended BeanDefinition interface that exposes AnnotationMetadata about its bean class - without requiring the class to be loaded yet.
AnnotatedBeanDefinitionReader - org.springframework.context.annotation中的类
Convenient adapter for programmatic registration of bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - 类 的构造器org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - 类 的构造器org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry, using the given Environment.
AnnotatedElementKey - org.springframework.context.expression中的类
Represent an AnnotatedElement on a particular Class and is suitable as a key.
AnnotatedElementKey(AnnotatedElement, Class<?>) - 类 的构造器org.springframework.context.expression.AnnotatedElementKey
Create a new instance with the specified AnnotatedElement and optional target Class.
AnnotatedElementUtils - org.springframework.core.annotation中的类
General utility methods for finding annotations, meta-annotations, and repeatable annotations on AnnotatedElements.
AnnotatedElementUtils() - 类 的构造器org.springframework.core.annotation.AnnotatedElementUtils
 
AnnotatedEndpointConnectionManager - org.springframework.web.socket.client.standard中的类
A WebSocket connection manager that is given a URI, a ClientEndpoint-annotated endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
AnnotatedEndpointConnectionManager(Class<?>, String, Object...) - 类 的构造器org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedEndpointConnectionManager(Object, String, Object...) - 类 的构造器org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedGenericBeanDefinition - org.springframework.beans.factory.annotation中的类
Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
AnnotatedGenericBeanDefinition(Class<?>) - 类 的构造器org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata) - 类 的构造器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) - 类 的构造器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.
AnnotatedTypeMetadata - 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() - 注释类型 中的方法org.springframework.core.annotation.AliasFor
The type of annotation in which the aliased AliasFor.attribute() is declared.
annotation() - 注释类型 中的方法org.springframework.scheduling.annotation.EnableAsync
Indicate the 'async' annotation type to be detected at either class or method level.
annotation(Class<? extends Annotation>...) - 类 中的方法org.springframework.web.method.HandlerTypePredicate.Builder
Match types that are annotated with one of the given annotations.
ANNOTATION - org.springframework.context.annotation.FilterType
Filter candidates marked with a given annotation.
ANNOTATION_TO_MAP - org.springframework.core.annotation.MergedAnnotation.Adapt
Adapt nested annotation or annotation arrays to maps rather than synthesizing the values.
AnnotationAsyncExecutionInterceptor - org.springframework.scheduling.annotation中的类
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributes - 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() - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Class<? extends Annotation>) - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(String, ClassLoader) - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(Map<String, Object>) - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAttributes(AnnotationAttributes) - 类 的构造器org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
AnnotationAwareAspectJAutoProxyCreator - org.springframework.aop.aspectj.annotation中的类
AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AnnotationAwareAspectJAutoProxyCreator() - 类 的构造器org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AnnotationAwareOrderComparator - 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() - 类 的构造器org.springframework.core.annotation.AnnotationAwareOrderComparator
 
AnnotationBeanNameGenerator - 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() - 类 的构造器org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationBeanUtils - org.springframework.beans.annotation中的类
已过时。
as of 5.2, in favor of custom annotation attribute processing
AnnotationBeanUtils() - 类 的构造器org.springframework.beans.annotation.AnnotationBeanUtils
已过时。
 
AnnotationBeanWiringInfoResolver - org.springframework.beans.factory.annotation中的类
BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
AnnotationBeanWiringInfoResolver() - 类 的构造器org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
AnnotationCacheOperationSource - org.springframework.cache.annotation中的类
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource.CacheOperationProvider - org.springframework.cache.annotation中的接口
Callback interface providing CacheOperation instance(s) based on a given CacheAnnotationParser.
AnnotationClassFilter - org.springframework.aop.support.annotation中的类
Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
AnnotationClassFilter(Class<? extends Annotation>) - 类 的构造器org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationClassFilter(Class<? extends Annotation>, boolean) - 类 的构造器org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationConfigApplicationContext - org.springframework.context.annotation中的类
Standalone application context, accepting component classes as input — in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigApplicationContext() - 类 的构造器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(Class<?>...) - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given component classes and automatically refreshing the context.
AnnotationConfigApplicationContext(String...) - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for components in the given packages, registering bean definitions for those components, and automatically refreshing the context.
AnnotationConfigApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigBeanDefinitionParser - org.springframework.context.annotation中的类
Parser for the <context:annotation-config/> element.
AnnotationConfigBeanDefinitionParser() - 类 的构造器org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
AnnotationConfigContextLoader - org.springframework.test.context.support中的类
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from component classes.
AnnotationConfigContextLoader() - 类 的构造器org.springframework.test.context.support.AnnotationConfigContextLoader
 
AnnotationConfigContextLoaderUtils - org.springframework.test.context.support中的类
Utility methods for SmartContextLoaders that deal with component classes (e.g., @Configuration classes).
AnnotationConfigContextLoaderUtils() - 类 的构造器org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
AnnotationConfigRegistry - 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 - org.springframework.core.annotation中的异常错误
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
AnnotationConfigurationException(String) - 异常错误 的构造器org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message.
AnnotationConfigurationException(String, Throwable) - 异常错误 的构造器org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message and cause.
AnnotationConfigUtils - org.springframework.context.annotation中的类
Utility class that allows for convenient registration of common BeanPostProcessor and BeanFactoryPostProcessor definitions for annotation-based configuration.
AnnotationConfigUtils() - 类 的构造器org.springframework.context.annotation.AnnotationConfigUtils
 
AnnotationConfigWebApplicationContext - org.springframework.web.context.support中的类
WebApplicationContext implementation which accepts component classes as input — in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - 类 的构造器org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotationConfigWebContextLoader - org.springframework.test.context.web中的类
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
AnnotationConfigWebContextLoader() - 类 的构造器org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDescriptor(Class<?>, T) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDrivenBeanDefinitionParser - org.springframework.scheduling.config中的类
Parser for the 'annotation-driven' element of the 'task' namespace.
AnnotationDrivenBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
annotationDrivenTransactionManager() - 接口 中的方法org.springframework.transaction.annotation.TransactionManagementConfigurer
Return the default transaction manager bean to use for annotation-driven database transaction management, i.e. when processing @Transactional methods.
AnnotationExceptionHandlerMethodResolver - org.springframework.messaging.handler.annotation.support中的类
A sub-class of AbstractExceptionHandlerMethodResolver that looks for MessageExceptionHandler-annotated methods in a given class.
AnnotationExceptionHandlerMethodResolver(Class<?>) - 类 的构造器org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A constructor that finds MessageExceptionHandler methods in the given type.
AnnotationFilter - org.springframework.core.annotation中的接口
Callback interface that can be used to filter specific annotation types.
AnnotationFormatterFactory<A extends Annotation> - org.springframework.format中的接口
A factory that creates formatters to format values of fields annotated with a particular Annotation.
annotationIntrospector(AnnotationIntrospector) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set an AnnotationIntrospector for both serialization and deserialization.
annotationIntrospector(Function<AnnotationIntrospector, AnnotationIntrospector>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Alternative to Jackson2ObjectMapperBuilder.annotationIntrospector(AnnotationIntrospector) that allows combining with rather than replacing the currently set introspector, e.g. via AnnotationIntrospector.pair(AnnotationIntrospector, AnnotationIntrospector).
AnnotationJCacheOperationSource - org.springframework.cache.jcache.interceptor中的类
Implementation of the JCacheOperationSource interface that reads the JSR-107 CacheResult, CachePut, CacheRemove and CacheRemoveAll annotations.
AnnotationJCacheOperationSource() - 类 的构造器org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
AnnotationJmxAttributeSource - org.springframework.jmx.export.annotation中的类
Implementation of the JmxAttributeSource interface that reads annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationMatchingPointcut - 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>) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, boolean) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation types.
AnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>, boolean) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation types.
AnnotationMBeanExporter - 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() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
AnnotationMetadata - 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.
AnnotationMetadataReadingVisitor - org.springframework.core.type.classreading中的类
已过时。
As of Spring Framework 5.2, this class has been replaced by SimpleAnnotationMetadataReadingVisitor for internal use within the framework, but there is no public replacement for AnnotationMetadataReadingVisitor.
AnnotationMetadataReadingVisitor(ClassLoader) - 类 的构造器org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
已过时。
 
AnnotationMethodMatcher - 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>) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMethodMatcher
Create a new AnnotationClassFilter for the given annotation type.
AnnotationMethodMatcher(Class<? extends Annotation>, boolean) - 类 的构造器org.springframework.aop.support.annotation.AnnotationMethodMatcher
Create a new AnnotationClassFilter for the given annotation type.
annotations() - 注释类型 中的方法org.springframework.web.bind.annotation.ControllerAdvice
Array of annotation types.
annotations() - 注释类型 中的方法org.springframework.web.bind.annotation.RestControllerAdvice
Array of annotations.
AnnotationScopeMetadataResolver - org.springframework.context.annotation中的类
A ScopeMetadataResolver implementation that by default checks for the presence of Spring's @Scope annotation on the bean class.
AnnotationScopeMetadataResolver() - 类 的构造器org.springframework.context.annotation.AnnotationScopeMetadataResolver
Construct a new AnnotationScopeMetadataResolver.
AnnotationScopeMetadataResolver(ScopedProxyMode) - 类 的构造器org.springframework.context.annotation.AnnotationScopeMetadataResolver
Construct a new AnnotationScopeMetadataResolver using the supplied default ScopedProxyMode.
annotationSet - 类 中的变量org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
已过时。
 
AnnotationTransactionAttributeSource - org.springframework.transaction.annotation中的类
Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a default AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 TransactionAttribute annotation.
AnnotationTransactionAttributeSource(boolean) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 TransactionAttribute annotation.
AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser>) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(TransactionAnnotationParser) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(TransactionAnnotationParser...) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
annotationType() - 类 中的方法org.springframework.core.annotation.AnnotationAttributes
Get the type of annotation represented by this AnnotationAttributes.
AnnotationTypeFilter - org.springframework.core.type.filter中的类
A simple TypeFilter which matches classes with a given annotation, checking inherited annotations as well.
AnnotationTypeFilter(Class<? extends Annotation>) - 类 的构造器org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean) - 类 的构造器org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean, boolean) - 类 的构造器org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationUtils - 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() - 类 的构造器org.springframework.core.annotation.AnnotationUtils
 
AnnotationVisitor - org.springframework.asm中的类
A visitor to visit a Java annotation.
AnnotationVisitor(int) - 类 的构造器org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - 类 的构造器org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AntPathMatcher - org.springframework.util中的类
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - 类 的构造器org.springframework.util.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - 类 的构造器org.springframework.util.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - org.springframework.util中的类
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - org.springframework.util中的类
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathStringMatcher(String) - 类 的构造器org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - 类 的构造器org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - 类 的构造器org.springframework.util.AntPathMatcher.AntPatternComparator
 
anything() - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Match to any request.
AopConfigException - org.springframework.aop.framework中的异常错误
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - 异常错误 的构造器org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigException(String, Throwable) - 异常错误 的构造器org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigUtils - org.springframework.aop.config中的类
Utility class for handling registration of AOP auto-proxy creators.
AopConfigUtils() - 类 的构造器org.springframework.aop.config.AopConfigUtils
 
AopContext - org.springframework.aop.framework中的类
Class containing static methods used to obtain information about the current AOP invocation.
AopInfrastructureBean - org.springframework.aop.framework中的接口
Marker interface that indicates a bean that is part of Spring's AOP infrastructure.
AopInvocationException - org.springframework.aop中的异常错误
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
AopInvocationException(String) - 异常错误 的构造器org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopInvocationException(String, Throwable) - 异常错误 的构造器org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopNamespaceHandler - org.springframework.aop.config中的类
NamespaceHandler for the aop namespace.
AopNamespaceHandler() - 类 的构造器org.springframework.aop.config.AopNamespaceHandler
 
AopNamespaceUtils - org.springframework.aop.config中的类
Utility class for handling registration of auto-proxy creators used internally by the 'aop' namespace tags.
AopNamespaceUtils() - 类 的构造器org.springframework.aop.config.AopNamespaceUtils
 
AopProxy - org.springframework.aop.framework中的接口
Delegate interface for a configured AOP proxy, allowing for the creation of actual proxy objects.
AopProxyFactory - org.springframework.aop.framework中的接口
Interface to be implemented by factories that are able to create AOP proxies based on AdvisedSupport configuration objects.
AopProxyUtils - org.springframework.aop.framework中的类
Utility methods for AOP proxy factories.
AopProxyUtils() - 类 的构造器org.springframework.aop.framework.AopProxyUtils
 
AopTestUtils - org.springframework.test.util中的类
AopTestUtils is a collection of AOP-related utility methods for use in unit and integration testing scenarios.
AopTestUtils() - 类 的构造器org.springframework.test.util.AopTestUtils
 
AopUtils - org.springframework.aop.support中的类
Utility methods for AOP support code.
AopUtils() - 类 的构造器org.springframework.aop.support.AopUtils
 
api - 类 中的变量org.springframework.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.springframework.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.springframework.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.springframework.asm.MethodVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.springframework.asm.ModuleVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.springframework.asm.RecordComponentVisitor
已过时。
The ASM API version implemented by this visitor.
AppCacheManifestTransformer - org.springframework.web.reactive.resource中的类
A ResourceTransformer HTML5 AppCache manifests.
AppCacheManifestTransformer - org.springframework.web.servlet.resource中的类
A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
AppCacheManifestTransformer() - 类 的构造器org.springframework.web.reactive.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".appcache".
AppCacheManifestTransformer() - 类 的构造器org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".appcache".
AppCacheManifestTransformer(String) - 类 的构造器org.springframework.web.reactive.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
AppCacheManifestTransformer(String) - 类 的构造器org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
append(Object) - 类 中的方法org.springframework.core.style.ToStringCreator
Append the provided value.
append(String, boolean) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a boolean field value.
append(String, byte) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a byte field value.
append(String, double) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a double field value.
append(String, float) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a float field value.
append(String, int) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a integer field value.
append(String, long) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a long field value.
append(String, short) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a short field value.
append(String, Object) - 类 中的方法org.springframework.core.style.ToStringCreator
Append a field value.
appendCurrentQueryParams(StringBuilder, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Append the query string of the current request to the target redirect URL.
appendCurrentRequestQuery(String, ServerHttpRequest) - 类 中的方法org.springframework.web.reactive.result.view.RedirectView
Append the query of the current request to the target redirect URL.
appendHintMessage(StringBuilder) - 类 中的方法org.springframework.beans.PropertyMatches
 
appendIdentityToObjectName(ObjectName, Object) - 类 中的静态方法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) - 类 中的静态方法org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given bytes to the given StringBuilder.
appendMd5DigestAsHex(InputStream, StringBuilder) - 类 中的静态方法org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given inputStream to the given StringBuilder.
appendQueryProperties(StringBuilder, Map<String, Object>, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendTo(StringBuilder) - 类 中的方法org.springframework.util.MimeType
 
appendValue(String) - 类 中的方法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 - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_CBOR - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/cbor.
APPLICATION_CBOR_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_CBOR.
APPLICATION_CONTEXT_ID_PREFIX - 接口 中的静态变量org.springframework.web.context.ConfigurableWebApplicationContext
Prefix for ApplicationContext ids that refer to context path and/or servlet name.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - 类 中的静态变量org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
APPLICATION_FORM_URLENCODED - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - 类 中的静态变量org.springframework.http.MediaType
APPLICATION_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/json.
APPLICATION_JSON_UTF8 - 类 中的静态变量org.springframework.http.MediaType
已过时。
as of 5.2 in favor of MediaType.APPLICATION_JSON since major browsers like Chrome now comply with the specification and interpret correctly UTF-8 special characters without requiring a charset=UTF-8 parameter.
APPLICATION_JSON_UTF8_VALUE - 类 中的静态变量org.springframework.http.MediaType
已过时。
as of 5.2 in favor of MediaType.APPLICATION_JSON_VALUE since major browsers like Chrome now comply with the specification and interpret correctly UTF-8 special characters without requiring a charset=UTF-8 parameter.
APPLICATION_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_JSON_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_OCTET_STREAM_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
APPLICATION_PDF - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/pdf.
APPLICATION_PDF_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PDF.
APPLICATION_PROBLEM_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/problem+json.
APPLICATION_PROBLEM_JSON_UTF8 - 类 中的静态变量org.springframework.http.MediaType
已过时。
as of 5.2 in favor of MediaType.APPLICATION_PROBLEM_JSON since major browsers like Chrome now comply with the specification and interpret correctly UTF-8 special characters without requiring a charset=UTF-8 parameter.
APPLICATION_PROBLEM_JSON_UTF8_VALUE - 类 中的静态变量org.springframework.http.MediaType
已过时。
as of 5.2 in favor of MediaType.APPLICATION_PROBLEM_JSON_VALUE since major browsers like Chrome now comply with the specification and interpret correctly UTF-8 special characters without requiring a charset=UTF-8 parameter.
APPLICATION_PROBLEM_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_JSON.
APPLICATION_PROBLEM_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/problem+xml.
APPLICATION_PROBLEM_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_XML.
APPLICATION_RSS_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/rss+xml.
APPLICATION_RSS_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_RSS_XML.
APPLICATION_STREAM_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/stream+json.
APPLICATION_STREAM_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_STREAM_JSON.
APPLICATION_XHTML_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/xml.
APPLICATION_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
APPLICATION_XML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_XML.
applicationContext - 类 中的变量org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext - 类 中的变量org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext(ApplicationContext) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the Spring ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
applicationContext(ApplicationContext) - 类 中的静态方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Static factory method to create a new builder instance by detecting beans in an ApplicationContext.
ApplicationContext - org.springframework.context中的接口
Central interface to provide configuration for an application.
ApplicationContextAware - org.springframework.context中的接口
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextEvent - org.springframework.context.event中的类
Base class for events raised for an ApplicationContext.
ApplicationContextEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ApplicationContextEvent
Create a new ContextStartedEvent.
ApplicationContextException - org.springframework.context中的异常错误
Exception thrown during application context initialization.
ApplicationContextException(String) - 异常错误 的构造器org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - 异常错误 的构造器org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and the given root cause.
ApplicationContextInitializer<C extends ConfigurableApplicationContext> - org.springframework.context中的接口
Callback interface for initializing a Spring ConfigurableApplicationContext prior to being refreshed.
ApplicationEvent - org.springframework.context中的类
Class to be extended by all application events.
ApplicationEvent(Object) - 类 的构造器org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
ApplicationEventMulticaster - org.springframework.context.event中的接口
Interface to be implemented by objects that can manage a number of ApplicationListener objects and publish events to them.
ApplicationEventPublisher - org.springframework.context中的接口
Interface that encapsulates event publication functionality.
ApplicationEventPublisherAware - 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.
ApplicationListener<E extends ApplicationEvent> - org.springframework.context中的接口
Interface to be implemented by application event listeners.
ApplicationListenerMethodAdapter - org.springframework.context.event中的类
GenericApplicationListener adapter that delegates the processing of an event to an EventListener annotated method.
ApplicationListenerMethodAdapter(String, Class<?>, Method) - 类 的构造器org.springframework.context.event.ApplicationListenerMethodAdapter
 
ApplicationObjectSupport - org.springframework.context.support中的类
Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
ApplicationObjectSupport() - 类 的构造器org.springframework.context.support.ApplicationObjectSupport
 
ApplicationScope - org.springframework.web.context.annotation中的注释类型
@ApplicationScope is a specialization of @Scope for a component whose lifecycle is bound to the current web application.
apply(Consumer<RSocketRequester.Builder>) - 接口 中的方法org.springframework.messaging.rsocket.RSocketRequester.Builder
Configure this builder through a Consumer.
apply(Consumer<WebClient.Builder>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.Builder
Apply the given Consumer to this builder instance.
apply(Statement, Description) - 类 中的方法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) - 类 中的方法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(ServerHttpRequest) - 类 中的方法org.springframework.web.server.adapter.ForwardedHeaderTransformer
Apply and remove, or remove Forwarded type headers.
apply(MockServerConfigurer) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Shortcut for pre-packaged customizations to the mock server setup.
apply(WebTestClientConfigurer) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Apply the given configurer to this builder instance.
apply(MockMvcConfigurer) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
apply(MockMvcConfigurer) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a MockMvcConfigurer that automates MockMvc setup and configures it for some specific purpose (e.g. security).
apply(ExchangeFunction) - 接口 中的方法org.springframework.web.reactive.function.client.ExchangeFilterFunction
Apply this filter to the given ExchangeFunction, resulting in a filtered exchange function.
apply(HandlerFunction<T>) - 接口 中的方法org.springframework.web.reactive.function.server.HandlerFilterFunction
Apply this filter to the given handler function, resulting in a filtered handler function.
apply(HandlerFunction<T>) - 接口 中的方法org.springframework.web.servlet.function.HandlerFilterFunction
Apply this filter to the given handler function, resulting in a filtered handler function.
apply(HttpServerRequest, HttpServerResponse) - 类 中的方法org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
 
applyAcknowledgeMode(BeanWrapper, int) - 类 中的方法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) - 类 中的方法org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Apply the specified acknowledge mode to the ActivationSpec object.
applyAfterHandshake(ServerHttpRequest, ServerHttpResponse, Exception) - 类 中的方法org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyBackOffTime(BackOffExecution) - 类 中的方法org.springframework.jms.listener.DefaultMessageListenerContainer
Apply the next back-off time using the specified BackOffExecution.
applyBeanPostProcessorsAfterInitialization(Object, String) - 接口 中的方法org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessAfterInitialization methods.
applyBeanPostProcessorsAfterInitialization(Object, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - 接口 中的方法org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessBeforeInitialization methods.
applyBeanPostProcessorsBeforeInitialization(Object, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply InstantiationAwareBeanPostProcessors to the specified bean definition (by class and name), invoking their postProcessBeforeInstantiation methods.
applyBeanPropertyValues(Object, String) - 接口 中的方法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) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeforeHandshake(ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyCacheControl(HttpServletResponse, CacheControl) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP Cache-Control header according to the given settings.
applyCacheSeconds(HttpServletResponse, int) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate corresponding HTTP headers, i.e. allow caching for the given number of seconds in case of a positive value, prevent caching if given a 0 value, do nothing else.
applyCacheSeconds(HttpServletResponse, int, boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
applyContentType(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Apply this view's content type as specified in the "contentType" bean property to the given response.
applyCookies() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
Add cookies from AbstractClientHttpRequest.getHeaders() to the underlying request.
applyCookies() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Add cookies from AbstractServerHttpResponse.getHeaders() to the underlying response.
applyCookies() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyCookies() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyCurrencyTimeLimit(Descriptor, int) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyCustomizers(BeanDefinitionCustomizer...) - 类 中的方法org.springframework.beans.factory.support.BeanDefinitionBuilder
Apply the given customizers to the underlying bean definition.
applyDefaultCurrencyTimeLimit(Descriptor) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyDefaults(BeanDefinitionDefaults) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanDefinition
Apply the provided default values to this bean.
applyDefaultsFromAnnotation(WebService) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize this client interceptor's properties from the given WebService annotation, if necessary and possible (i.e. if "wsdlDocumentUrl", "namespaceUri", "serviceName" and "portName" haven't been set but corresponding values are declared at the annotation level of the specified service interface).
applyExceptionHandler(Throwable) - 类 中的方法org.springframework.web.reactive.HandlerResult
Apply the exception handler and return the alternative result.
applyHeaders() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
Apply header changes from AbstractClientHttpRequest.getHeaders() to the underlying request.
applyHeaders() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Invoked when the response is getting committed allowing sub-classes to make apply header values to the underlying response.
applyHeaders() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyHeaders() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyInitializers(ConfigurableApplicationContext) - 类 中的方法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) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyJsonQuoting(String) - 类 中的方法org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
Apply standard JSON string quoting (see https://www.json.org/).
applyJsonQuoting(String) - 类 中的方法org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
applyLifecycleMethods(String, AbstractUrlBasedView) - 类 中的方法org.springframework.web.reactive.result.view.UrlBasedViewResolver
Apply the containing ApplicationContext's lifecycle methods to the given View instance, if such a context is available.
applyLifecycleMethods(String, AbstractUrlBasedView) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Apply the containing ApplicationContext's lifecycle methods to the given View instance, if such a context is available.
applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their postProcessMergedBeanDefinition methods.
applyNamedParameterToQuery(Query, String, Object) - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
已过时。
applyPermitDefaultValues() - 类 中的方法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.
applyPostReceive(Message<?>, MessageChannel) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPostSend(Message<?>, MessageChannel, boolean) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPreReceive(MessageChannel) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPreSend(Message<?>, MessageChannel) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPropertyToBeanDefinition(String, Object) - 类 中的方法org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - 类 中的方法org.springframework.beans.factory.config.PropertyOverrideConfigurer
Apply the given property value to the corresponding bean.
applyPropertyValues(String, BeanDefinition, BeanWrapper, PropertyValues) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply the given property values, resolving any runtime references to other beans in this bean factory.
applyPropertyValues(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Apply given property values to the target object.
applyRelativePath(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
applyStatementSettings(Statement) - 类 中的方法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) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Apply the resolved status code and reason to the response.
applyStatusCode() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Write the status code to the underlying response.
applyStatusCode() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - 类 中的方法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) - 类 中的静态方法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) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTo(BlockHound.Builder) - 类 中的方法org.springframework.core.ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration
 
applyTransactionTimeout(Statement, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Apply the current transaction timeout, if any, to the given JDBC Statement object.
applyTransactionTimeout(Query, EntityManagerFactory) - 类 中的静态方法org.springframework.orm.jpa.EntityManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JPA Query object.
areBoxingCompatible(String, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine whether boxing/unboxing can get from one type to the other.
ARETURN - 接口 中的静态变量org.springframework.asm.Opcodes
 
arg(int, Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
ARG_TYPE_ELEMENT - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARG_TYPE_MATCH_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
argBinding(JoinPoint, JoinPointMatch, Object, Throwable) - 类 中的方法org.springframework.aop.aspectj.AbstractAspectJAdvice
Take the arguments at the method execution join point and output a set of arguments to the advice method.
ARGLIST_SHOULD_NOT_BE_EVALUATED - org.springframework.expression.spel.SpelMessage
 
ArgumentAware - org.springframework.web.servlet.tags中的接口
Allows implementing tag to utilize nested spring:argument tags.
ArgumentConvertingMethodInvoker - org.springframework.beans.support中的类
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter.
ArgumentConvertingMethodInvoker() - 类 的构造器org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
ArgumentPreparedStatementSetter - org.springframework.jdbc.core中的类
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgumentPreparedStatementSetter(Object[]) - 类 的构造器org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
ArgumentResolverConfigurer - org.springframework.messaging.handler.invocation.reactive中的类
Assist with configuration for handler method argument resolvers.
ArgumentResolverConfigurer - org.springframework.web.reactive.result.method.annotation中的类
Helps to configure resolvers for Controller method arguments.
ArgumentResolverConfigurer() - 类 的构造器org.springframework.messaging.handler.invocation.reactive.ArgumentResolverConfigurer
 
ArgumentResolverConfigurer() - 类 的构造器org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer
 
argumentResolvers(Consumer<ArgumentResolverConfigurer>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure resolvers for custom controller method arguments.
arguments - 类 中的变量org.springframework.aop.framework.ReflectiveMethodInvocation
 
ArgumentTag - org.springframework.web.servlet.tags中的类
The <argument> tag is based on the JSTL fmt:param tag.
ArgumentTag() - 类 的构造器org.springframework.web.servlet.tags.ArgumentTag
 
ArgumentTypePreparedStatementSetter - org.springframework.jdbc.core中的类
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgumentTypePreparedStatementSetter(Object[], int[]) - 类 的构造器org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
array(TypeDescriptor) - 类 中的静态方法org.springframework.core.convert.TypeDescriptor
Create a new type descriptor as an array of the specified type.
ARRAY - 类 中的静态变量org.springframework.asm.Type
The sort of array reference types.
ARRAY_ELEMENT - 类 中的静态变量org.springframework.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAY_ELEMENT - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARRAY_INDEX_OUT_OF_BOUNDS - org.springframework.expression.spel.SpelMessage
 
ARRAY_SUFFIX - 类 中的静态变量org.springframework.util.ClassUtils
Suffix for array class names: "[]".
arrayCodeFor(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the appropriate T tag to use for the NEWARRAY bytecode.
ARRAYLENGTH - 接口 中的静态变量org.springframework.asm.Opcodes
 
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法org.springframework.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - 类 中的静态方法org.springframework.util.CollectionUtils
Convert the supplied array into a List.
as(Class<?>) - 类 中的方法org.springframework.core.ResolvableType
Return this type as a ResolvableType of the specified class.
asAnnotationAttributes(MergedAnnotation.Adapt...) - 接口 中的方法org.springframework.core.annotation.MergedAnnotation
Create a new mutable AnnotationAttributes instance from this merged annotation.
asByteBuffer() - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
Expose this buffer's bytes as a ByteBuffer.
asByteBuffer() - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
 
asByteBuffer() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
 
asByteBuffer() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
 
asByteBuffer(int, int) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
Expose a subsequence of this buffer's bytes as a ByteBuffer.
asByteBuffer(int, int) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
 
asByteBuffer(int, int) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
 
asByteBuffer(int, int) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
 
asBytes() - 类 中的方法org.springframework.web.socket.TextMessage
 
asCollection() - 类 中的方法org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Collection type.
asHttpHeaders() - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the headers as an HttpHeaders instance.
asHttpHeaders() - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
 
asHttpHeaders() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the headers as an instance of HttpHeaders.
asHttpHeaders() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
asHttpHeaders() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Headers
Get the headers as an instance of HttpHeaders.
asInputStream() - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
Expose this buffer's data as an InputStream.
asInputStream() - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
 
asInputStream() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
 
asInputStream() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
 
asInputStream(boolean) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
Expose this buffer's data as an InputStream.
asInputStream(boolean) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
 
asInputStream(boolean) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
 
asInputStream(boolean) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
 
ASM_VERSION - 类 中的静态变量org.springframework.asm.SpringAsmInfo
The ASM compatibility version for Spring's ASM visitor implementations: currently Opcodes.ASM8_EXPERIMENTAL, as of Spring Framework 5.2.5.
ASM4 - 接口 中的静态变量org.springframework.asm.Opcodes
 
ASM5 - 接口 中的静态变量org.springframework.asm.Opcodes
 
ASM6 - 接口 中的静态变量org.springframework.asm.Opcodes
 
ASM7 - 接口 中的静态变量org.springframework.asm.Opcodes
 
ASM8_EXPERIMENTAL - 接口 中的静态变量org.springframework.asm.Opcodes
已过时。
This API is experimental.
asMap() - 类 中的方法org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Map type.
asMap() - 类 中的方法org.springframework.ui.ConcurrentModel
 
asMap() - 类 中的方法org.springframework.ui.ExtendedModelMap
 
asMap() - 接口 中的方法org.springframework.ui.Model
Return the current set of model attributes as a Map.
asMap() - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
asMap(Function<MergedAnnotation<?>, T>, MergedAnnotation.Adapt...) - 接口 中的方法org.springframework.core.annotation.MergedAnnotation
Create a new Map instance of the given type that contains all the annotation attributes.
asMap(MergedAnnotation.Adapt...) - 接口 中的方法org.springframework.core.annotation.MergedAnnotation
Get an immutable Map that contains all the annotation attributes.
asMediaType(MimeType) - 类 中的静态方法org.springframework.http.MediaType
Re-create the given mime type as a media type.
asMediaTypes(List<MimeType>) - 类 中的静态方法org.springframework.http.MediaType
Re-create the given mime types as media types.
asNumber(String) - 类 中的方法org.springframework.core.Constants
Return a constant value cast to a Number.
asObject(String) - 类 中的方法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() - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
Expose this buffer's data as an OutputStream.
asOutputStream() - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
 
asOutputStream() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
 
asOutputStream() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
 
AspectComponentDefinition - org.springframework.aop.config中的类
ComponentDefinition that holds an aspect definition, including its nested pointcuts.
AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - 类 的构造器org.springframework.aop.config.AspectComponentDefinition
 
AspectEntry - org.springframework.aop.config中的类
ParseState entry representing an aspect.
AspectEntry(String, String) - 类 的构造器org.springframework.aop.config.AspectEntry
Create a new AspectEntry instance.
AspectException - org.aopalliance.aop中的异常错误
Superclass for all AOP infrastructure exceptions.
AspectException(String) - 异常错误 的构造器org.aopalliance.aop.AspectException
Constructor for AspectException.
AspectException(String, Throwable) - 异常错误 的构造器org.aopalliance.aop.AspectException
Constructor for AspectException.
AspectInstanceFactory - org.springframework.aop.aspectj中的接口
Interface implemented to provide an instance of an AspectJ aspect.
ASPECTJ - org.springframework.context.annotation.AdviceMode
AspectJ weaving-based advice.
ASPECTJ - org.springframework.context.annotation.FilterType
Filter candidates matching a given AspectJ type pattern expression.
ASPECTJ_AOP_XML_RESOURCE - 类 中的静态变量org.springframework.context.weaving.AspectJWeavingEnabler
The aop.xml resource location.
aspectJAdviceMethod - 类 中的变量org.springframework.aop.aspectj.AbstractAspectJAdvice
 
AspectJAdviceParameterNameDiscoverer - 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) - 类 的构造器org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Create a new discoverer that attempts to discover parameter names.
AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException - org.springframework.aop.aspectj中的异常错误
Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.
AspectJAdvisorFactory - org.springframework.aop.aspectj.annotation中的接口
Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
AspectJAfterAdvice - org.springframework.aop.aspectj中的类
Spring AOP advice wrapping an AspectJ after advice method.
AspectJAfterAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - 类 的构造器org.springframework.aop.aspectj.AspectJAfterAdvice
 
AspectJAfterReturningAdvice - org.springframework.aop.aspectj中的类
Spring AOP advice wrapping an AspectJ after-returning advice method.
AspectJAfterReturningAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - 类 的构造器org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AspectJAfterThrowingAdvice - org.springframework.aop.aspectj中的类
Spring AOP advice wrapping an AspectJ after-throwing advice method.
AspectJAfterThrowingAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - 类 的构造器org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
AspectJAnnotation(A) - 类 的构造器org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AspectJAopUtils - org.springframework.aop.aspectj中的类
Utility methods for dealing with AspectJ advisors.
AspectJAopUtils() - 类 的构造器org.springframework.aop.aspectj.AspectJAopUtils
 
AspectJAroundAdvice - org.springframework.aop.aspectj中的类
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.
AspectJAroundAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - 类 的构造器org.springframework.aop.aspectj.AspectJAroundAdvice
 
AspectJAsyncConfiguration - org.springframework.scheduling.aspectj中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.
AspectJAsyncConfiguration() - 类 的构造器org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AspectJAwareAdvisorAutoProxyCreator - 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() - 类 的构造器org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
AspectJCachingConfiguration - org.springframework.cache.aspectj中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.
AspectJCachingConfiguration() - 类 的构造器org.springframework.cache.aspectj.AspectJCachingConfiguration
 
AspectJExpressionPointcut - org.springframework.aop.aspectj中的类
Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
AspectJExpressionPointcut() - 类 的构造器org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new default AspectJExpressionPointcut.
AspectJExpressionPointcut(Class<?>, String[], Class<?>[]) - 类 的构造器org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new AspectJExpressionPointcut with the given settings.
AspectJExpressionPointcutAdvisor - org.springframework.aop.aspectj中的类
Spring AOP Advisor that can be used for any AspectJ pointcut expression.
AspectJExpressionPointcutAdvisor() - 类 的构造器org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
AspectJJCacheConfiguration - 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() - 类 的构造器org.springframework.cache.aspectj.AspectJJCacheConfiguration
 
AspectJJtaTransactionManagementConfiguration - org.springframework.transaction.aspectj中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2 Transactional annotation in addition to Spring's own Transactional annotation.
AspectJJtaTransactionManagementConfiguration() - 类 的构造器org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration
 
AspectJMethodBeforeAdvice - org.springframework.aop.aspectj中的类
Spring AOP advice that wraps an AspectJ before method.
AspectJMethodBeforeAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - 类 的构造器org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
AspectJPointcutAdvisor - org.springframework.aop.aspectj中的类
AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
AspectJPointcutAdvisor(AbstractAspectJAdvice) - 类 的构造器org.springframework.aop.aspectj.AspectJPointcutAdvisor
Create a new AspectJPointcutAdvisor for the given advice.
AspectJPrecedenceInformation - 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 - 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() - 类 的构造器org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Class<?>...) - 类 的构造器org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Object) - 类 的构造器org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyUtils - org.springframework.aop.aspectj中的类
Utility methods for working with AspectJ proxies.
AspectJProxyUtils() - 类 的构造器org.springframework.aop.aspectj.AspectJProxyUtils
 
AspectJTransactionManagementConfiguration - org.springframework.transaction.aspectj中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's own Transactional annotation.
AspectJTransactionManagementConfiguration() - 类 的构造器org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
AspectJTypeFilter - org.springframework.core.type.filter中的类
Type filter that uses AspectJ type pattern for matching.
AspectJTypeFilter(String, ClassLoader) - 类 的构造器org.springframework.core.type.filter.AspectJTypeFilter
 
AspectJWeaverMessageHandler - 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() - 类 的构造器org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
aspectjWeaving() - 注释类型 中的方法org.springframework.context.annotation.EnableLoadTimeWeaving
Whether AspectJ weaving should be enabled.
AspectJWeavingEnabler - org.springframework.context.weaving中的类
Post-processor that registers AspectJ's ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
AspectJWeavingEnabler() - 类 的构造器org.springframework.context.weaving.AspectJWeavingEnabler
 
AspectMetadata - org.springframework.aop.aspectj.annotation中的类
Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause.
AspectMetadata(Class<?>, String) - 类 的构造器org.springframework.aop.aspectj.annotation.AspectMetadata
Create a new AspectMetadata instance for the given aspect class.
Assert - org.springframework.util中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器org.springframework.util.Assert
 
assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Checks whether the model value under the given modelName exists and checks it type, based on the expectedType.
assertBeanFactoryActive() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
Assert that this context's BeanFactory is currently active, throwing an IllegalStateException if it isn't.
assertBeanFactoryActive() - 类 中的方法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() - 类 中的方法org.springframework.context.support.StaticApplicationContext
Overridden to turn it into a no-op, to be more lenient towards test cases.
assertBoolean(byte[], String, boolean) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Boolean.
assertCompareListModelAttribute(ModelAndView, String, List) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list, without first sorting the lists.
assertEquals(String, Object, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert two objects are equal and raise an AssertionError otherwise.
assertFalse(String, boolean) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert the given condition is false and raise an AssertionError otherwise.
assertHasAncestorOfType(Tag, Class<?>, String, String) - 类 中的静态方法org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
AssertionErrors - org.springframework.test.util中的类
Test assertions that are independent of any third-party assertion library.
AssertionErrors() - 类 的构造器org.springframework.test.util.AssertionErrors
 
assertJsonEqual(String, String) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
assertJsonEqual(String, String, boolean) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting.
assertJsonNotEqual(String, String) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e. they contain different attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
assertJsonNotEqual(String, String, boolean) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e. they contain different attribute-value pairs regardless of formatting.
assertLegalRelativeAddition(String, PropertySource<?>) - 类 中的方法org.springframework.core.env.MutablePropertySources
Ensure that the given property source is not being added relative to itself.
assertModelAttributeAvailable(ModelAndView, String) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Assert whether or not a model attribute is available.
assertModelAttributeValue(ModelAndView, String, Object) - 类 中的静态方法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>) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Inspect the expectedModel to see if all elements in the model appear and are equal.
assertNode(byte[], String, Matcher<? super Node>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Parse the content, evaluate the XPath expression as a Node, and assert it with the given Matcher<Node>.
assertNode(String, Matcher<? super Node>) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the content as Node and apply a Matcher.
assertNodeCount(byte[], String, int) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as an integer.
assertNodeCount(byte[], String, Matcher<Integer>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNodeList(byte[], String, Matcher<? super NodeList>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Parse the content, evaluate the XPath expression as a NodeList, and assert it with the given Matcher<NodeList>.
assertNotEquals(String, Object, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert two objects are not equal and raise an AssertionError otherwise.
assertNotExecuted() - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
Assert that this request has not been executed yet.
assertNotNull(String, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert that the given object is not null and raise an AssertionError otherwise.
assertNull(String, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert that the given object is null and raise an AssertionError otherwise.
assertNumber(byte[], String, Double) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Double.
assertNumber(byte[], String, Matcher<? super Double>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list after having sorted both lists (optionally using a comparator).
assertSource(String, Matcher<? super Source>) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the content as DOMSource and apply a Matcher.
assertString(byte[], String, String) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a String.
assertString(byte[], String, Matcher<? super String>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertTargetBean(Method, Object, Object[]) - 类 中的方法org.springframework.messaging.handler.HandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertTargetBean(Method, Object, Object[]) - 类 中的方法org.springframework.web.method.HandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertTrue(String, boolean) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert the given condition is true and raise an AssertionError otherwise.
assertUri(URI) - 类 中的方法org.springframework.web.socket.client.AbstractWebSocketClient
 
assertValue(String, Object) - 类 中的方法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.
assertValue(String, Matcher<T>) - 类 中的方法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, Matcher<T>, Class<T>) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
An overloaded variant of JsonPathExpectationsHelper.assertValue(String, Matcher) that also accepts a target type for the resulting value.
assertValueIsArray(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a String.
assertViewName(ModelAndView, String) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Check to see if the view name in the ModelAndView matches the given expectedName.
assertWithDiagnostics(Runnable) - 类 中的方法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) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the expected and actual content strings as XML and assert that the two are "similar" -- i.e. they contain the same elements and attributes regardless of order.
Assign - org.springframework.expression.spel.ast中的类
Represents assignment.
Assign(int, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Assign
 
ASSIGNABLE_TYPE - org.springframework.context.annotation.FilterType
Filter candidates assignable to a given type.
assignableType(Class<?>...) - 类 中的方法org.springframework.web.method.HandlerTypePredicate.Builder
Match handlers that are assignable to a given type.
AssignableTypeFilter - org.springframework.core.type.filter中的类
A simple filter which matches classes that are assignable to a given type.
AssignableTypeFilter(Class<?>) - 类 的构造器org.springframework.core.type.filter.AssignableTypeFilter
Create a new AssignableTypeFilter for the given type.
assignableTypes() - 注释类型 中的方法org.springframework.web.bind.annotation.ControllerAdvice
Array of classes.
assignableTypes() - 注释类型 中的方法org.springframework.web.bind.annotation.RestControllerAdvice
Array of classes.
asString(String) - 类 中的方法org.springframework.core.Constants
Return a constant value as a String.
ASTORE - 接口 中的静态变量org.springframework.asm.Opcodes
 
AstUtils - org.springframework.expression.spel.ast中的类
Utilities methods for use in the Ast classes.
AstUtils() - 类 的构造器org.springframework.expression.spel.ast.AstUtils
 
Async - org.springframework.scheduling.annotation中的注释类型
Annotation that marks a method as a candidate for asynchronous execution.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
asyncAdvisor() - 类 中的方法org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
asyncAdvisor() - 类 中的方法org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AsyncAnnotationAdvisor - org.springframework.scheduling.annotation中的类
Advisor that activates asynchronous method execution through the Async annotation.
AsyncAnnotationAdvisor() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationAdvisor(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationBeanPostProcessor - 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() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
AsyncClientHttpRequest - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of ClientRequest
AsyncClientHttpRequestExecution - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of ExchangeFilterFunction
AsyncClientHttpRequestFactory - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of ClientHttpConnector
AsyncClientHttpRequestInterceptor - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of ExchangeFilterFunction
AsyncConfigurationSelector - 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() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
AsyncConfigurer - 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 - org.springframework.scheduling.annotation中的类
A convenience AsyncConfigurer that implements all methods so that the defaults are used.
AsyncConfigurerSupport() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
asyncDispatch(MvcResult) - 类 中的静态方法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 - 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) - 类 的构造器org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncExecutionAspectSupport(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new AsyncExecutionAspectSupport with the given exception handler.
AsyncExecutionInterceptor - org.springframework.aop.interceptor中的类
AOP Alliance MethodInterceptor that processes method invocations asynchronously, using a given AsyncTaskExecutor.
AsyncExecutionInterceptor(Executor) - 类 的构造器org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new AsyncExecutionInterceptor.
AsyncHandlerInterceptor - org.springframework.web.servlet中的接口
Extends HandlerInterceptor with a callback method invoked after the start of asynchronous request handling.
AsyncHandlerMethodReturnValueHandler - org.springframework.messaging.handler.invocation中的接口
An extension of HandlerMethodReturnValueHandler for handling async, Future-like return value types that support success and error callbacks.
AsyncHandlerMethodReturnValueHandler - org.springframework.web.method.support中的接口
A return value handler that supports async types.
AsyncHttpAccessor - org.springframework.http.client.support中的类
已过时。
as of Spring 5.0, with no direct replacement
AsyncHttpAccessor() - 类 的构造器org.springframework.http.client.support.AsyncHttpAccessor
已过时。
 
AsyncListenableTaskExecutor - org.springframework.core.task中的接口
Extension of the AsyncTaskExecutor interface, adding the capability to submit tasks for ListenableFutures.
asyncNotStarted() - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert that asynchronous processing was not started.
asyncPart(String, P, Class<T>) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Add a part from Publisher content.
asyncPart(String, P, ParameterizedTypeReference<T>) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
AsyncRequestCallback - org.springframework.web.client中的接口
已过时。
as of Spring 5.0, in favor of ExchangeFilterFunction
AsyncRequestTimeoutException - org.springframework.web.context.request.async中的异常错误
Exception to be thrown when an async request times out.
AsyncRequestTimeoutException() - 异常错误 的构造器org.springframework.web.context.request.async.AsyncRequestTimeoutException
 
AsyncRestOperations - org.springframework.web.client中的接口
已过时。
as of Spring 5.0, in favor of WebClient
AsyncRestTemplate - org.springframework.web.client中的类
已过时。
as of Spring 5.0, in favor of WebClient
AsyncRestTemplate() - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using default settings.
AsyncRestTemplate(AsyncListenableTaskExecutor) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncTaskExecutor.
AsyncRestTemplate(AsyncClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory.
AsyncRestTemplate(AsyncClientHttpRequestFactory, ClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Creates a new instance of the AsyncRestTemplate using the given asynchronous and synchronous request factories.
AsyncRestTemplate(AsyncClientHttpRequestFactory, RestTemplate) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory and synchronous RestTemplate.
asyncResult(Object) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing.
asyncResult(Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing with the given matcher.
AsyncResult<V> - 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) - 类 的构造器org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
asyncStarted() - 类 中的方法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 - org.springframework.web.servlet.config.annotation中的类
Helps with configuring options for asynchronous request processing.
AsyncSupportConfigurer() - 类 的构造器org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
AsyncTaskExecutor - 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.
AsyncTaskMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values of type WebAsyncTask.
AsyncTaskMethodReturnValueHandler(BeanFactory) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
AsyncUncaughtExceptionHandler - org.springframework.aop.interceptor中的接口
A strategy for handling uncaught exceptions thrown from asynchronous methods.
AsyncWebRequest - org.springframework.web.context.request.async中的接口
Extends NativeWebRequest with methods for asynchronous request processing.
AsyncWebRequestInterceptor - org.springframework.web.context.request中的接口
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
AtAfter - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AtAfterReturning - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AtAfterThrowing - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AtAround - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AtBefore - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
ATHROW - 接口 中的静态变量org.springframework.asm.Opcodes
 
AtomFeedHttpMessageConverter - org.springframework.http.converter.feed中的类
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - 类 的构造器org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
AtPointcut - org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
attribute() - 注释类型 中的方法org.springframework.core.annotation.AliasFor
The name of the attribute that this attribute is an alias for.
attribute(String) - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest
Return the request attribute value if present.
attribute(String) - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get the request attribute value if present.
attribute(String) - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
attribute(String) - 接口 中的方法org.springframework.web.servlet.function.ServerRequest
Get the request attribute value if present.
attribute(String, Object) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
attribute(String, Object) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the attribute with the given name to the given value.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value.
attribute(String, Object) - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest.Builder
Set the attribute with the given name to the given value.
attribute(String, Object) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Set the attribute with the given name to the given value.
attribute(String, Object) - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Builder
Add an attribute with the given name and value.
attribute(String, Object) - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Builder
Add an attribute with the given name and value.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value with the given Hamcrest Matcher.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value with the given Hamcrest Matcher.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
Attribute - org.springframework.asm中的类
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).
Attribute(String) - 类 的构造器org.springframework.asm.Attribute
Constructs a new empty attribute.
ATTRIBUTE_OPERATION_VISIBILITY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
AttributeAccessor - org.springframework.core中的接口
Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.
AttributeAccessorSupport - org.springframework.core中的类
Support class for AttributeAccessors, providing a base implementation of all methods.
AttributeAccessorSupport() - 类 的构造器org.springframework.core.AttributeAccessorSupport
 
attributeCount(int) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the number of flash attributes.
attributeDoesNotExist(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes do not exist.
attributeErrorCount(String, int) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeExists(String...) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the existence of the given flash attributes.
attributeExists(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes exist.
attributeHasErrors(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeHasFieldErrorCode(String, String, String) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using exact String match.
attributeHasFieldErrorCode(String, String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using a Matcher.
attributeHasFieldErrors(String, String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute field(s) have errors.
attributeHasNoErrors(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) do not have errors.
attributeNames() - 接口 中的方法org.springframework.core.AttributeAccessor
Return the names of all attributes.
attributeNames() - 类 中的方法org.springframework.core.AttributeAccessorSupport
 
attributeNames() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
attributeNameToPropertyName(String) - 类 中的静态方法org.springframework.core.Conventions
Convert Strings in attribute name format (e.g. lowercase, hyphens separating words) into property name format (camel-case).
attributes() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
attributes() - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest
Return the attributes of this request.
attributes() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get a mutable map of request attributes.
attributes() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
attributes() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest
Get a mutable map of request attributes.
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate the request attributes with the given consumer.
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest.Builder
Manipulate the request attributes with the given consumer.
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Provides access to every attribute declared so far with the possibility to add, replace, or remove values.
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Builder
Manipulate this request's attributes with the given consumer.
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Builder
Manipulate this request's attributes with the given consumer.
attributes(Map<String, ?>) - 类 中的方法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(Map<String, Object>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
attributesMap - 类 中的变量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 - 类 中的变量org.springframework.core.type.classreading.MethodMetadataReadingVisitor
已过时。
 
attributeSource - 类 中的变量org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
authenticate(HttpServletResponse) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
AUTHORIZATION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Authorization header field name.
AUTO_PROXY_CREATOR_BEAN_NAME - 类 中的静态变量org.springframework.aop.config.AopConfigUtils
The bean name of the internally managed auto-proxy creator.
AUTOCOMPLETE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
AUTODETECT - org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
Switches on AspectJ load-time weaving if a "META-INF/aop.xml" resource is present in the classpath.
AUTODETECT_ALL - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that all autodetection mechanisms should be used.
AUTODETECT_ASSEMBLER - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.
AUTODETECT_MBEAN - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only valid MBeans should be autodetected.
AUTODETECT_NONE - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that no autodetection should be used.
AutodetectCapableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的接口
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - 类 中的方法org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object in the ApplicationContext.
autodetectConfiguration() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autoDetectFields(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
autoDetectGettersSetters(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
autodetectMarkupTemplateEngine() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
Autodetect a MarkupTemplateEngine via the ApplicationContext.
autodetectViewConfig() - 类 中的方法org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
autodetectViewConfig() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
autogenerateFor() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Autogenerate the 'for' attribute value for this tag.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return a unique ID for the bound name within the current PageContext.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Autogenerate the 'id' attribute value for this tag.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'id' attribute.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Autogenerated IDs correspond to the form object name.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
AutoPopulatingList<E> - org.springframework.util中的类
Simple List wrapper class that allows for elements to be automatically populated as they are requested.
AutoPopulatingList(Class<? extends E>) - 类 的构造器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>) - 类 的构造器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(List<E>, AutoPopulatingList.ElementFactory<E>) - 类 的构造器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(AutoPopulatingList.ElementFactory<E>) - 类 的构造器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.ElementFactory<E> - org.springframework.util中的接口
Factory interface for creating elements for an index-based access data structure such as a List.
AutoPopulatingList.ElementInstantiationException - org.springframework.util中的异常错误
Exception to be thrown from ElementFactory.
AutoProxyRegistrar - 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() - 类 的构造器org.springframework.context.annotation.AutoProxyRegistrar
 
AutoProxyUtils - org.springframework.aop.framework.autoproxy中的类
Utilities for auto-proxy aware components.
AutoProxyUtils() - 类 的构造器org.springframework.aop.framework.autoproxy.AutoProxyUtils
 
autowire() - 注释类型 中的方法org.springframework.beans.factory.annotation.Configurable
Are dependencies to be injected via autowiring?
autowire() - 注释类型 中的方法org.springframework.context.annotation.Bean
已过时。
as of 5.1, since @Bean factory method argument resolution and @Autowired processing supersede name/type-based bean property injection
autowire(Class<?>, int, boolean) - 接口 中的方法org.springframework.beans.factory.config.AutowireCapableBeanFactory
Instantiate a new bean instance of the given class with the specified autowire strategy.
autowire(Class<?>, int, boolean) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
Autowire - 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_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_AUTODETECT - 接口 中的静态变量org.springframework.beans.factory.config.AutowireCapableBeanFactory
已过时。
as of Spring 3.0: If you are using mixed autowiring strategies, prefer annotation-based autowiring for clearer demarcation of autowiring needs.
AUTOWIRE_AUTODETECT - 类 中的静态变量org.springframework.beans.factory.support.AbstractBeanDefinition
已过时。
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 - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_NAME - 接口 中的静态变量org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by name (applying to all bean property setters).
AUTOWIRE_BY_NAME - 类 中的静态变量org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - 类 中的静态变量org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_TYPE - 接口 中的静态变量org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by type (applying to all bean property setters).
AUTOWIRE_BY_TYPE - 类 中的静态变量org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - 类 中的静态变量org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CANDIDATE_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CONSTRUCTOR - 接口 中的静态变量org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring the greediest constructor that can be satisfied (involves resolving the appropriate constructor).
AUTOWIRE_CONSTRUCTOR - 类 中的静态变量org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring a constructor.
AUTOWIRE_CONSTRUCTOR_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_NO - 接口 中的静态变量org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates no externally defined autowiring.
AUTOWIRE_NO - 类 中的静态变量org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates no external autowiring at all.
AUTOWIRE_NO_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
autowireBean(Object) - 接口 中的方法org.springframework.beans.factory.config.AutowireCapableBeanFactory
Populate the given bean instance through applying after-instantiation callbacks and bean property post-processing (e.g. for annotation-driven injection).
autowireBean(Object) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireBeanProperties(Object, int, boolean) - 接口 中的方法org.springframework.beans.factory.config.AutowireCapableBeanFactory
Autowire the bean properties of the given bean instance by name or type.
autowireBeanProperties(Object, int, boolean) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - 类 中的方法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) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Abstract method defining "autowire by type" (bean properties by type) behavior.
autowireCandidate() - 注释类型 中的方法org.springframework.context.annotation.Bean
Is this bean a candidate for getting autowired into some other bean?
AutowireCandidateQualifier - org.springframework.beans.factory.support中的类
Qualifier for resolving autowire candidates.
AutowireCandidateQualifier(Class<?>) - 类 的构造器org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(Class<?>, Object) - 类 的构造器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) - 类 的构造器org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type name.
AutowireCandidateQualifier(String, Object) - 类 的构造器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 - org.springframework.beans.factory.support中的接口
Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.
AutowireCapableBeanFactory - 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[]) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
"autowire constructor" (with constructor arguments by type) behavior.
Autowired - 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 - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Autowired annotation processor.
AutowiredAnnotationBeanPostProcessor - org.springframework.beans.factory.annotation中的类
BeanPostProcessor implementation that autowires annotated fields, setter methods, and arbitrary config methods.
AutowiredAnnotationBeanPostProcessor() - 类 的构造器org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Create a new AutowiredAnnotationBeanPostProcessor for Spring's standard @Autowired and @Value annotations.
AutowiredPropertyMarker - org.springframework.beans.factory.config中的类
Simple marker class for an individually autowired property value, to be added to BeanDefinition.getPropertyValues() for a specific bean property.
autowireMode() - 注释类型 中的方法org.springframework.test.context.TestConstructor
Flag for setting the test constructor autowire mode for the current test class.
autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a resource object for the given name and type through autowiring based on the given factory.
av - 类 中的变量org.springframework.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.
available() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
awaitTermination(long, TimeUnit) - 类 中的方法org.springframework.core.task.support.ExecutorServiceAdapter
 
Aware - org.springframework.beans.factory中的接口
A 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.
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 
所有类 所有程序包