protected class SpringBeanProcessor.ResteasyBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
SpringBeanProcessor.ResteasyBeanPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
PropertyInjector |
getInjector(Class<?> clazz) |
void |
inject(String beanName,
Object bean,
PropertyInjector propertyInjector) |
Object |
postProcessAfterInitialization(Object bean,
String beanName)
This method is invoked after postProcessBeanFactory.
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
protected SpringBeanProcessor.ResteasyBeanPostProcessor(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.BeansExceptionSpringBeanProcessor.postProcessBeanFactorypublic PropertyInjector getInjector(Class<?> clazz)
public void inject(String beanName, Object bean, PropertyInjector propertyInjector)
Copyright © 2013. All Rights Reserved.