Class 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:
    tagObject
    • Method Detail

      • 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