Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Tag
-
Packages that use AsyncApi26Tag Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Tag in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Tag Modifier and Type Class Description classAsyncApi26TagImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Tag Modifier and Type Method Description AsyncApi26TagAsyncApi26Document. createTag()AsyncApi26TagAsyncApi26DocumentImpl. createTag()AsyncApi26TagAsyncApi26MessageImpl. createTag()AsyncApi26TagAsyncApi26MessageTraitImpl. createTag()AsyncApi26TagAsyncApi26OperationImpl. createTag()AsyncApi26TagAsyncApi26OperationTraitImpl. createTag()AsyncApi26TagAsyncApi26Server. createTag()AsyncApi26TagAsyncApi26ServerImpl. createTag()Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26Tag Modifier and Type Method Description List<AsyncApi26Tag>AsyncApi26Document. getTags()List<AsyncApi26Tag>AsyncApi26DocumentImpl. getTags()List<AsyncApi26Tag>AsyncApi26Server. getTags()List<AsyncApi26Tag>AsyncApi26ServerImpl. getTags()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26Tag Modifier and Type Method Description voidAsyncApi26Document. addTag(AsyncApi26Tag value)voidAsyncApi26DocumentImpl. addTag(AsyncApi26Tag value)voidAsyncApi26Server. addTag(AsyncApi26Tag value)voidAsyncApi26ServerImpl. addTag(AsyncApi26Tag value)voidAsyncApi26Document. insertTag(AsyncApi26Tag value, int atIndex)voidAsyncApi26DocumentImpl. insertTag(AsyncApi26Tag value, int atIndex)voidAsyncApi26Server. insertTag(AsyncApi26Tag value, int atIndex)voidAsyncApi26ServerImpl. insertTag(AsyncApi26Tag value, int atIndex)voidAsyncApi26Document. removeTag(AsyncApi26Tag value)voidAsyncApi26DocumentImpl. removeTag(AsyncApi26Tag value)voidAsyncApi26Server. removeTag(AsyncApi26Tag value)voidAsyncApi26ServerImpl. removeTag(AsyncApi26Tag value) -
Uses of AsyncApi26Tag in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Tag Modifier and Type Method Description voidAsyncApi26ModelReader. readTag(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Tag node)voidAsyncApi26ModelWriter. writeTag(AsyncApi26Tag node, com.fasterxml.jackson.databind.node.ObjectNode json)
-