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.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of ClassPathBeanDefinitionScanner in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return ClassPathBeanDefinitionScannerModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScanner
ComponentScanBeanDefinitionParser.configureScanner
(ParserContext parserContext, Element element) protected ClassPathBeanDefinitionScanner
ComponentScanBeanDefinitionParser.createScanner
(XmlReaderContext readerContext, boolean useDefaultFilters) Methods in org.springframework.context.annotation with parameters of type ClassPathBeanDefinitionScannerModifier and TypeMethodDescriptionprotected void
ComponentScanBeanDefinitionParser.parseBeanNameGenerator
(Element element, ClassPathBeanDefinitionScanner scanner) protected void
ComponentScanBeanDefinitionParser.parseScope
(Element element, ClassPathBeanDefinitionScanner scanner) protected void
ComponentScanBeanDefinitionParser.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 ClassPathBeanDefinitionScannerModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScanner
AnnotationConfigWebApplicationContext.getClassPathBeanDefinitionScanner
(DefaultListableBeanFactory beanFactory) Build aClassPathBeanDefinitionScanner
for the given bean factory.