Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner | |
io.github.lukehutch.fastclasspathscanner.scanner |
Class and Description |
---|
ClassAnnotationMatchProcessor
The method to run when a class with a specified annotation is found on the classpath.
|
ClassMatchProcessor
The method to run when any class, interface or annotation is found in a whitelisted package on the classpath.
|
FieldAnnotationMatchProcessor
The method to run when a class that has a field with a specified annotation is found on the classpath.
|
FileMatchContentsProcessor
The method to run when a file with a matching path is found on the classpath.
|
FileMatchContentsProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessor
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
ImplementingClassMatchProcessor
The method to run when a class implementing a specific interface is found on the classpath.
|
MethodAnnotationMatchProcessor
The method to run when a class that has a method or constructor with a specified annotation is found on the
classpath.
|
StaticFinalFieldMatchProcessor
The method to run when a class with the matching class name and with a final static field with the matching field
name is found on the classpath.
|
SubclassMatchProcessor
The method to run when a subclass of a specific class is found on the classpath.
|
SubinterfaceMatchProcessor
The method to run when a matching subinterface is found on the classpath.
|
Class and Description |
---|
ClassAnnotationMatchProcessor
The method to run when a class with a specified annotation is found on the classpath.
|
ClassMatchProcessor
The method to run when any class, interface or annotation is found in a whitelisted package on the classpath.
|
FieldAnnotationMatchProcessor
The method to run when a class that has a field with a specified annotation is found on the classpath.
|
FileMatchContentsProcessor
The method to run when a file with a matching path is found on the classpath.
|
FileMatchContentsProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessor
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessorWithContext
The method to run when a file with a matching path is found on the classpath.
|
ImplementingClassMatchProcessor
The method to run when a class implementing a specific interface is found on the classpath.
|
MethodAnnotationMatchProcessor
The method to run when a class that has a method or constructor with a specified annotation is found on the
classpath.
|
StaticFinalFieldMatchProcessor
The method to run when a class with the matching class name and with a final static field with the matching field
name is found on the classpath.
|
SubclassMatchProcessor
The method to run when a subclass of a specific class is found on the classpath.
|
SubinterfaceMatchProcessor
The method to run when a matching subinterface is found on the classpath.
|
Copyright © 2017. All rights reserved.