跳过导航链接
A B C D E F G H I N O P R S T 

A

AbstractAnnotationBeanPostProcessor - com.alibaba.spring.beans.factory.annotation中的类
Abstract common BeanPostProcessor implementation for customized annotation that annotated injected-object.
AbstractAnnotationBeanPostProcessor(Class<? extends Annotation>...) - 类 的构造器com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
AbstractAnnotationBeanPostProcessor.AnnotatedFieldElement - com.alibaba.spring.beans.factory.annotation中的类
Annotated Field InjectionMetadata.InjectedElement
ANNOTATED_ELEMENT_UTILS_CLASS_NAME - 类 中的静态变量com.alibaba.spring.util.AnnotationUtils
The class name of AnnotatedElementUtils that is introduced since Spring Framework 4
AnnotatedBeanDefinitionRegistryUtils - com.alibaba.spring.util中的类
Annotated BeanDefinition Utilities
AnnotatedBeanDefinitionRegistryUtils() - 类 的构造器com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
 
AnnotatedFieldElement(Field, AnnotationAttributes) - 类 的构造器com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.AnnotatedFieldElement
 
AnnotatedFieldElement(Field, A) - 类 的构造器com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
已过时。
 
AnnotationInjectedBeanPostProcessor<A extends Annotation> - com.alibaba.spring.beans.factory.annotation中的类
已过时。
Please use AbstractAnnotationBeanPostProcessor as the substitution
AnnotationInjectedBeanPostProcessor() - 类 的构造器com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement - com.alibaba.spring.beans.factory.annotation中的类
已过时。
A Field InjectionMetadata.InjectedElement
AnnotationUtils - com.alibaba.spring.util中的类
Annotation Utilities
AnnotationUtils() - 类 的构造器com.alibaba.spring.util.AnnotationUtils
 

B

BEAN_NAME - 类 中的静态变量com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
BeanFactoryUtils - com.alibaba.spring.util中的类
BeanFactory Utilities class
BeanFactoryUtils() - 类 的构造器com.alibaba.spring.util.BeanFactoryUtils
 
BeanRegistrar - com.alibaba.spring.util中的类
Bean Registrar
BeanRegistrar() - 类 的构造器com.alibaba.spring.util.BeanRegistrar
 
BeanUtils - com.alibaba.spring.util中的类
Bean Utilities Class
BeanUtils() - 类 的构造器com.alibaba.spring.util.BeanUtils
 
bind(Map<String, Object>, boolean, boolean, Object) - 接口 中的方法com.alibaba.spring.context.config.ConfigurationBeanBinder
Bind the properties in the Environment to Configuration bean under specified prefix.
bind(Map<String, Object>, boolean, boolean, Object) - 类 中的方法com.alibaba.spring.context.config.DefaultConfigurationBeanBinder
 
