public class SchemaReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.microprofile.openapi.models.media.Schema |
readSchema(com.fasterxml.jackson.databind.JsonNode node)
Reads a
Schema OpenAPI node. |
static Map<String,org.eclipse.microprofile.openapi.models.media.Schema> |
readSchemas(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue)
Reads a map of Schema annotations.
|
static Optional<Map<String,org.eclipse.microprofile.openapi.models.media.Schema>> |
readSchemas(com.fasterxml.jackson.databind.JsonNode node)
Reads the
Schema OpenAPI nodes. |
public static Map<String,org.eclipse.microprofile.openapi.models.media.Schema> readSchemas(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
context - the scanner contextannotationValue - map of @Schema annotationspublic static org.eclipse.microprofile.openapi.models.media.Schema readSchema(com.fasterxml.jackson.databind.JsonNode node)
Schema OpenAPI node.node - json nodeCopyright © 2018–2021. All rights reserved.