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