Interface ClassFilter

All Known Implementing Classes:
DefaultClassFilter

@InternalApi public interface ClassFilter
A filter for checking whether a Class should be excluded from processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isExcluded(Class<?> klass)
    Checks if given class is excluded.
  • Method Details

    • isExcluded

      boolean isExcluded(Class<?> klass)
      Checks if given class is excluded.
      Parameters:
      klass - to check
      Returns:
      true if class should be excluded, false otherwise