public class IsAnnotationPresentFilter extends Object
| Constructor and Description |
|---|
IsAnnotationPresentFilter(Class<? extends Annotation> searchType) |
IsAnnotationPresentFilter(Class<? extends Annotation> searchType,
String[] ignoreList,
String[] includeList) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addClass(Class<?> clazz) |
void |
filter(String resourceName)
Classpath resource filter method.
|
List<Class> |
getClasses() |
boolean |
isIgnorable(String resourceName)
Is this resource ignorable.
|
public IsAnnotationPresentFilter(Class<? extends Annotation> searchType)
public IsAnnotationPresentFilter(Class<? extends Annotation> searchType, String[] ignoreList, String[] includeList)
protected boolean addClass(Class<?> clazz)
public void filter(String resourceName)
Filterpublic boolean isIgnorable(String resourceName)
FilterisIgnorable in interface FilterCopyright © 2020. All rights reserved.