Class XmlReader
java.lang.Object
io.smallrye.openapi.runtime.io.xml.XmlReader
Reading the Xml from annotation or json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.microprofile.openapi.models.media.XMLreadXML(com.fasterxml.jackson.databind.JsonNode node) Reads aXMLOpenAPI node.
-
Method Details
-
readXML
public static org.eclipse.microprofile.openapi.models.media.XML readXML(com.fasterxml.jackson.databind.JsonNode node) Reads aXMLOpenAPI node.- Parameters:
node- the json node- Returns:
- XML model
-