public class DtpPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.PriorityOrdered
| 构造器和说明 |
|---|
DtpPostProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
Compatible with lower versions of Spring.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessorbean - the new bean instancebeanName - the name of the beanorg.springframework.beans.BeansException - in case of errorspublic Object postProcessAfterInitialization(@NonNull Object bean, @NonNull String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic int getOrder()
getOrder 在接口中 org.springframework.core.OrderedCopyright © 2025. All rights reserved.