Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21SecurityRequirement
-
Packages that use AsyncApi21SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21SecurityRequirement Modifier and Type Class Description classAsyncApi21SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21SecurityRequirement Modifier and Type Method Description AsyncApi21SecurityRequirementAsyncApi21Server. createSecurityRequirement()AsyncApi21SecurityRequirementAsyncApi21ServerImpl. createSecurityRequirement() -
Uses of AsyncApi21SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21SecurityRequirement Modifier and Type Method Description voidAsyncApi21ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21SecurityRequirement node)voidAsyncApi21ModelWriter. writeSecurityRequirement(AsyncApi21SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-