Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25MessageTrait
-
Packages that use AsyncApi25MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25MessageTrait in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25MessageTrait Modifier and Type Class Description classAsyncApi25MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25MessageTrait Modifier and Type Method Description AsyncApi25MessageTraitAsyncApi25ComponentsImpl. createMessageTrait()AsyncApi25MessageTraitAsyncApi25MessageImpl. createMessageTrait() -
Uses of AsyncApi25MessageTrait in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25MessageTrait Modifier and Type Method Description voidAsyncApi25ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25MessageTrait node)voidAsyncApi25ModelWriter. writeMessageTrait(AsyncApi25MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-