Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20SecurityScheme
-
Packages that use AsyncApi20SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20SecurityScheme in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20SecurityScheme Modifier and Type Class Description classAsyncApi20SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20SecurityScheme Modifier and Type Method Description AsyncApi20SecuritySchemeAsyncApi20ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi20SecurityScheme in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20SecurityScheme Modifier and Type Method Description voidAsyncApi20ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20SecurityScheme node)voidAsyncApi20ModelWriter. writeSecurityScheme(AsyncApi20SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-