Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20OAuthFlow
-
Packages that use AsyncApi20OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20OAuthFlow in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20OAuthFlow Modifier and Type Class Description classAsyncApi20OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20OAuthFlow Modifier and Type Method Description AsyncApi20OAuthFlowAsyncApi20OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi20OAuthFlow in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20OAuthFlow Modifier and Type Method Description voidAsyncApi20ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20OAuthFlow node)voidAsyncApi20ModelWriter. writeOAuthFlow(AsyncApi20OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-