Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26SecurityScheme
-
Packages that use AsyncApi26SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26SecurityScheme in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26SecurityScheme Modifier and Type Class Description classAsyncApi26SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26SecurityScheme Modifier and Type Method Description AsyncApi26SecuritySchemeAsyncApi26ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi26SecurityScheme in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26SecurityScheme Modifier and Type Method Description voidAsyncApi26ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26SecurityScheme node)voidAsyncApi26ModelWriter. writeSecurityScheme(AsyncApi26SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-