Class XmlReader

java.lang.Object
io.smallrye.openapi.runtime.io.xml.XmlReader

public class XmlReader extends Object
Reading the Xml from annotation or json
Author:
Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
See Also:
  • Method Details

    • readXML

      public static org.eclipse.microprofile.openapi.models.media.XML readXML(com.fasterxml.jackson.databind.JsonNode node)
      Reads a XML OpenAPI node.
      Parameters:
      node - the json node
      Returns:
      XML model