Class AdapterAwareBeanPostProcessor

java.lang.Object
org.frankframework.configuration.AdapterAwareBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class AdapterAwareBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Similar to ApplicationContextAwareProcessor sets the Configuration class on the ConfigurationAware beans.
  • Constructor Details

    • AdapterAwareBeanPostProcessor

      public AdapterAwareBeanPostProcessor(Adapter adapter)
  • Method Details

    • postProcessBeforeInitialization

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