| Interface | Description |
|---|---|
| AnnotationScannerExtension |
Extension point for supporting extensions to OpenAPI Scanners.
|
| CustomSchemaRegistry |
A simple registry that allows users to provide a custom schema for some types.
|
| Class | Description |
|---|---|
| CollectionStandin<E> | |
| FilteredIndexView |
Wraps an
IndexView instance and filters the contents based on the
settings provided via OpenApiConfig. |
| IterableStandin<E> | |
| MapStandin<K,V> | |
| OpenApiAnnotationScanner |
Scans a deployment (using the archive and jandex annotation index) for OpenAPI annotations.
|
| OpenApiDataObjectScanner |
Explores the class graph from the provided root, creating an OpenAPI
Schema
from the entities encountered. |
| ResourceParameters |
Result object returned to the annotation scanner.
|
| ScannerLogging_$logger |
Warning this class consists of generated code.
|
| ScannerMessages_$bundle |
Warning this class consists of generated code.
|
| SchemaRegistry |
A simple registry used to track schemas that have been generated and inserted
into the #/components section of the
|
Copyright © 2018–2021. All rights reserved.