Class LoggingPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor

    public class LoggingPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object postProcessAfterInitialization​(java.lang.Object bean, java.lang.String beanName)  
      void postProcessBeforeDestruction​(java.lang.Object bean, java.lang.String beanName)  
      java.lang.Object postProcessBeforeInitialization​(java.lang.Object bean, java.lang.String beanName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor

        requiresDestruction
    • Constructor Detail

      • LoggingPostProcessor

        public LoggingPostProcessor()
    • Method Detail

      • postProcessBeforeInitialization

        public java.lang.Object postProcessBeforeInitialization​(@Nullable
                                                                java.lang.Object bean,
                                                                @Nullable
                                                                java.lang.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 java.lang.Object postProcessAfterInitialization​(@Nullable
                                                               java.lang.Object bean,
                                                               @Nullable
                                                               java.lang.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
                                                 java.lang.Object bean,
                                                 @Nullable
                                                 java.lang.String beanName)
                                          throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
        Throws:
        org.springframework.beans.BeansException