Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OAuthFlows
-
Packages that use AsyncApi30OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30OAuthFlows in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30OAuthFlows Modifier and Type Class Description classAsyncApi30OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30OAuthFlows Modifier and Type Method Description AsyncApi30OAuthFlowsAsyncApi30SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi30OAuthFlows in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30OAuthFlows Modifier and Type Method Description voidAsyncApi30ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30OAuthFlows node)voidAsyncApi30ModelWriter. writeOAuthFlows(AsyncApi30OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-