类 SpringEnvironmentAware
java.lang.Object
org.coodex.spring.SpringEnvironmentAware
- 所有已实现的接口:
org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor,org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
@Named
@Order(-2147483648)
public class SpringEnvironmentAware
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
-
构造器详细资料
-
SpringEnvironmentAware
public SpringEnvironmentAware(org.springframework.core.env.Environment environment)
-
-
方法详细资料
-
getSpringEnvironment
public static org.springframework.core.env.Environment getSpringEnvironment()
-