Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Tag
-
Packages that use AsyncApi20Tag Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Tag in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Tag Modifier and Type Class Description classAsyncApi20TagImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Tag Modifier and Type Method Description AsyncApi20TagAsyncApi20Document. createTag()AsyncApi20TagAsyncApi20DocumentImpl. createTag()AsyncApi20TagAsyncApi20MessageImpl. createTag()AsyncApi20TagAsyncApi20MessageTraitImpl. createTag()AsyncApi20TagAsyncApi20OperationImpl. createTag()AsyncApi20TagAsyncApi20OperationTraitImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v20 that return types with arguments of type AsyncApi20Tag Modifier and Type Method Description List<AsyncApi20Tag>AsyncApi20Document. getTags()List<AsyncApi20Tag>AsyncApi20DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v20 with parameters of type AsyncApi20Tag Modifier and Type Method Description voidAsyncApi20Document. addTag(AsyncApi20Tag value)voidAsyncApi20DocumentImpl. addTag(AsyncApi20Tag value)voidAsyncApi20Document. insertTag(AsyncApi20Tag value, int atIndex)voidAsyncApi20DocumentImpl. insertTag(AsyncApi20Tag value, int atIndex)voidAsyncApi20Document. removeTag(AsyncApi20Tag value)voidAsyncApi20DocumentImpl. removeTag(AsyncApi20Tag value) -
Uses of AsyncApi20Tag in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Tag Modifier and Type Method Description voidAsyncApi20ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Tag node)voidAsyncApi20ModelWriter. writeTag(AsyncApi20Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-