类 BeanRegistrar
- java.lang.Object
-
- com.alibaba.dubbo.config.spring.util.BeanRegistrar
-
public abstract class BeanRegistrar extends Object
Bean Registrar- 从以下版本开始:
- 2.5.7
-
-
构造器概要
构造器 构造器 说明 BeanRegistrar()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static void
registerInfrastructureBean(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry, String beanName, Class<?> beanType)
Register Infrastructure Bean
-
-
-
方法详细资料
-
registerInfrastructureBean
public static void registerInfrastructureBean(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry, String beanName, Class<?> beanType)
Register Infrastructure Bean- 参数:
beanDefinitionRegistry
-BeanDefinitionRegistry
beanType
- the type of beanbeanName
- the name of bean
-
-