类 ForestBeanProcessor
java.lang.Object
com.dtflys.forest.spring.ForestBeanProcessor
- 所有已实现的接口:
org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
public class ForestBeanProcessor
extends Object
implements org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明postProcessAfterInitialization(Object bean, String beanName) booleanpostProcessAfterInstantiation(Object bean, String beanName) postProcessBeforeInitialization(Object bean, String beanName) postProcessBeforeInstantiation(Class<?> beanClass, String beanName) org.springframework.beans.PropertyValuespostProcessPropertyValues(org.springframework.beans.PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessProperties
-
构造器详细资料
-
ForestBeanProcessor
public ForestBeanProcessor()
-
-
方法详细资料
-
postProcessBeforeInstantiation
public Object postProcessBeforeInstantiation(Class<?> beanClass, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessBeforeInstantiation在接口中org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessAfterInstantiation
public boolean postProcessAfterInstantiation(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessAfterInstantiation在接口中org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessPropertyValues
public org.springframework.beans.PropertyValues postProcessPropertyValues(org.springframework.beans.PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessPropertyValues在接口中org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessBeforeInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessAfterInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-