Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24SecurityScheme
-
Packages that use AsyncApi24SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24SecurityScheme in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24SecurityScheme Modifier and Type Class Description classAsyncApi24SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24SecurityScheme Modifier and Type Method Description AsyncApi24SecuritySchemeAsyncApi24ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi24SecurityScheme in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24SecurityScheme Modifier and Type Method Description voidAsyncApi24ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24SecurityScheme node)voidAsyncApi24ModelWriter. writeSecurityScheme(AsyncApi24SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-