Uses of Class
io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
-
Packages that use ExposingClassPathBeanDefinitionScanner Package Description io.microsphere.spring.beans.factory.annotation -
-
Uses of ExposingClassPathBeanDefinitionScanner in io.microsphere.spring.beans.factory.annotation
Methods in io.microsphere.spring.beans.factory.annotation with parameters of type ExposingClassPathBeanDefinitionScanner Modifier and Type Method Description 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
-