Class HeaderWriter

java.lang.Object
io.smallrye.openapi.runtime.io.header.HeaderWriter

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

    • writeHeaders

      public static void writeHeaders(com.fasterxml.jackson.databind.node.ObjectNode parent, Map<String,org.eclipse.microprofile.openapi.models.headers.Header> headers)
      Writes a map of Header to the JSON tree.
      Parameters:
      parent - the parent json node
      headers - map of Header models