Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Tag
-
Packages that use AsyncApi21Tag Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Tag in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Tag Modifier and Type Class Description classAsyncApi21TagImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Tag Modifier and Type Method Description AsyncApi21TagAsyncApi21Document. createTag()AsyncApi21TagAsyncApi21DocumentImpl. createTag()AsyncApi21TagAsyncApi21MessageImpl. createTag()AsyncApi21TagAsyncApi21MessageTraitImpl. createTag()AsyncApi21TagAsyncApi21OperationImpl. createTag()AsyncApi21TagAsyncApi21OperationTraitImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v21 that return types with arguments of type AsyncApi21Tag Modifier and Type Method Description List<AsyncApi21Tag>AsyncApi21Document. getTags()List<AsyncApi21Tag>AsyncApi21DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApi21Tag Modifier and Type Method Description voidAsyncApi21Document. addTag(AsyncApi21Tag value)voidAsyncApi21DocumentImpl. addTag(AsyncApi21Tag value)voidAsyncApi21Document. insertTag(AsyncApi21Tag value, int atIndex)voidAsyncApi21DocumentImpl. insertTag(AsyncApi21Tag value, int atIndex)voidAsyncApi21Document. removeTag(AsyncApi21Tag value)voidAsyncApi21DocumentImpl. removeTag(AsyncApi21Tag value) -
Uses of AsyncApi21Tag in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Tag Modifier and Type Method Description voidAsyncApi21ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Tag node)voidAsyncApi21ModelWriter. writeTag(AsyncApi21Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-