Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22OAuthFlow
-
Packages that use AsyncApi22OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22OAuthFlow in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22OAuthFlow Modifier and Type Class Description classAsyncApi22OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22OAuthFlow Modifier and Type Method Description AsyncApi22OAuthFlowAsyncApi22OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi22OAuthFlow in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22OAuthFlow Modifier and Type Method Description voidAsyncApi22ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22OAuthFlow node)voidAsyncApi22ModelWriter. writeOAuthFlow(AsyncApi22OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-