类 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
-
构造器概要
构造器 -
方法概要
从类继承的方法 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()
-