Class TagWriter
java.lang.Object
io.smallrye.openapi.runtime.io.tag.TagWriter
Writing the Tag to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
-
Method Details
-
writeTags
public static void writeTags(com.fasterxml.jackson.databind.node.ObjectNode node, List<org.eclipse.microprofile.openapi.models.tags.Tag> tags) Writes theTagmodel array to the JSON tree.- Parameters:
node- the json nodetags- list of Tag models
-