com.alibaba.dubbo.config.spring.context.annotation
Class DubboConfigBindingsRegistrar

java.lang.Object
  extended by 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

Constructor Summary
DubboConfigBindingsRegistrar()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DubboConfigBindingsRegistrar

public DubboConfigBindingsRegistrar()
Method Detail

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.