org.springframework.context.annotation
Class ComponentScanAnnotationParser
java.lang.Object
org.springframework.context.annotation.ComponentScanAnnotationParser
class ComponentScanAnnotationParser
- extends java.lang.Object
Parser for the @ComponentScan
annotation.
- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
ClassPathBeanDefinitionScanner.scan(String...)
,
ComponentScanBeanDefinitionParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceLoader
private final ResourceLoader resourceLoader
environment
private final Environment environment
registry
private final BeanDefinitionRegistry registry
ComponentScanAnnotationParser
public ComponentScanAnnotationParser(ResourceLoader resourceLoader,
Environment environment,
BeanDefinitionRegistry registry)
parse
public java.util.Set<BeanDefinitionHolder> parse(java.util.Map<java.lang.String,java.lang.Object> componentScanAttributes)
createTypeFilter
private TypeFilter createTypeFilter(ComponentScan.Filter filter)