Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21OAuthFlows
-
Packages that use AsyncApi21OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21OAuthFlows in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21OAuthFlows Modifier and Type Class Description classAsyncApi21OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21OAuthFlows Modifier and Type Method Description AsyncApi21OAuthFlowsAsyncApi21SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi21OAuthFlows in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21OAuthFlows Modifier and Type Method Description voidAsyncApi21ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21OAuthFlows node)voidAsyncApi21ModelWriter. writeOAuthFlows(AsyncApi21OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-