类 BeanRegistrar


  • public abstract class BeanRegistrar
    extends 
    Bean Registrar
    从以下版本开始:
    2.5.7
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static void registerInfrastructureBean​(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry,  beanName, <?> beanType)
      Register Infrastructure Bean
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • BeanRegistrar

        public BeanRegistrar()
    • 方法详细资料

      • registerInfrastructureBean

        public static void registerInfrastructureBean​(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry,
                                                       beanName,
                                                      <?> beanType)
        Register Infrastructure Bean
        参数:
        beanDefinitionRegistry - BeanDefinitionRegistry
        beanType - the type of bean
        beanName - the name of bean