类 DubboConfigConfigurationRegistrar

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ApplicationContextAware

    public class DubboConfigConfigurationRegistrar
    extends Object
    implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ApplicationContextAware
    Dubbo Config register, which order can be configured
    从以下版本开始:
    2.5.8
    另请参阅:
    EnableDubboConfig, DubboConfigConfiguration, Ordered
    • 构造器详细资料

      • DubboConfigConfigurationRegistrar

        public DubboConfigConfigurationRegistrar()
    • 方法详细资料

      • registerBeanDefinitions

        public void registerBeanDefinitions​(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
                                            org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
        指定者:
        registerBeanDefinitions 在接口中 org.springframework.context.annotation.ImportBeanDefinitionRegistrar
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
        抛出:
        org.springframework.beans.BeansException