Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Tag
-
Packages that use AsyncApi23Tag Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Tag in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Tag Modifier and Type Class Description classAsyncApi23TagImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Tag Modifier and Type Method Description AsyncApi23TagAsyncApi23Document. createTag()AsyncApi23TagAsyncApi23DocumentImpl. createTag()AsyncApi23TagAsyncApi23MessageImpl. createTag()AsyncApi23TagAsyncApi23MessageTraitImpl. createTag()AsyncApi23TagAsyncApi23OperationImpl. createTag()AsyncApi23TagAsyncApi23OperationTraitImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApi23Tag Modifier and Type Method Description List<AsyncApi23Tag>AsyncApi23Document. getTags()List<AsyncApi23Tag>AsyncApi23DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23Tag Modifier and Type Method Description voidAsyncApi23Document. addTag(AsyncApi23Tag value)voidAsyncApi23DocumentImpl. addTag(AsyncApi23Tag value)voidAsyncApi23Document. insertTag(AsyncApi23Tag value, int atIndex)voidAsyncApi23DocumentImpl. insertTag(AsyncApi23Tag value, int atIndex)voidAsyncApi23Document. removeTag(AsyncApi23Tag value)voidAsyncApi23DocumentImpl. removeTag(AsyncApi23Tag value) -
Uses of AsyncApi23Tag in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Tag Modifier and Type Method Description voidAsyncApi23ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Tag node)voidAsyncApi23ModelWriter. writeTag(AsyncApi23Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-