Class DefaultClassFilter

    • Constructor Detail

      • DefaultClassFilter

        public DefaultClassFilter()
    • Method Detail

      • isExcluded

        public boolean isExcluded​(Class<?> klass)
        Description copied from interface: ClassFilter
        Checks if given class is excluded.
        Specified by:
        isExcluded in interface ClassFilter
        Parameters:
        klass - to check
        Returns:
        true if class should be excluded, false otherwise