Class XmlWriter
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.xml.XmlWriter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteXML(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.media.XML model)Writes aXMLobject to the JSON tree.
-