Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22SecurityRequirement
-
Packages that use AsyncApi22SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22SecurityRequirement Modifier and Type Class Description classAsyncApi22SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22SecurityRequirement Modifier and Type Method Description AsyncApi22SecurityRequirementAsyncApi22Server. createSecurityRequirement()AsyncApi22SecurityRequirementAsyncApi22ServerImpl. createSecurityRequirement() -
Uses of AsyncApi22SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22SecurityRequirement Modifier and Type Method Description voidAsyncApi22ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22SecurityRequirement node)voidAsyncApi22ModelWriter. writeSecurityRequirement(AsyncApi22SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-