Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25OAuthFlow
-
Packages that use AsyncApi25OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25OAuthFlow in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25OAuthFlow Modifier and Type Class Description classAsyncApi25OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25OAuthFlow Modifier and Type Method Description AsyncApi25OAuthFlowAsyncApi25OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi25OAuthFlow in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25OAuthFlow Modifier and Type Method Description voidAsyncApi25ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25OAuthFlow node)voidAsyncApi25ModelWriter. writeOAuthFlow(AsyncApi25OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-