Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OAuthFlow
-
Packages that use AsyncApi30OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30OAuthFlow in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30OAuthFlow Modifier and Type Class Description classAsyncApi30OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30OAuthFlow Modifier and Type Method Description AsyncApi30OAuthFlowAsyncApi30OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi30OAuthFlow in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30OAuthFlow Modifier and Type Method Description voidAsyncApi30ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30OAuthFlow node)voidAsyncApi30ModelWriter. writeOAuthFlow(AsyncApi30OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-