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

      public ConfigurationAwareBeanPostProcessor(Configuration configuration)
  • Method Details

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException