public class FilterAnnotations extends Object implements Iterable<TypeFilter>
TypeFilters from @Filter annotations.| Constructor and Description |
|---|
FilterAnnotations(ClassLoader classLoader,
ComponentScan.Filter[] filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyMatches(MetadataReader metadataReader,
MetadataReaderFactory metadataReaderFactory) |
Iterator<TypeFilter> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FilterAnnotations(ClassLoader classLoader, ComponentScan.Filter[] filters)
public Iterator<TypeFilter> iterator()
iterator in interface Iterable<TypeFilter>public boolean anyMatches(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) throws IOException
IOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.