Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25SecurityRequirement
-
Packages that use AsyncApi25SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25SecurityRequirement Modifier and Type Class Description classAsyncApi25SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25SecurityRequirement Modifier and Type Method Description AsyncApi25SecurityRequirementAsyncApi25Operation. createSecurityRequirement()AsyncApi25SecurityRequirementAsyncApi25OperationImpl. createSecurityRequirement()AsyncApi25SecurityRequirementAsyncApi25OperationTrait. createSecurityRequirement()AsyncApi25SecurityRequirementAsyncApi25OperationTraitImpl. createSecurityRequirement()AsyncApi25SecurityRequirementAsyncApi25Server. createSecurityRequirement()AsyncApi25SecurityRequirementAsyncApi25ServerImpl. createSecurityRequirement()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25SecurityRequirement Modifier and Type Method Description List<AsyncApi25SecurityRequirement>AsyncApi25Operation. getSecurity()List<AsyncApi25SecurityRequirement>AsyncApi25OperationImpl. getSecurity()List<AsyncApi25SecurityRequirement>AsyncApi25OperationTrait. getSecurity()List<AsyncApi25SecurityRequirement>AsyncApi25OperationTraitImpl. getSecurity()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25SecurityRequirement Modifier and Type Method Description voidAsyncApi25Operation. addSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationImpl. addSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationTrait. addSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationTraitImpl. addSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25Operation. insertSecurity(AsyncApi25SecurityRequirement value, int atIndex)voidAsyncApi25OperationImpl. insertSecurity(AsyncApi25SecurityRequirement value, int atIndex)voidAsyncApi25OperationTrait. insertSecurity(AsyncApi25SecurityRequirement value, int atIndex)voidAsyncApi25OperationTraitImpl. insertSecurity(AsyncApi25SecurityRequirement value, int atIndex)voidAsyncApi25Operation. removeSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationImpl. removeSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationTrait. removeSecurity(AsyncApi25SecurityRequirement value)voidAsyncApi25OperationTraitImpl. removeSecurity(AsyncApi25SecurityRequirement value) -
Uses of AsyncApi25SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25SecurityRequirement Modifier and Type Method Description voidAsyncApi25ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25SecurityRequirement node)voidAsyncApi25ModelWriter. writeSecurityRequirement(AsyncApi25SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-