Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner |
Modifier and Type | Method and Description |
---|---|
FastClasspathScanner |
FastClasspathScanner.matchAllAnnotationClasses(ClassMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all annotation classes (annotation definitions) found
in whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllClasses(ClassMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all standard classes, interfaces and annotations found
in whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllInterfaceClasses(ClassMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all interface classes (interface definitions) found in
whitelisted packages on the classpath.
|
FastClasspathScanner |
FastClasspathScanner.matchAllStandardClasses(ClassMatchProcessor classEnumerationMatchProcessor)
Calls the provided ClassEnumerationMatchProcessor for all standard classes (i.e.
|
<T> FastClasspathScanner |
FastClasspathScanner.matchClassesWithFieldOfType(Class<T> fieldType,
ClassMatchProcessor classMatchProcessor)
Calls the provided ClassMatchProcessor for classes on the classpath that have a field of the given type.
|
Copyright © 2016. All rights reserved.