public class ServerVariableReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> |
readServerVariables(org.jboss.jandex.AnnotationValue annotationValue)
Reads an array of ServerVariable annotations, returning a new
ServerVariable model. |
static Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> |
readServerVariables(com.fasterxml.jackson.databind.JsonNode node)
Reads the
ServerVariable OpenAPI node. |
public static Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> readServerVariables(org.jboss.jandex.AnnotationValue annotationValue)
ServerVariable model. The
annotation value is an array of ServerVariable annotations.annotationValue - an arrays of @ServerVariable annotationspublic static Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> readServerVariables(com.fasterxml.jackson.databind.JsonNode node)
ServerVariable OpenAPI node.node - the json nodeCopyright © 2018–2021. All rights reserved.