Class MediaTypeWriter
java.lang.Object
io.smallrye.openapi.runtime.io.mediatype.MediaTypeWriter
Writer the Media type object to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteMediaType(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.media.MediaType model, String name) Writes aMediaTypeto the JSON tree.
-
Method Details
-
writeMediaType
public static void writeMediaType(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.media.MediaType model, String name) Writes aMediaTypeto the JSON tree.- Parameters:
parent- the parent json nodemodel- the MediaType modelname- name of the node
-