Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26OAuthFlow
-
Packages that use AsyncApi26OAuthFlow Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26OAuthFlow in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26OAuthFlow Modifier and Type Class Description classAsyncApi26OAuthFlowImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26OAuthFlow Modifier and Type Method Description AsyncApi26OAuthFlowAsyncApi26OAuthFlowsImpl. createOAuthFlow() -
Uses of AsyncApi26OAuthFlow in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26OAuthFlow Modifier and Type Method Description voidAsyncApi26ModelReader. readOAuthFlow(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26OAuthFlow node)voidAsyncApi26ModelWriter. writeOAuthFlow(AsyncApi26OAuthFlow node, com.fasterxml.jackson.databind.node.ObjectNode json)
-