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