public class DubboConfigBindingBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessorEnableDubboConfigBinding,
DubboConfigBindingRegistrar| Constructor and Description |
|---|
DubboConfigBindingBeanPostProcessor(String beanName,
org.springframework.beans.PropertyValues propertyValues) |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public DubboConfigBindingBeanPostProcessor(String beanName, org.springframework.beans.PropertyValues propertyValues)
beanName - Binding Bean NamepropertyValues - PropertyValuespublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2012–2018 The Dubbo Project. All rights reserved.