public class OAuthWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.security.OAuthFlows model)
Writes a
OAuthFlows object to the JSON tree. |
public static void writeOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode parent,
org.eclipse.microprofile.openapi.models.security.OAuthFlows model)
OAuthFlows object to the JSON tree.parent - the parent json nodemodel - the OAuthFlows modelCopyright © 2018–2021. All rights reserved.