public class PathsReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.microprofile.openapi.models.PathItem |
readPathItem(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue) |
static org.eclipse.microprofile.openapi.models.PathItem |
readPathItem(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue,
org.jboss.jandex.MethodInfo methodInfo)
Reads the PathItem.
|
static org.eclipse.microprofile.openapi.models.PathItem |
readPathItem(com.fasterxml.jackson.databind.JsonNode node)
Reads a
PathItem OpenAPI node. |
static org.eclipse.microprofile.openapi.models.Paths |
readPaths(com.fasterxml.jackson.databind.JsonNode node)
Reads the
Paths OpenAPI nodes. |
public static org.eclipse.microprofile.openapi.models.Paths readPaths(com.fasterxml.jackson.databind.JsonNode node)
Paths OpenAPI nodes.node - json objectpublic static org.eclipse.microprofile.openapi.models.PathItem readPathItem(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
public static org.eclipse.microprofile.openapi.models.PathItem readPathItem(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue, org.jboss.jandex.MethodInfo methodInfo)
context - the scanning contextannotationValue - the annotation valuepublic static org.eclipse.microprofile.openapi.models.PathItem readPathItem(com.fasterxml.jackson.databind.JsonNode node)
PathItem OpenAPI node.node - json objectCopyright © 2018–2021. All rights reserved.