| Modifier and Type | Method and Description |
|---|---|
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. |
public static void writeTags(com.fasterxml.jackson.databind.node.ObjectNode node,
List<org.eclipse.microprofile.openapi.models.tags.Tag> tags)
Tag model array to the JSON tree.node - the json nodetags - list of Tag modelsCopyright © 2018–2021. All rights reserved.