Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20OAuthFlows
-
Packages that use AsyncApi20OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20OAuthFlows in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20OAuthFlows Modifier and Type Class Description classAsyncApi20OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20OAuthFlows Modifier and Type Method Description AsyncApi20OAuthFlowsAsyncApi20SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi20OAuthFlows in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20OAuthFlows Modifier and Type Method Description voidAsyncApi20ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20OAuthFlows node)voidAsyncApi20ModelWriter. writeOAuthFlows(AsyncApi20OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-