Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24OAuthFlows
-
Packages that use AsyncApi24OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24OAuthFlows in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24OAuthFlows Modifier and Type Class Description classAsyncApi24OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24OAuthFlows Modifier and Type Method Description AsyncApi24OAuthFlowsAsyncApi24SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi24OAuthFlows in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24OAuthFlows Modifier and Type Method Description voidAsyncApi24ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24OAuthFlows node)voidAsyncApi24ModelWriter. writeOAuthFlows(AsyncApi24OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-