Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26OAuthFlows
-
Packages that use AsyncApi26OAuthFlows Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26OAuthFlows in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26OAuthFlows Modifier and Type Class Description classAsyncApi26OAuthFlowsImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26OAuthFlows Modifier and Type Method Description AsyncApi26OAuthFlowsAsyncApi26SecuritySchemeImpl. createOAuthFlows() -
Uses of AsyncApi26OAuthFlows in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26OAuthFlows Modifier and Type Method Description voidAsyncApi26ModelReader. readOAuthFlows(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26OAuthFlows node)voidAsyncApi26ModelWriter. writeOAuthFlows(AsyncApi26OAuthFlows node, com.fasterxml.jackson.databind.node.ObjectNode json)
-