Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25OAuthFlows
-
Packages that use AsyncApi25OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25OAuthFlows in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25OAuthFlows Modifier and Type Class Description classAsyncApi25OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25OAuthFlows Modifier and Type Method Description AsyncApi25OAuthFlowsAsyncApi25SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi25OAuthFlows in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25OAuthFlows Modifier and Type Method Description voidAsyncApi25ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25OAuthFlows node)voidAsyncApi25ModelWriter. writeOAuthFlows(AsyncApi25OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-