Class ComponentsWriter
java.lang.Object
io.smallrye.openapi.runtime.io.components.ComponentsWriter
Writing the Components to json node
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteComponents(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.Components components) Writes aComponentsto the JSON tree.
-
Method Details
-
writeComponents
public static void writeComponents(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.Components components) Writes aComponentsto the JSON tree.- Parameters:
parent- the parent json nodecomponents- the components model
-