| 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.
|
| ClassLoaderAndModuleFinder |
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.
|
| MethodParameterInfo |
Information on the parameters of a method.
|
| ModuleRef |
Work with modules using reflection, until support for JDK 8 and earlier is removed.
|
| ModuleRef.ModuleReaderProxy |
|
| 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.
|