Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Tag
-
Packages that use AsyncApi24Tag Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Tag in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Tag Modifier and Type Class Description classAsyncApi24TagImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Tag Modifier and Type Method Description AsyncApi24TagAsyncApi24Document. createTag()AsyncApi24TagAsyncApi24DocumentImpl. createTag()AsyncApi24TagAsyncApi24MessageImpl. createTag()AsyncApi24TagAsyncApi24MessageTraitImpl. createTag()AsyncApi24TagAsyncApi24OperationImpl. createTag()AsyncApi24TagAsyncApi24OperationTraitImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24Tag Modifier and Type Method Description List<AsyncApi24Tag>AsyncApi24Document. getTags()List<AsyncApi24Tag>AsyncApi24DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24Tag Modifier and Type Method Description voidAsyncApi24Document. addTag(AsyncApi24Tag value)voidAsyncApi24DocumentImpl. addTag(AsyncApi24Tag value)voidAsyncApi24Document. insertTag(AsyncApi24Tag value, int atIndex)voidAsyncApi24DocumentImpl. insertTag(AsyncApi24Tag value, int atIndex)voidAsyncApi24Document. removeTag(AsyncApi24Tag value)voidAsyncApi24DocumentImpl. removeTag(AsyncApi24Tag value) -
Uses of AsyncApi24Tag in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Tag Modifier and Type Method Description voidAsyncApi24ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Tag node)voidAsyncApi24ModelWriter. writeTag(AsyncApi24Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-