public class FilterAnnotations
extends java.lang.Object
implements java.lang.Iterable<org.springframework.core.type.filter.TypeFilter>
TypeFilters from @Filter annotations.| Constructor and Description |
|---|
FilterAnnotations(java.lang.ClassLoader classLoader,
org.springframework.context.annotation.ComponentScan.Filter[] filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyMatches(org.springframework.core.type.classreading.MetadataReader metadataReader,
org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory) |
java.util.Iterator<org.springframework.core.type.filter.TypeFilter> |
iterator() |
public FilterAnnotations(java.lang.ClassLoader classLoader,
org.springframework.context.annotation.ComponentScan.Filter[] filters)
public java.util.Iterator<org.springframework.core.type.filter.TypeFilter> iterator()
iterator in interface java.lang.Iterable<org.springframework.core.type.filter.TypeFilter>public boolean anyMatches(org.springframework.core.type.classreading.MetadataReader metadataReader,
org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)
throws java.io.IOException
java.io.IOException