public abstract class VaniAnnotationProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.config.ConfigurableListableBeanFactory |
configurableBeanFactory |
protected VaniContext |
vaniContext |
| Constructor and Description |
|---|
VaniAnnotationProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configureFieldInjection(Object bean) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setVaniContext(VaniContext vaniContext) |
protected org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableBeanFactory
@Autowired protected VaniContext vaniContext
@Autowired public VaniAnnotationProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
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.BeansExceptionprotected abstract void configureFieldInjection(Object bean)
public void setVaniContext(VaniContext vaniContext)
Copyright © 2016. All rights reserved.