Uses of Interface
io.apicurio.datamodels.models.openapi.v30.OpenApi30OAuthFlows
-
Packages that use OpenApi30OAuthFlows Package Description io.apicurio.datamodels.models.openapi.v30 io.apicurio.datamodels.models.openapi.v30.io -
-
Uses of OpenApi30OAuthFlows in io.apicurio.datamodels.models.openapi.v30
Classes in io.apicurio.datamodels.models.openapi.v30 that implement OpenApi30OAuthFlows Modifier and Type Class Description classOpenApi30OAuthFlowsImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApi30OAuthFlows Modifier and Type Method Description OpenApi30OAuthFlowsOpenApi30SecurityScheme. createOAuthFlows()OpenApi30OAuthFlowsOpenApi30SecuritySchemeImpl. createOAuthFlows()OpenApi30OAuthFlowsOpenApi30SecurityScheme. getFlows()OpenApi30OAuthFlowsOpenApi30SecuritySchemeImpl. getFlows()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApi30OAuthFlows Modifier and Type Method Description voidOpenApi30SecurityScheme. setFlows(OpenApi30OAuthFlows value)voidOpenApi30SecuritySchemeImpl. setFlows(OpenApi30OAuthFlows value) -
Uses of OpenApi30OAuthFlows in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApi30OAuthFlows Modifier and Type Method Description voidOpenApi30ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi30OAuthFlows node)voidOpenApi30ModelWriter. writeOAuthFlows(OpenApi30OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-