Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24MessageTrait
-
Packages that use AsyncApi24MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24MessageTrait in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24MessageTrait Modifier and Type Class Description classAsyncApi24MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24MessageTrait Modifier and Type Method Description AsyncApi24MessageTraitAsyncApi24ComponentsImpl. createMessageTrait()AsyncApi24MessageTraitAsyncApi24MessageImpl. createMessageTrait() -
Uses of AsyncApi24MessageTrait in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24MessageTrait Modifier and Type Method Description voidAsyncApi24ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24MessageTrait node)voidAsyncApi24ModelWriter. writeMessageTrait(AsyncApi24MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-