IntegrationContextUtils.getEvaluationContext(org.springframework.beans.factory.BeanFactory)
direct usage from the afterPropertiesSet implementation.
Will be removed in the next release.@Deprecated public class IntegrationEvaluationContextAwareBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton
| Constructor and Description |
|---|
IntegrationEvaluationContextAwareBeanPostProcessor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterSingletonsInstantiated()
Deprecated.
|
int |
getOrder()
Deprecated.
|
Object |
postProcessAfterInitialization(Object bean,
String beanName)
Deprecated.
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
Deprecated.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Deprecated.
|
public IntegrationEvaluationContextAwareBeanPostProcessor()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.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.BeansExceptionpublic void afterSingletonsInstantiated()
afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingletonpublic int getOrder()
getOrder in interface org.springframework.core.Ordered