public class ExternalDocsReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.microprofile.openapi.models.ExternalDocumentation |
readExternalDocs(AnnotationScannerContext context,
org.jboss.jandex.AnnotationInstance annotationInstance)
Reads an ExternalDocumentation annotation.
|
static org.eclipse.microprofile.openapi.models.ExternalDocumentation |
readExternalDocs(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue)
Reads an ExternalDocumentation annotation.
|
static org.eclipse.microprofile.openapi.models.ExternalDocumentation |
readExternalDocs(com.fasterxml.jackson.databind.JsonNode node)
Reads an
ExternalDocumentation OpenAPI node. |
public static org.eclipse.microprofile.openapi.models.ExternalDocumentation readExternalDocs(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
context - scanning contextannotationValue - the @ExternalDocumentation annotationpublic static org.eclipse.microprofile.openapi.models.ExternalDocumentation readExternalDocs(AnnotationScannerContext context, org.jboss.jandex.AnnotationInstance annotationInstance)
context - scanning contextannotationInstance - the @ExternalDocumentation annotationpublic static org.eclipse.microprofile.openapi.models.ExternalDocumentation readExternalDocs(com.fasterxml.jackson.databind.JsonNode node)
ExternalDocumentation OpenAPI node.node - the json nodeCopyright © 2018–2021. All rights reserved.