public class OpenApiAnnotationScanner extends Object
| Constructor and Description |
|---|
OpenApiAnnotationScanner(OpenApiConfig config,
org.jboss.jandex.IndexView index)
Constructor.
|
OpenApiAnnotationScanner(OpenApiConfig config,
org.jboss.jandex.IndexView index,
List<AnnotationScannerExtension> extensions)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.OpenAPI |
scan()
Scan the deployment for relevant annotations.
|
public OpenApiAnnotationScanner(OpenApiConfig config, org.jboss.jandex.IndexView index)
config - OpenApiConfig instanceindex - IndexView of deploymentpublic OpenApiAnnotationScanner(OpenApiConfig config, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions)
config - OpenApiConfig instanceindex - IndexView of deploymentextensions - A set of extensions to scanningCopyright © 2018–2020. All rights reserved.