Class GenericBeanPostProcessorAdapter<T>
java.lang.Object
org.apache.dubbo.config.spring.util.GenericBeanPostProcessorAdapter<T>
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
- Direct Known Subclasses:
DubboConfigDefaultPropertyValueBeanPostProcessor
public abstract class GenericBeanPostProcessorAdapter<T>
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
Generic
BeanPostProcessor Adapter- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBean Typefinal ObjectpostProcessAfterInitialization(Object bean, String beanName) final ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
Constructor Details
-
GenericBeanPostProcessorAdapter
public GenericBeanPostProcessorAdapter()
-
-
Method Details
-
postProcessBeforeInitialization
public final Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
postProcessAfterInitialization
public final Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
getBeanType
Bean Type- Returns:
- Bean Type
-