public static interface ApplicationX.BeanPostProcessor
| 限定符和类型 | 方法和说明 |
|---|---|
default Object |
postProcessAfterInitialization(Object bean,
String beanName) |
default Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
default Object postProcessBeforeInitialization(Object bean, String beanName) throws RuntimeException
RuntimeExceptiondefault Object postProcessAfterInitialization(Object bean, String beanName) throws RuntimeException
RuntimeExceptionCopyright © 2021. All rights reserved.