Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20SecurityRequirement
-
Packages that use AsyncApi20SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20SecurityRequirement Modifier and Type Class Description classAsyncApi20SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20SecurityRequirement Modifier and Type Method Description AsyncApi20SecurityRequirementAsyncApi20Server. createSecurityRequirement()AsyncApi20SecurityRequirementAsyncApi20ServerImpl. createSecurityRequirement() -
Uses of AsyncApi20SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20SecurityRequirement Modifier and Type Method Description voidAsyncApi20ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20SecurityRequirement node)voidAsyncApi20ModelWriter. writeSecurityRequirement(AsyncApi20SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-