buildInjectedObjectCacheKey(AnnotationAttributes, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Build a cache key for injected-object.
buildInjectedObjectCacheKey(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Build a cache key for injected-object.

C

ClassUtils - com.alibaba.spring.util中的类
Class Utilities
ClassUtils() - 类 的构造器com.alibaba.spring.util.ClassUtils
 
com.alibaba.spring.beans.factory.annotation - 程序包 com.alibaba.spring.beans.factory.annotation
 
com.alibaba.spring.beans.factory.config - 程序包 com.alibaba.spring.beans.factory.config
 
com.alibaba.spring.context.config - 程序包 com.alibaba.spring.context.config
 
com.alibaba.spring.context.event - 程序包 com.alibaba.spring.context.event
 
com.alibaba.spring.util - 程序包 com.alibaba.spring.util
 
ConfigurationBeanBinder - com.alibaba.spring.context.config中的接口
The binder for the configuration bean
ConfigurationBeanBindingPostProcessor - com.alibaba.spring.beans.factory.annotation中的类
The BeanPostProcessor class to bind the configuration bean
ConfigurationBeanBindingPostProcessor() - 类 的构造器com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
ConfigurationBeanBindingRegistrar - com.alibaba.spring.beans.factory.annotation中的类
The ImportBeanDefinitionRegistrar implementation for @EnableConfigurationBinding
ConfigurationBeanBindingRegistrar() - 类 的构造器com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
 
ConfigurationBeanBindingsRegister - com.alibaba.spring.beans.factory.annotation中的类
The Registrar class for EnableConfigurationBeanBindings
ConfigurationBeanBindingsRegister() - 类 的构造器com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
 
ConfigurationBeanCustomizer - com.alibaba.spring.context.config中的接口
The customizer for the configuration bean after its binding.
customize(String, Object) - 接口 中的方法com.alibaba.spring.context.config.ConfigurationBeanCustomizer
Customize the configuration bean

D

DefaultConfigurationBeanBinder - com.alibaba.spring.context.config中的类
The default ConfigurationBeanBinder implementation
DefaultConfigurationBeanBinder() - 类 的构造器com.alibaba.spring.context.config.DefaultConfigurationBeanBinder
 
DeferredApplicationEventPublisher - com.alibaba.spring.context.event中的类
Before Spring Framework 4.2, AbstractApplicationContext is an implementation of ApplicationEventPublisher can't handle the early event that is published before ApplicationEventMulticaster's initialization, in this scenario, DeferredApplicationEventPublisher is introduced and used to resolve DeferredApplicationEventPublisher.publishEvent(ApplicationEvent) too early to publish ApplicationEvent when Spring ApplicationContexts' ApplicationEventMulticaster is not ready.
DeferredApplicationEventPublisher(ApplicationEventPublisher) - 类 的构造器com.alibaba.spring.context.event.DeferredApplicationEventPublisher
 
destroy() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
destroy() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
doGetBeanNames(ConfigurableListableBeanFactory, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean names from ConfigurableListableBeanFactory by type
doGetInjectedBean(AnnotationAttributes, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Subclass must implement this method to get injected-object.
doGetInjectedBean(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Subclass must implement this method to get injected-object.
doPostProcessAfterInitialization(T, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Adapter BeanPostProcessor#postProcessAfterInitialization(Object, String) method , sub-type could override this method.
doPostProcessBeforeInitialization(T, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Adapter BeanPostProcessor#postProcessBeforeInitialization(Object, String) method , sub-type could override this method.

E

emptyArray(Class<T>) - 类 中的静态方法com.alibaba.spring.util.ObjectUtils
Create a new empty array from the specified component type
EnableConfigurationBeanBinding - com.alibaba.spring.beans.factory.annotation中的注释类型
Enables Spring's annotation-driven configuration bean from properties.
EnableConfigurationBeanBindings - com.alibaba.spring.beans.factory.annotation中的注释类型
The annotation composes the multiple EnableConfigurationBeanBindings

F

FieldUtils - com.alibaba.spring.util中的类
Field Utilities
FieldUtils() - 类 的构造器com.alibaba.spring.util.FieldUtils
 
findAnnotations(Method, Class<A>) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Find specified Annotation type maps from Method

G

GenericBeanPostProcessorAdapter<T> - com.alibaba.spring.beans.factory.config中的类
Generic BeanPostProcessor Adapter
GenericBeanPostProcessorAdapter() - 类 的构造器com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
 
getAnnotationAttributes(Annotation, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the AnnotationAttributes
getAnnotationAttributes(Annotation, PropertyResolver, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the AnnotationAttributes
getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the AnnotationAttributes
getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the AnnotationAttributes, if the argument tryMergedAnnotation is true, the AnnotationAttributes will be got from merged annotation first, if failed, and then to get from normal one
getAnnotationType() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
getAnnotationType() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Annotation type
getAnnotationTypes() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getAttribute(Annotation, String) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the attribute value
getAttribute(Map<String, Object>, String) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the attribute value
getAttributes(Annotation, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the Annotation attributes
getAttributes(Annotation, PropertyResolver, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the Annotation attributes
getAttributes(Map<String, Object>, PropertyResolver, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Get the Annotation attributes
getBeanFactory() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getBeanFactory() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
getBeanNames(ConfigurableListableBeanFactory, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean Names from ConfigurableListableBeanFactory by type.
getBeanNames(ConfigurableListableBeanFactory, Class<?>, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean Names from ConfigurableListableBeanFactory by type.
getBeanNames(ListableBeanFactory, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean Names from ListableBeanFactory by type.
getBeanNames(ListableBeanFactory, Class<?>, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean Names from ListableBeanFactory by type.
getBeans(ListableBeanFactory, String[], Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanFactoryUtils
Gets name-matched Beans from BeanFactory
getBeanType() - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Bean Type
getClassLoader() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getClassLoader() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
getConfigurationBeanBinder() - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
getEnvironment() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getEnvironment() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
getFieldValue(Object, String) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getFieldValue(Object, String, T) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getFieldValue(Object, String, Class<T>) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getInjectedFieldObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Get Map in injected field.
getInjectedFieldObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Get Map in injected field.
getInjectedMethodObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Get Map in injected method.
getInjectedMethodObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Get Map in injected method.
getInjectedObject(AnnotationAttributes, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Get injected-object from specified annotation attributes and Bean Class
getInjectedObject(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Get injected-object from specified annotation and Bean Class
getInjectedObjects() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
Gets all injected-objects.
getInjectedObjects() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
Gets all injected-objects.
getOptionalBean(ListableBeanFactory, String, Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanFactoryUtils
Get optional Bean
getOptionalBean(ListableBeanFactory, Class<T>, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Optional Bean by Class including ancestors(BeanFactory).
getOptionalBean(ListableBeanFactory, Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Optional Bean by Class.
getOrder() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getOrder() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
getSortedBeans(ListableBeanFactory, Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get all sorted Beans of ListableBeanFactory in specified bean type.
getSubProperties(Iterable<PropertySource<?>>, String) - 类 中的静态方法com.alibaba.spring.util.PropertySourcesUtils
Get Sub Properties
getSubProperties(ConfigurableEnvironment, String) - 类 中的静态方法com.alibaba.spring.util.PropertySourcesUtils
Get Sub Properties
getSubProperties(PropertySources, String) - 类 中的静态方法com.alibaba.spring.util.PropertySourcesUtils
Get prefixed Properties
getSubProperties(PropertySources, PropertyResolver, String) - 类 中的静态方法com.alibaba.spring.util.PropertySourcesUtils
Get prefixed Properties
getSubPropertyValues(ConfigurableEnvironment, String) - 类 中的静态方法com.alibaba.spring.util.PropertyValuesUtils
Get Sub PropertyValues from ConfigurableEnvironment

H

hasAlias(AliasRegistry, String, String) - 类 中的静态方法com.alibaba.spring.util.BeanRegistrar
Detect the alias is present or not in the given bean name from AliasRegistry

I

inject(Object, String, PropertyValues) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor.AnnotatedFieldElement
 
inject(Object, String, PropertyValues) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
已过时。
 
isBeanPresent(ListableBeanFactory, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Is Bean Present or not?
isBeanPresent(ListableBeanFactory, Class<?>, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Is Bean Present or not?
isBeanPresent(ListableBeanFactory, String, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Is Bean Present or not?
isBeanPresent(ListableBeanFactory, String) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Is Bean Present or not?
isPresent(Method, Class<A>) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Is specified Annotation present on Method's declaring class or parameters or itself.
isPresentBean(BeanDefinitionRegistry, Class<?>) - 类 中的静态方法com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
Is present bean that was registered by the specified annotated class

N

normalizePrefix(String) - 类 中的静态方法com.alibaba.spring.util.PropertySourcesUtils
Normalize the prefix

O

ObjectUtils - com.alibaba.spring.util中的类
Object Utilities
ObjectUtils() - 类 的构造器com.alibaba.spring.util.ObjectUtils
 
of(T...) - 类 中的静态方法com.alibaba.spring.util.ObjectUtils
Convert from variable arguments to array
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法com.alibaba.spring.context.event.DeferredApplicationEventPublisher
 

P

postProcessAfterInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
processAfterInitialization(T, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Process Bean with name without return value after initialization, This method will be invoked by BeanPostProcessor#postProcessAfterInitialization(Object, String)
processBeforeInitialization(T, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Process Bean with name without return value before initialization, This method will be invoked by BeanPostProcessor#postProcessBeforeInitialization(Object, String)
PropertySourcesUtils - com.alibaba.spring.util中的类
PropertySources Utilities
PropertySourcesUtils() - 类 的构造器com.alibaba.spring.util.PropertySourcesUtils
 
PropertyValuesUtils - com.alibaba.spring.util中的类
PropertyValues Utilities
PropertyValuesUtils() - 类 的构造器com.alibaba.spring.util.PropertyValuesUtils
 
publishEvent(ApplicationEvent) - 类 中的方法com.alibaba.spring.context.event.DeferredApplicationEventPublisher
 
publishEvent(Object) - 类 中的方法com.alibaba.spring.context.event.DeferredApplicationEventPublisher
Current method will not be invoked before Spring 4.2

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
 
registerBeans(BeanDefinitionRegistry, Class<?>...) - 类 中的静态方法com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
Register Beans if not present in registry
registerConfigurationBeanDefinitions(AnnotationAttributes, BeanDefinitionRegistry) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
 
registerInfrastructureBean(BeanDefinitionRegistry, String, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanRegistrar
Register Infrastructure Bean
resolveBeanType(String, ClassLoader) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Resolve Bean Type
resolveGenericType(Class<?>) - 类 中的静态方法com.alibaba.spring.util.ClassUtils
 

S

scanBasePackages(BeanDefinitionRegistry, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
Scan base packages for register @Components
setBeanClassLoader(ClassLoader) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setBeanClassLoader(ClassLoader) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
setBeanFactory(BeanFactory) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
setConfigurationBeanBinder(ConfigurationBeanBinder) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
 
setEnvironment(Environment) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setEnvironment(Environment) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
setEnvironment(Environment) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
 
setEnvironment(Environment) - 类 中的方法com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
 
setOrder(int) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setOrder(int) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
已过时。
 
sort(Map<String, T>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Sort Beans Map via AnnotationAwareOrderComparator.sort(List) rule
supportsPublishEventMethod() - 类 中的方法com.alibaba.spring.context.event.DeferredApplicationEventPublisher
 

T

tryGetMergedAnnotation(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Try to get the merged annotation
tryGetMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, String...) - 类 中的静态方法com.alibaba.spring.util.AnnotationUtils
Try to get the annotation attributes after merging and resolving the placeholders
A B C D E F G H I N O P R S T 
跳过导航链接

Copyright © 2019. All rights reserved.