public class EncodingWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeEncodings(com.fasterxml.jackson.databind.node.ObjectNode parent,
Map<String,org.eclipse.microprofile.openapi.models.media.Encoding> models)
Writes a map of
Encoding objects to the JSON tree. |
public static void writeEncodings(com.fasterxml.jackson.databind.node.ObjectNode parent,
Map<String,org.eclipse.microprofile.openapi.models.media.Encoding> models)
Encoding objects to the JSON tree.parent - the parent json nodemodels - map of Encoding modelsCopyright © 2018–2021. All rights reserved.