Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23OAuthFlow
-
Packages that use AsyncApi23OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23OAuthFlow in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23OAuthFlow Modifier and Type Class Description classAsyncApi23OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23OAuthFlow Modifier and Type Method Description AsyncApi23OAuthFlowAsyncApi23OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi23OAuthFlow in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23OAuthFlow Modifier and Type Method Description voidAsyncApi23ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23OAuthFlow node)voidAsyncApi23ModelWriter. writeOAuthFlow(AsyncApi23OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-