| Interface | Description |
|---|---|
| AnnotationScannerExtension |
Extension point for supporting extensions to JAX-RS.
|
| CustomSchemaRegistry |
A simple registry that allows users to provide a custom schema for some types.
|
| Class | Description |
|---|---|
| CollectionStandin<E> | |
| DefaultAnnotationScannerExtension |
Default extension point for supporting extensions to JAX-RS.
|
| FilteredIndexView |
Wraps an
IndexView instance and filters the contents based on the
settings provided via OpenApiConfig. |
| MapStandin<K,V> | |
| OpenApiAnnotationScanner |
Scans a deployment (using the archive and jandex annotation index) for JAX-RS and
OpenAPI annotations.
|
| OpenApiDataObjectScanner |
Explores the class graph from the provided root, creating an OpenAPI
Schema
from the entities encountered. |
| ParameterProcessor |
Note,
PathParam targets of
PathSegment are not currently supported. |
| ParameterProcessor.ResourceParameters |
Result object returned to the annotation scanner.
|
| SchemaRegistry |
A simple registry used to track schemas that have been generated and inserted
into the #/components section of the
|
| Enum | Description |
|---|---|
| ParameterProcessor.JaxRsParameter |
Meta information for the JAX-RS *Param annotations relating them
to the
Parameter.In and Parameter.Style attributes of Parameters. |
Copyright © 2018–2019. All rights reserved.