类 BaseAutowiredBeanPostProcessor

  • 所有已实现的接口:
    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
    直接已知子类:
    BaseAutowiredBeanProcessor

    public abstract class BaseAutowiredBeanPostProcessor
    extends BaseSpringAware
    implements org.springframework.core.Ordered, org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean, AutowiredBeanProcessor
    作者:
    caizhihao
    • 构造器详细资料

      • BaseAutowiredBeanPostProcessor

        protected BaseAutowiredBeanPostProcessor()
    • 方法详细资料

      • postProcessMergedBeanDefinition

        public void postProcessMergedBeanDefinition​(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition,
                                                    Class<?> beanType,
                                                    String beanName)
        指定者:
        postProcessMergedBeanDefinition 在接口中 org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
      • resetBeanDefinition

        public void resetBeanDefinition​(String beanName)
        指定者:
        resetBeanDefinition 在接口中 org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
      • postProcessProperties

        public org.springframework.beans.PropertyValues postProcessProperties​(org.springframework.beans.PropertyValues pvs,
                                                                              Object bean,
                                                                              String beanName)
                                                                       throws org.springframework.beans.BeansException
        指定者:
        postProcessProperties 在接口中 org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered
      • postProcessBeanFactory

        public void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                                    throws org.springframework.beans.BeansException
        指定者:
        postProcessBeanFactory 在接口中 org.springframework.beans.factory.config.BeanFactoryPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • getAnnotationType

        public final Class<? extends Annotation> getAnnotationType()
      • destroy

        public void destroy()
                     throws Exception
        指定者:
        destroy 在接口中 org.springframework.beans.factory.DisposableBean
        抛出:
        Exception