@Component public class CseBeanPostProcessor extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor
| Modifier and Type | Class and Description |
|---|---|
static interface |
CseBeanPostProcessor.ConsumerFieldProcessor |
static interface |
CseBeanPostProcessor.EmptyBeanPostProcessor |
static interface |
CseBeanPostProcessor.ProviderProcessor |
| Constructor and Description |
|---|
CseBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic 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 © 2017. All rights reserved.