Module marid.spring

Class InitBeanPostProcessor

java.lang.Object
org.marid.spring.init.InitBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class InitBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
  • Constructor Details

    • InitBeanPostProcessor

      public InitBeanPostProcessor​(org.springframework.context.support.GenericApplicationContext context)
  • Method Details

    • postProcessAfterInitialization

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