Module marid.spring

Class LoggingPostProcessor

java.lang.Object
org.marid.spring.LoggingPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor

public class LoggingPostProcessor
extends Object
implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
  • Constructor Details

  • Method Details

    • postProcessBeforeInitialization

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

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

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