| Modifier and Type | Method and Description |
|---|---|
ClassFilter |
ClassFilter.allTypes()
Resets all type filtering options and accepts all classes
|
ClassFilter |
ClassFilter.annotationOnly()
Filters annotations only and erases the other type options
|
ClassFilter |
ClassFilter.appendAnnotation(Class<? extends Annotation> annotation)
Appends the given annotation to set of annotations to control scanned classes.
|
ClassFilter |
ClassFilter.appendClassName(String name)
Adds a class name to this filter.
|
ClassFilter |
ClassFilter.appendInterface(Class<?> interfaceClass)
Appends the given interface to set of interfaces to control scanned classes.
|
ClassFilter |
ClassFilter.appendSuperClass(Class<?> superClass)
Appends the given class to set of super classes.
|
ClassFilter |
ClassFilter.classOnly()
Filters classes only and erases the other type options
|
ClassFilter |
ClassFilter.enumOnly()
Filters enums only and erases the other type options
|
ClassFilter |
ClassFilter.interfaceOnly()
Filters interfaces only and erases the other type options
|
ClassFilter |
ClassFilter.joinAnnotationsWithAnd()
Changes the join behavior of annotations.
|
ClassFilter |
ClassFilter.joinAnnotationsWithOr()
Changes the join behavior of annotations.
|
ClassFilter |
ClassFilter.joinInterfacesWithAnd()
Changes the join behavior of interfaces.
|
ClassFilter |
ClassFilter.joinInterfacesWithOr()
Changes the join behavior of interfaces.
|
Copyright © 2013. All Rights Reserved.