A B C D F G I N O P R S 

A

AnnotatedBeanDefinitionRegistryUtils - com.alibaba.spring.util中的类
Annotated BeanDefinition Utilities
AnnotatedBeanDefinitionRegistryUtils() - 类 的构造器com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
 
AnnotatedFieldElement(Field, A) - 类 的构造器com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
 
AnnotationInjectedBeanPostProcessor<A extends java.lang.annotation.Annotation> - com.alibaba.spring.beans.factory.annotation中的类
Abstract generic BeanPostProcessor implementation for customized annotation that annotated injected-object.
AnnotationInjectedBeanPostProcessor() - 类 的构造器com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement - com.alibaba.spring.beans.factory.annotation中的类
AnnotationInjectedBeanPostProcessor Field InjectionMetadata.InjectedElement
AnnotationUtils - com.alibaba.spring.util中的类
Annotation Utilities
AnnotationUtils() - 类 的构造器com.alibaba.spring.util.AnnotationUtils
 

B

BeanFactoryUtils - com.alibaba.spring.util中的类
BeanFactory Utilities class
BeanFactoryUtils() - 类 的构造器com.alibaba.spring.util.BeanFactoryUtils
 
BeanUtils - com.alibaba.spring.util中的类
Bean Utilities Class
BeanUtils() - 类 的构造器com.alibaba.spring.util.BeanUtils
 
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.util - 程序包 com.alibaba.spring.util
 

D

destroy() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
doGetBeanNames(ConfigurableListableBeanFactory, Class<?>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Bean names from ConfigurableListableBeanFactory by type
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.

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
 
getAnnotationType() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
Annotation type
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
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.AnnotationInjectedBeanPostProcessor
 
getEnvironment() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
getFieldValue(Object, String) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getFieldValue(Object, String, Class<T>) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getFieldValue(Object, String, T) - 类 中的静态方法com.alibaba.spring.util.FieldUtils
Get Field Value
getInjectedFieldObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
Get Map in injected field.
getInjectedMethodObjectsMap() - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
Get Map in injected method.
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.AnnotationInjectedBeanPostProcessor
Gets all injected-objects.
getOptionalBean(ListableBeanFactory, Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Optional Bean by Class.
getOptionalBean(ListableBeanFactory, Class<T>, boolean) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Get Optional Bean by Class including ancestors(BeanFactory).
getOptionalBean(ListableBeanFactory, String, Class<T>) - 类 中的静态方法com.alibaba.spring.util.BeanFactoryUtils
Get optional Bean
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
getSubPropertyValues(ConfigurableEnvironment, String) - 类 中的静态方法com.alibaba.spring.util.PropertyValuesUtils
Get Sub PropertyValues from ConfigurableEnvironment

I

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) - 类 中的静态方法com.alibaba.spring.util.BeanUtils
Is Bean Present or not?
isBeanPresent(ListableBeanFactory, String, boolean) - 类 中的静态方法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.

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

P

postProcessAfterInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
 
postProcessBeforeInitialization(Object, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
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,
processBeforeInitialization(T, String) - 类 中的方法com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter
Process Bean with name without return value before initialization,
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
 

R

registerBeans(BeanDefinitionRegistry, Class<?>...) - 类 中的静态方法com.alibaba.spring.util.AnnotatedBeanDefinitionRegistryUtils
Register Beans
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.AnnotationInjectedBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
setEnvironment(Environment) - 类 中的方法com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
 
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
A B C D F G I N O P R S 
跳过导航链接

Copyright © 2018. All rights reserved.