Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23SecurityScheme
-
Packages that use AsyncApi23SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23SecurityScheme in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23SecurityScheme Modifier and Type Class Description classAsyncApi23SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23SecurityScheme Modifier and Type Method Description AsyncApi23SecuritySchemeAsyncApi23ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi23SecurityScheme in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23SecurityScheme Modifier and Type Method Description voidAsyncApi23ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23SecurityScheme node)voidAsyncApi23ModelWriter. writeSecurityScheme(AsyncApi23SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-