Class TagWriter
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.tag.TagWriter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteTags(com.fasterxml.jackson.databind.node.ObjectNode node, List<org.eclipse.microprofile.openapi.models.tags.Tag> tags)Writes theTagmodel array to the JSON tree.
-
-
-
Method Detail
-
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
-
-