Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22MessageTrait
-
Packages that use AsyncApi22MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22MessageTrait in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22MessageTrait Modifier and Type Class Description classAsyncApi22MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22MessageTrait Modifier and Type Method Description AsyncApi22MessageTraitAsyncApi22ComponentsImpl. createMessageTrait()AsyncApi22MessageTraitAsyncApi22MessageImpl. createMessageTrait() -
Uses of AsyncApi22MessageTrait in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22MessageTrait Modifier and Type Method Description voidAsyncApi22ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22MessageTrait node)voidAsyncApi22ModelWriter. writeMessageTrait(AsyncApi22MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-