Uses of Class
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Packages that use ClassPathBeanDefinitionScanner Package Description org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.Uses of ClassPathBeanDefinitionScanner in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return ClassPathBeanDefinitionScanner Modifier and Type Method Description protected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser. configureScanner(ParserContext parserContext, Element element)protected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser. createScanner(XmlReaderContext readerContext, boolean useDefaultFilters)Methods in org.springframework.context.annotation with parameters of type ClassPathBeanDefinitionScanner Modifier and Type Method Description protected voidComponentScanBeanDefinitionParser. parseBeanNameGenerator(Element element, ClassPathBeanDefinitionScanner scanner)protected voidComponentScanBeanDefinitionParser. parseScope(Element element, ClassPathBeanDefinitionScanner scanner)protected voidComponentScanBeanDefinitionParser. parseTypeFilters(Element element, ClassPathBeanDefinitionScanner scanner, ParserContext parserContext)Uses of ClassPathBeanDefinitionScanner in org.springframework.web.context.support
Methods in org.springframework.web.context.support that return ClassPathBeanDefinitionScanner Modifier and Type Method Description protected ClassPathBeanDefinitionScannerAnnotationConfigWebApplicationContext. getClassPathBeanDefinitionScanner(DefaultListableBeanFactory beanFactory)Build aClassPathBeanDefinitionScannerfor the given bean factory.