Package org.atteo.classindex
Interface ClassFilter.Predicate
-
- All Known Subinterfaces:
ClassFilter.FilterBuilder
,ClassFilter.UnionBuilder
- All Known Implementing Classes:
ClassFilter.Builder
,ClassFilter.CommonFilterBuilder
- Enclosing class:
- ClassFilter
public static interface ClassFilter.Predicate
Class from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(java.lang.Class<?> klass)
Returns true if the class should be included in the result.
-