| Interface | Description |
|---|---|
| AnnotationScanner |
This represent a scanner
|
| Class | Description |
|---|---|
| AbstractAnnotationScanner |
Abstract base class for annotation scanners
|
| AbstractParameterProcessor |
Common parameter processing that may be customized by individual frameworks
such as JAX-RS, Spring, Vert.x, etc.
|
| AbstractParameterProcessor.ParameterContext |
Used for collecting and merging any scanned
Parameter annotations
with the framework-specific parameter annotations. |
| AbstractParameterProcessor.ParameterContextKey |
Key used to store
AbstractParameterProcessor.ParameterContext objects in a map sorted by Parameter.In,
then by name, nulls first. |
| AnnotationScannerContext |
Context for scanners.
|
| AnnotationScannerFactory |
Factory that allows plugging in more scanners.
|
| FrameworkParameter | |
| ScannerSPILogging_$logger |
Warning this class consists of generated code.
|
Copyright © 2018–2021. All rights reserved.