com.alibaba.dubbo.config.spring.context.annotation
Class DubboConfigBindingsRegistrar
java.lang.Object
com.alibaba.dubbo.config.spring.context.annotation.DubboConfigBindingsRegistrar
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
public class DubboConfigBindingsRegistrar
- extends Object
- implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
Dubbo Config binding Bean registrar for EnableDubboConfigBindings
- Since:
- 2.5.8
- Author:
- Mercy
- See Also:
EnableDubboConfigBindings,
DubboConfigBindingRegistrar
|
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)
|
DubboConfigBindingsRegistrar
public DubboConfigBindingsRegistrar()
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.