public class HeaderReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.eclipse.microprofile.openapi.models.headers.Header> |
readHeaders(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue)
Reads a map of Header annotations.
|
static Map<String,org.eclipse.microprofile.openapi.models.headers.Header> |
readHeaders(com.fasterxml.jackson.databind.JsonNode node)
Reads the
Header OpenAPI nodes. |
public static Map<String,org.eclipse.microprofile.openapi.models.headers.Header> readHeaders(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
context - the scanning contextannotationValue - map of @Header annotationsCopyright © 2018–2021. All rights reserved.