public class AnnotatedHandlerBeanPostProcessor extends Object implements ApplicationListener<RepositoryEvent>, BeanPostProcessor
| Constructor and Description |
|---|
AnnotatedHandlerBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(RepositoryEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public void onApplicationEvent(RepositoryEvent event)
onApplicationEvent in interface ApplicationListener<RepositoryEvent>public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.