Class HeaderWriter
java.lang.Object
io.smallrye.openapi.runtime.io.header.HeaderWriter
Writing the Header to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteHeaders(com.fasterxml.jackson.databind.node.ObjectNode parent, Map<String, org.eclipse.microprofile.openapi.models.headers.Header> headers) Writes a map ofHeaderto the JSON tree.
-
Method Details