Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner |
Modifier and Type | Method and Description |
---|---|
FastClasspathScanner |
FastClasspathScanner.matchAllAnnotationClasses(ClassEnumerationMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all annotation classes (annotation definitions) found
in whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllClasses(ClassEnumerationMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all standard classes, interfaces and annotations found
in whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllInterfaceClasses(ClassEnumerationMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all interface classes (interface definitions) found in
whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllStandardClasses(ClassEnumerationMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all standard classes (i.e.
|
Copyright © 2015. All rights reserved.