com.alibaba.dubbo.config.spring.context.annotation
Class DubboConfigBindingRegistrar
java.lang.Object
com.alibaba.dubbo.config.spring.context.annotation.DubboConfigBindingRegistrar
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
public class DubboConfigBindingRegistrar
- extends Object
- implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
Dubbo Config binding Bean registrar
- Since:
- 2.5.8
- Author:
- Mercy
- See Also:
EnableDubboConfigBinding,
DubboConfigBindingBeanPostProcessor
|
Method Summary |
void |
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
|
void |
setEnvironment(org.springframework.core.env.Environment environment)
|
DubboConfigBindingRegistrar
public DubboConfigBindingRegistrar()
registerBeanDefinitions
public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
- Specified by:
registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment)
- Specified by:
setEnvironment in interface org.springframework.context.EnvironmentAware
Copyright © 2012–2017 Alibaba. All rights reserved.