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 Summary
Constructors Constructor Description InitBeanPostProcessor(org.springframework.context.support.GenericApplicationContext context) -
Method Summary
Modifier and Type Method Description ObjectpostProcessAfterInitialization(@Nullable Object bean, String beanName)
-
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:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-