Package org.frankframework.configuration
Class ConfigurationAwareBeanPostProcessor
java.lang.Object
org.frankframework.configuration.ConfigurationAwareBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class ConfigurationAwareBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
Similar to
ApplicationContextAwareProcessor
sets
the Configuration
class on the ConfigurationAware
beans.-
Constructor Details
-
ConfigurationAwareBeanPostProcessor
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
-