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

    Modifier and Type
    Method
    Description
    boolean
    matches(Class<?> klass)
    Returns true if the class should be included in the result.
  • Method Details

    • matches

      boolean matches(Class<?> klass)
      Returns true if the class should be included in the result.