public class ExecutorBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Executor either in a JDK or CGLIB
proxy. Depending on whether the implementation has a final method or is final.| Constructor and Description |
|---|
ExecutorBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public ExecutorBeanPostProcessor(org.springframework.beans.factory.BeanFactory 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.BeansExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.