Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Tag
-
Packages that use AsyncApi25Tag Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Tag in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Tag Modifier and Type Class Description classAsyncApi25TagImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Tag Modifier and Type Method Description AsyncApi25TagAsyncApi25Document. createTag()AsyncApi25TagAsyncApi25DocumentImpl. createTag()AsyncApi25TagAsyncApi25MessageImpl. createTag()AsyncApi25TagAsyncApi25MessageTraitImpl. createTag()AsyncApi25TagAsyncApi25OperationImpl. createTag()AsyncApi25TagAsyncApi25OperationTraitImpl. createTag()AsyncApi25TagAsyncApi25Server. createTag()AsyncApi25TagAsyncApi25ServerImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25Tag Modifier and Type Method Description List<AsyncApi25Tag>AsyncApi25Document. getTags()List<AsyncApi25Tag>AsyncApi25DocumentImpl. getTags()List<AsyncApi25Tag>AsyncApi25Server. getTags()List<AsyncApi25Tag>AsyncApi25ServerImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25Tag Modifier and Type Method Description voidAsyncApi25Document. addTag(AsyncApi25Tag value)voidAsyncApi25DocumentImpl. addTag(AsyncApi25Tag value)voidAsyncApi25Server. addTag(AsyncApi25Tag value)voidAsyncApi25ServerImpl. addTag(AsyncApi25Tag value)voidAsyncApi25Document. insertTag(AsyncApi25Tag value, int atIndex)voidAsyncApi25DocumentImpl. insertTag(AsyncApi25Tag value, int atIndex)voidAsyncApi25Server. insertTag(AsyncApi25Tag value, int atIndex)voidAsyncApi25ServerImpl. insertTag(AsyncApi25Tag value, int atIndex)voidAsyncApi25Document. removeTag(AsyncApi25Tag value)voidAsyncApi25DocumentImpl. removeTag(AsyncApi25Tag value)voidAsyncApi25Server. removeTag(AsyncApi25Tag value)voidAsyncApi25ServerImpl. removeTag(AsyncApi25Tag value) -
Uses of AsyncApi25Tag in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Tag Modifier and Type Method Description voidAsyncApi25ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Tag node)voidAsyncApi25ModelWriter. writeTag(AsyncApi25Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-