Class FilterAnnotations
java.lang.Object
org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
- All Implemented Interfaces:
Iterable<TypeFilter>
Utility to load
TypeFilters from @Filter annotations.- Since:
- 1.4.0
- Author:
- Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleananyMatches(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FilterAnnotations
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<TypeFilter>
-
anyMatches
public boolean anyMatches(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) throws IOException - Throws:
IOException
-