Uses of Class
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Packages that use ClassPathBeanDefinitionScanner
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of ClassPathBeanDefinitionScanner in org.springframework.context.annotationMethods in org.springframework.context.annotation that return ClassPathBeanDefinitionScannerModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser.configureScanner(org.springframework.beans.factory.xml.ParserContext parserContext, Element element) protected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser.createScanner(org.springframework.beans.factory.xml.XmlReaderContext readerContext, boolean useDefaultFilters) Methods in org.springframework.context.annotation with parameters of type ClassPathBeanDefinitionScannerModifier and TypeMethodDescriptionprotected voidComponentScanBeanDefinitionParser.parseBeanNameGenerator(Element element, ClassPathBeanDefinitionScanner scanner) protected voidComponentScanBeanDefinitionParser.parseScope(Element element, ClassPathBeanDefinitionScanner scanner) protected voidComponentScanBeanDefinitionParser.parseTypeFilters(Element element, ClassPathBeanDefinitionScanner scanner, org.springframework.beans.factory.xml.ParserContext parserContext)