Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23OAuthFlows
-
Packages that use AsyncApi23OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23OAuthFlows in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23OAuthFlows Modifier and Type Class Description classAsyncApi23OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23OAuthFlows Modifier and Type Method Description AsyncApi23OAuthFlowsAsyncApi23SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi23OAuthFlows in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23OAuthFlows Modifier and Type Method Description voidAsyncApi23ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23OAuthFlows node)voidAsyncApi23ModelWriter. writeOAuthFlows(AsyncApi23OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-