类 BaseAutowiredBeanProcessor
- java.lang.Object
-
- com.burukeyou.smartdi.config.SpringBeanContext
-
- com.burukeyou.smartdi.register.BaseSpringAware
-
- com.burukeyou.smartdi.register.BaseAutowiredBeanPostProcessor
-
- com.burukeyou.smartdi.register.BaseAutowiredBeanProcessor
-
- 所有已实现的接口:
AutowiredBeanProcessor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor,org.springframework.context.ApplicationContextAware,org.springframework.context.EnvironmentAware,org.springframework.core.Ordered
public abstract class BaseAutowiredBeanProcessor extends BaseAutowiredBeanPostProcessor
Process custom annotation beanProcessor- 作者:
- caizhihao
-
-
嵌套类概要
-
从类继承的嵌套类/接口 com.burukeyou.smartdi.register.BaseAutowiredBeanPostProcessor
BaseAutowiredBeanPostProcessor.AnnotatedFieldElement, BaseAutowiredBeanPostProcessor.AnnotatedInjectElement, BaseAutowiredBeanPostProcessor.AnnotatedInjectionMetadata
-
-
字段概要
-
从类继承的字段 com.burukeyou.smartdi.register.BaseSpringAware
beanClassLoader, beanDefinitionRegistry, beanFactory, beanName, environment
-
从类继承的字段 com.burukeyou.smartdi.config.SpringBeanContext
springContext
-
-
构造器概要
构造器 构造器 说明 BaseAutowiredBeanProcessor()
-
方法概要
-
从类继承的方法 com.burukeyou.smartdi.register.BaseAutowiredBeanPostProcessor
beforeInjection, destroy, findFieldAnnotationMetadata, findInjectionMetadata, getAnnotationType, getOrder, postProcessBeanFactory, postProcessMergedBeanDefinition, postProcessProperties, resetBeanDefinition
-
从类继承的方法 com.burukeyou.smartdi.register.BaseSpringAware
getEnvironment, setApplicationContext, setBeanClassLoader, setBeanFactory, setBeanName, setEnvironment
-
从类继承的方法 com.burukeyou.smartdi.config.SpringBeanContext
getBean, getBean, getBeanByAliasName, getBeanByAllName, registerBeanAlias
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.burukeyou.smartdi.register.AutowiredBeanProcessor
getInjectedBean, interceptAnnotation
-
-