Class OAuthWriter
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.oauth.OAuthWriter
-
public class OAuthWriter extends Object
Writing the Security Scheme to json- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
- oauthFlowsObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.security.OAuthFlows model)Writes aOAuthFlowsobject to the JSON tree.
-
-
-
Method Detail
-
writeOAuthFlows
public static void writeOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.security.OAuthFlows model)Writes aOAuthFlowsobject to the JSON tree.- Parameters:
parent- the parent json nodemodel- the OAuthFlows model
-
-