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 Summary
Constructors Constructor Description LoggingPostProcessor() -
Method Summary
Modifier and Type Method Description ObjectpostProcessAfterInitialization(@Nullable Object bean, @Nullable String beanName)voidpostProcessBeforeDestruction(@Nullable Object bean, @Nullable String beanName)ObjectpostProcessBeforeInitialization(@Nullable Object bean, @Nullable String beanName)
-
Constructor Details
-
LoggingPostProcessor
public LoggingPostProcessor()
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(@Nullable @Nullable Object bean, @Nullable @Nullable String beanName) throws org.springframework.beans.BeansException- Specified by:
postProcessBeforeInitializationin interfaceorg.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:
postProcessAfterInitializationin interfaceorg.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:
postProcessBeforeDestructionin interfaceorg.springframework.beans.factory.config.DestructionAwareBeanPostProcessor- Throws:
org.springframework.beans.BeansException
-