Class XmlWriter
java.lang.Object
io.smallrye.openapi.runtime.io.xml.XmlWriter
Writing the Xml to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteXML(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.media.XML model) Writes aXMLobject to the JSON tree.
-
Method Details
-
writeXML
public static void writeXML(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.media.XML model) Writes aXMLobject to the JSON tree.- Parameters:
parent- the parent json nodemodel- the XML model
-