Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22SecurityScheme
-
Packages that use AsyncApi22SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22SecurityScheme in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22SecurityScheme Modifier and Type Class Description classAsyncApi22SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22SecurityScheme Modifier and Type Method Description AsyncApi22SecuritySchemeAsyncApi22ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi22SecurityScheme in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22SecurityScheme Modifier and Type Method Description voidAsyncApi22ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22SecurityScheme node)voidAsyncApi22ModelWriter. writeSecurityScheme(AsyncApi22SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-