Uses of Interface
io.apicurio.datamodels.models.openapi.v31.OpenApi31OAuthFlows
-
Packages that use OpenApi31OAuthFlows Package Description io.apicurio.datamodels.models.openapi.v31 io.apicurio.datamodels.models.openapi.v31.io -
-
Uses of OpenApi31OAuthFlows in io.apicurio.datamodels.models.openapi.v31
Classes in io.apicurio.datamodels.models.openapi.v31 that implement OpenApi31OAuthFlows Modifier and Type Class Description classOpenApi31OAuthFlowsImplMethods in io.apicurio.datamodels.models.openapi.v31 that return OpenApi31OAuthFlows Modifier and Type Method Description OpenApi31OAuthFlowsOpenApi31SecurityScheme. createOAuthFlows()OpenApi31OAuthFlowsOpenApi31SecuritySchemeImpl. createOAuthFlows()OpenApi31OAuthFlowsOpenApi31SecurityScheme. getFlows()OpenApi31OAuthFlowsOpenApi31SecuritySchemeImpl. getFlows()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApi31OAuthFlows Modifier and Type Method Description voidOpenApi31SecurityScheme. setFlows(OpenApi31OAuthFlows value)voidOpenApi31SecuritySchemeImpl. setFlows(OpenApi31OAuthFlows value) -
Uses of OpenApi31OAuthFlows in io.apicurio.datamodels.models.openapi.v31.io
Methods in io.apicurio.datamodels.models.openapi.v31.io with parameters of type OpenApi31OAuthFlows Modifier and Type Method Description voidOpenApi31ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi31OAuthFlows node)voidOpenApi31ModelWriter. writeOAuthFlows(OpenApi31OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-