Class BeanRegistrar
java.lang.Object
org.apache.dubbo.config.spring.util.BeanRegistrar
Bean Registrar
-
Constructor Summary
Constructors -
Method Summary
-
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 fromAliasRegistry- Parameters:
registry-AliasRegistrybeanName- the bean namealias- alias to test- Returns:
- if present, return
true, orfalse
-