Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Tag
-
Packages that use AsyncApi22Tag Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Tag in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Tag Modifier and Type Class Description classAsyncApi22TagImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Tag Modifier and Type Method Description AsyncApi22TagAsyncApi22Document. createTag()AsyncApi22TagAsyncApi22DocumentImpl. createTag()AsyncApi22TagAsyncApi22MessageImpl. createTag()AsyncApi22TagAsyncApi22MessageTraitImpl. createTag()AsyncApi22TagAsyncApi22OperationImpl. createTag()AsyncApi22TagAsyncApi22OperationTraitImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v22 that return types with arguments of type AsyncApi22Tag Modifier and Type Method Description List<AsyncApi22Tag>AsyncApi22Document. getTags()List<AsyncApi22Tag>AsyncApi22DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApi22Tag Modifier and Type Method Description voidAsyncApi22Document. addTag(AsyncApi22Tag value)voidAsyncApi22DocumentImpl. addTag(AsyncApi22Tag value)voidAsyncApi22Document. insertTag(AsyncApi22Tag value, int atIndex)voidAsyncApi22DocumentImpl. insertTag(AsyncApi22Tag value, int atIndex)voidAsyncApi22Document. removeTag(AsyncApi22Tag value)voidAsyncApi22DocumentImpl. removeTag(AsyncApi22Tag value) -
Uses of AsyncApi22Tag in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Tag Modifier and Type Method Description voidAsyncApi22ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Tag node)voidAsyncApi22ModelWriter. writeTag(AsyncApi22Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-