Interface | Description |
---|---|
FailureHandler |
A callback that can be called on scanning failure during an asynchronous scan.
|
ScanResultProcessor |
A callback that can be used to processes the result of an asynchronous scan after scanning has completed and any
MatchProcessors have been run.
|
Class | Description |
---|---|
AnnotationInfo |
Holds metadata about annotations.
|
AnnotationInfo.AnnotationClassRef |
Stores a class descriptor in an annotation as a class type string, e.g.
|
AnnotationInfo.AnnotationEnumValue |
Class for wrapping an enum constant value (split into class name and constant name) referenced inside an
annotation.
|
AnnotationInfo.AnnotationParamValue |
A wrapper used to pair annotation parameter names with annotation parameter values.
|
ClassInfo |
Holds metadata about a class encountered during a scan.
|
ClassLoaderFinder |
A class to find the unique ordered classpath elements.
|
ClasspathFinder |
A class to find the unique ordered classpath elements.
|
ClasspathOrder |
A class to find the unique ordered classpath elements.
|
ClasspathResource |
The combination of a classpath element and a relative path within this classpath element.
|
FieldInfo |
Holds metadata about fields of a class encountered during a scan.
|
MethodInfo |
Holds metadata about methods of a class encountered during a scan.
|
Scanner |
The classpath scanner.
|
ScanResult |
The result of a scan.
|
ScanSpec |
Parses the scanning specification that was passed to the FastClasspathScanner constructor, and finds all
ClassLoaders.
|
Copyright © 2018. All rights reserved.