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