Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23MessageTrait
-
Packages that use AsyncApi23MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23MessageTrait in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23MessageTrait Modifier and Type Class Description classAsyncApi23MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23MessageTrait Modifier and Type Method Description AsyncApi23MessageTraitAsyncApi23ComponentsImpl. createMessageTrait()AsyncApi23MessageTraitAsyncApi23MessageImpl. createMessageTrait() -
Uses of AsyncApi23MessageTrait in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23MessageTrait Modifier and Type Method Description voidAsyncApi23ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23MessageTrait node)voidAsyncApi23ModelWriter. writeMessageTrait(AsyncApi23MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-