public class DubboConfigBindingBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
BeanPostProcessorEnableDubboConfigBinding,
DubboConfigBindingRegistrar| Constructor and Description |
|---|
DubboConfigBindingBeanPostProcessor(String prefix,
String beanName) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
DubboConfigBinder |
getDubboConfigBinder() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDubboConfigBinder(DubboConfigBinder dubboConfigBinder) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic DubboConfigBinder getDubboConfigBinder()
public void setDubboConfigBinder(DubboConfigBinder dubboConfigBinder)
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.