public class OperationWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeOperation(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.Operation model,
String method)
Writes a
Operation to the JSON tree. |
public static void writeOperation(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.Operation model,
String method)
Operation to the JSON tree.parent - the parent json nodemodel - the Operation modelmethod - the name of the node (operation method)Copyright © 2018–2021. All rights reserved.