Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21MessageTrait
-
Packages that use AsyncApi21MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21MessageTrait in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21MessageTrait Modifier and Type Class Description classAsyncApi21MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21MessageTrait Modifier and Type Method Description AsyncApi21MessageTraitAsyncApi21ComponentsImpl. createMessageTrait()AsyncApi21MessageTraitAsyncApi21MessageImpl. createMessageTrait() -
Uses of AsyncApi21MessageTrait in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21MessageTrait Modifier and Type Method Description voidAsyncApi21ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21MessageTrait node)voidAsyncApi21ModelWriter. writeMessageTrait(AsyncApi21MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-