Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23SecurityRequirement
-
Packages that use AsyncApi23SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23SecurityRequirement Modifier and Type Class Description classAsyncApi23SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23SecurityRequirement Modifier and Type Method Description AsyncApi23SecurityRequirementAsyncApi23Server. createSecurityRequirement()AsyncApi23SecurityRequirementAsyncApi23ServerImpl. createSecurityRequirement() -
Uses of AsyncApi23SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23SecurityRequirement Modifier and Type Method Description voidAsyncApi23ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23SecurityRequirement node)voidAsyncApi23ModelWriter. writeSecurityRequirement(AsyncApi23SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-