public class MediaTypeWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeMediaType(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.media.MediaType model,
String name)
Writes a
MediaType to the JSON tree. |
public static void writeMediaType(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.media.MediaType model,
String name)
MediaType to the JSON tree.parent - the parent json nodemodel - the MediaType modelname - name of the nodeCopyright © 2018–2021. All rights reserved.