Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26MessageTrait
-
Packages that use AsyncApi26MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26MessageTrait in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26MessageTrait Modifier and Type Class Description classAsyncApi26MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26MessageTrait Modifier and Type Method Description AsyncApi26MessageTraitAsyncApi26ComponentsImpl. createMessageTrait()AsyncApi26MessageTraitAsyncApi26MessageImpl. createMessageTrait() -
Uses of AsyncApi26MessageTrait in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26MessageTrait Modifier and Type Method Description voidAsyncApi26ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26MessageTrait node)voidAsyncApi26ModelWriter. writeMessageTrait(AsyncApi26MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-