类的使用
io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
-
使用ExposingClassPathBeanDefinitionScanner的程序包 程序包 说明 io.microsphere.spring.beans.factory.annotation -
-
io.microsphere.spring.beans.factory.annotation中ExposingClassPathBeanDefinitionScanner的使用
参数类型为ExposingClassPathBeanDefinitionScanner的io.microsphere.spring.beans.factory.annotation中的方法 修饰符和类型 方法 说明 protected java.util.Map<java.lang.String,org.springframework.beans.factory.annotation.AnnotatedBeanDefinition>
AnnotationBeanDefinitionRegistryPostProcessor. registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner scanner, java.lang.String[] basePackages)
Scan and register the primaryBeanDefinitions
that were annotated bythe supported annotation types
, and then return theMap
with bean name plus aliases if present and primaryAnnotatedBeanDefinitions
.protected abstract void
AnnotationBeanDefinitionRegistryPostProcessor. registerSecondaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner scanner, java.util.Map<java.lang.String,org.springframework.beans.factory.annotation.AnnotatedBeanDefinition> primaryBeanDefinitions, java.lang.String[] basePackages)
Register the secondaryBeanDefinitions
-