com.alibaba.dubbo.config.spring.util
Class BeanRegistrar

java.lang.Object
  extended by com.alibaba.dubbo.config.spring.util.BeanRegistrar

public class BeanRegistrar
extends Object

Bean Registrar

Since:
2.5.7
Author:
Mercy

Constructor Summary
BeanRegistrar()
           
 
Method Summary
static void registerInfrastructureBean(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry, String beanName, Class<?> beanType)
          Register Infrastructure Bean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanRegistrar

public BeanRegistrar()
Method Detail

registerInfrastructureBean

public static void registerInfrastructureBean(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry,
                                              String beanName,
                                              Class<?> beanType)
Register Infrastructure Bean

Parameters:
beanDefinitionRegistry - BeanDefinitionRegistry
beanType - the type of bean
beanName - the name of bean


Copyright © 2012–2017 Alibaba. All rights reserved.