Class LinkWriter
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.link.LinkWriter
-
public class LinkWriter extends Object
Writing the Link to json- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
- linkObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-