Class ServerVariableReader

    • Method Detail

      • readServerVariables

        public 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. The annotation value is an array of ServerVariable annotations.
        Parameters:
        annotationValue - an arrays of @ServerVariable annotations
        Returns:
        a Map of Variable name and ServerVariable model
      • readServerVariables

        public static Map<String,​org.eclipse.microprofile.openapi.models.servers.ServerVariable> readServerVariables​(com.fasterxml.jackson.databind.JsonNode node)
        Reads the ServerVariable OpenAPI node.
        Parameters:
        node - the json node
        Returns:
        a Map of Variable name and ServerVariable model