Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21OAuthFlow
-
Packages that use AsyncApi21OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21OAuthFlow in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21OAuthFlow Modifier and Type Class Description classAsyncApi21OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21OAuthFlow Modifier and Type Method Description AsyncApi21OAuthFlowAsyncApi21OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi21OAuthFlow in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21OAuthFlow Modifier and Type Method Description voidAsyncApi21ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21OAuthFlow node)voidAsyncApi21ModelWriter. writeOAuthFlow(AsyncApi21OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-