public static interface ApplicationX.InstantiationAwareBeanPostProcessor extends ApplicationX.BeanPostProcessor
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
postProcessAfterInstantiation(Object bean,
String beanName) |
default Object |
postProcessBeforeInstantiation(Class<?> beanClass,
String beanName) |
default ApplicationX.PropertyValues |
postProcessProperties(ApplicationX.PropertyValues pvs,
Object bean,
String beanName) |
default ApplicationX.PropertyValues |
postProcessPropertyValues(ApplicationX.PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName) |
postProcessAfterInitialization, postProcessBeforeInitializationdefault Object postProcessBeforeInstantiation(Class<?> beanClass, String beanName) throws RuntimeException
RuntimeExceptiondefault boolean postProcessAfterInstantiation(Object bean, String beanName) throws RuntimeException
RuntimeExceptiondefault ApplicationX.PropertyValues postProcessProperties(ApplicationX.PropertyValues pvs, Object bean, String beanName) throws RuntimeException
RuntimeExceptiondefault ApplicationX.PropertyValues postProcessPropertyValues(ApplicationX.PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName) throws RuntimeException
RuntimeExceptionCopyright © 2021. All rights reserved.