Class BeanRegistrar

java.lang.Object
org.apache.dubbo.config.spring.util.BeanRegistrar

public abstract class BeanRegistrar extends Object
Bean Registrar
  • Constructor Details

    • BeanRegistrar

      public BeanRegistrar()
  • Method Details

    • hasAlias

      public static boolean hasAlias(org.springframework.core.AliasRegistry registry, String beanName, String alias)
      Detect the alias is present or not in the given bean name from AliasRegistry
      Parameters:
      registry - AliasRegistry
      beanName - the bean name
      alias - alias to test
      Returns:
      if present, return true, or false