Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22OAuthFlows
-
Packages that use AsyncApi22OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22OAuthFlows in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22OAuthFlows Modifier and Type Class Description classAsyncApi22OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22OAuthFlows Modifier and Type Method Description AsyncApi22OAuthFlowsAsyncApi22SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi22OAuthFlows in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22OAuthFlows Modifier and Type Method Description voidAsyncApi22ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22OAuthFlows node)voidAsyncApi22ModelWriter. writeOAuthFlows(AsyncApi22OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-