Interface ClassFilter.Predicate

    • 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.
    • Method Detail

      • matches

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