public abstract class GenericBeanPostProcessorAdapter<T> extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessor AdapterBeanPostProcessor| Constructor and Description |
|---|
GenericBeanPostProcessorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getBeanType()
Bean Type
|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public final Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic final Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.