ClassFilter.withExcludedDocumentClasses constructor

ClassFilter.withExcludedDocumentClasses(
  1. List<DocumentFilter>? excludeDocuments
)

Constructor for only adding the document clasess that will be excluded for the scanning process.

Implementation

ClassFilter.withExcludedDocumentClasses(this.excludeDocuments);