类 SpringBeanFactoryAware

java.lang.Object
org.coodex.spring.SpringBeanFactoryAware
所有已实现的接口:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor

@Named @Order(-2147483648) public class SpringBeanFactoryAware extends Object implements org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
  • 构造器概要

    构造器
    构造器
    说明
    SpringBeanFactoryAware(org.springframework.beans.factory.ListableBeanFactory beanFactory)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static org.springframework.beans.factory.ListableBeanFactory
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.springframework.beans.factory.config.BeanPostProcessor

    postProcessAfterInitialization, postProcessBeforeInitialization

    从接口继承的方法 org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor

    postProcessAfterInstantiation, postProcessBeforeInstantiation, postProcessProperties, postProcessPropertyValues

    从接口继承的方法 org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor

    determineCandidateConstructors, getEarlyBeanReference, predictBeanType
  • 构造器详细资料

    • SpringBeanFactoryAware

      public SpringBeanFactoryAware(org.springframework.beans.factory.ListableBeanFactory beanFactory)
  • 方法详细资料

    • getListableBeanFactory

      public static org.springframework.beans.factory.ListableBeanFactory getListableBeanFactory()