Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24OAuthFlow
-
Packages that use AsyncApi24OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24OAuthFlow in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24OAuthFlow Modifier and Type Class Description classAsyncApi24OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24OAuthFlow Modifier and Type Method Description AsyncApi24OAuthFlowAsyncApi24OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi24OAuthFlow in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24OAuthFlow Modifier and Type Method Description voidAsyncApi24ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24OAuthFlow node)voidAsyncApi24ModelWriter. writeOAuthFlow(AsyncApi24OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-