Class SecuritySchemeWriter
java.lang.Object
io.smallrye.openapi.runtime.io.securityscheme.SecuritySchemeWriter
Writing the Security Scheme to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteSecuritySchemes(com.fasterxml.jackson.databind.node.ObjectNode parent, Map<String, org.eclipse.microprofile.openapi.models.security.SecurityScheme> securitySchemes) Writes a map ofSecuritySchemeto the JSON tree.
-
Method Details
-
writeSecuritySchemes
public static void writeSecuritySchemes(com.fasterxml.jackson.databind.node.ObjectNode parent, Map<String, org.eclipse.microprofile.openapi.models.security.SecurityScheme> securitySchemes) Writes a map ofSecuritySchemeto the JSON tree.- Parameters:
parent- the parent json nodesecuritySchemes- map of SecurityScheme models
-