Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25SecurityScheme
-
Packages that use AsyncApi25SecurityScheme Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25SecurityScheme in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25SecurityScheme Modifier and Type Class Description classAsyncApi25SecuritySchemeImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25SecurityScheme Modifier and Type Method Description AsyncApi25SecuritySchemeAsyncApi25ComponentsImpl. createSecurityScheme() -
Uses of AsyncApi25SecurityScheme in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25SecurityScheme Modifier and Type Method Description voidAsyncApi25ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25SecurityScheme node)voidAsyncApi25ModelWriter. writeSecurityScheme(AsyncApi25SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-