Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24SecurityRequirement
-
Packages that use AsyncApi24SecurityRequirement Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24SecurityRequirement Modifier and Type Class Description classAsyncApi24SecurityRequirementImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24SecurityRequirement Modifier and Type Method Description AsyncApi24SecurityRequirementAsyncApi24Operation. createSecurityRequirement()AsyncApi24SecurityRequirementAsyncApi24OperationImpl. createSecurityRequirement()AsyncApi24SecurityRequirementAsyncApi24OperationTrait. createSecurityRequirement()AsyncApi24SecurityRequirementAsyncApi24OperationTraitImpl. createSecurityRequirement()AsyncApi24SecurityRequirementAsyncApi24Server. createSecurityRequirement()AsyncApi24SecurityRequirementAsyncApi24ServerImpl. createSecurityRequirement()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24SecurityRequirement Modifier and Type Method Description List<AsyncApi24SecurityRequirement>AsyncApi24Operation. getSecurity()List<AsyncApi24SecurityRequirement>AsyncApi24OperationImpl. getSecurity()List<AsyncApi24SecurityRequirement>AsyncApi24OperationTrait. getSecurity()List<AsyncApi24SecurityRequirement>AsyncApi24OperationTraitImpl. getSecurity()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24SecurityRequirement Modifier and Type Method Description voidAsyncApi24Operation. addSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationImpl. addSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationTrait. addSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationTraitImpl. addSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24Operation. insertSecurity(AsyncApi24SecurityRequirement value, int atIndex)voidAsyncApi24OperationImpl. insertSecurity(AsyncApi24SecurityRequirement value, int atIndex)voidAsyncApi24OperationTrait. insertSecurity(AsyncApi24SecurityRequirement value, int atIndex)voidAsyncApi24OperationTraitImpl. insertSecurity(AsyncApi24SecurityRequirement value, int atIndex)voidAsyncApi24Operation. removeSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationImpl. removeSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationTrait. removeSecurity(AsyncApi24SecurityRequirement value)voidAsyncApi24OperationTraitImpl. removeSecurity(AsyncApi24SecurityRequirement value) -
Uses of AsyncApi24SecurityRequirement in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24SecurityRequirement Modifier and Type Method Description voidAsyncApi24ModelReader. readSecurityRequirement(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24SecurityRequirement node)voidAsyncApi24ModelWriter. writeSecurityRequirement(AsyncApi24SecurityRequirement node, com.fasterxml.jackson.databind.node.ObjectNode json)
-