Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21SecurityScheme
-
Packages that use AsyncApi21SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21SecurityScheme in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21SecurityScheme Modifier and Type Class Description classAsyncApi21SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21SecurityScheme Modifier and Type Method Description AsyncApi21SecuritySchemeAsyncApi21ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi21SecurityScheme in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21SecurityScheme Modifier and Type Method Description voidAsyncApi21ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21SecurityScheme node)voidAsyncApi21ModelWriter. writeSecurityScheme(AsyncApi21SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-