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