public class OpenApiAnnotationScanner extends Object
| Constructor and Description |
|---|
OpenApiAnnotationScanner(OpenApiConfig config,
ClassLoader loader,
org.jboss.jandex.IndexView index)
Constructor.
|
OpenApiAnnotationScanner(OpenApiConfig config,
ClassLoader loader,
org.jboss.jandex.IndexView index,
List<AnnotationScannerExtension> extensions)
Constructor.
|
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(String... filter)
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 scanningpublic OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index)
config - OpenApiConfig instanceindex - IndexView of deploymentpublic OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions)
config - OpenApiConfig instanceindex - IndexView of deploymentextensions - A set of extensions to scanningpublic org.eclipse.microprofile.openapi.models.OpenAPI scan(String... filter)
filter - Filter to only include certain scanners. Based on the scanner name. (JAX-RS, Spring, Vert.x)Copyright © 2018–2021. All rights reserved.