org.springframework.beans.factory.config.BeanPostProcessorpublic class RestBeanPostprocessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor | Description |
|---|---|
RestBeanPostprocessor() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.