Class TagWriter

java.lang.Object
io.smallrye.openapi.runtime.io.tag.TagWriter

public class TagWriter extends Object
Writing the Tag to json
Author:
Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
See Also:
  • Method Details

    • writeTags

      public static void writeTags(com.fasterxml.jackson.databind.node.ObjectNode node, List<org.eclipse.microprofile.openapi.models.tags.Tag> tags)
      Writes the Tag model array to the JSON tree.
      Parameters:
      node - the json node
      tags - list of Tag models