Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30MessageTrait
-
Packages that use AsyncApi30MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30MessageTrait in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30MessageTrait Modifier and Type Class Description classAsyncApi30MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30MessageTrait Modifier and Type Method Description AsyncApi30MessageTraitAsyncApi30ComponentsImpl. createMessageTrait()AsyncApi30MessageTraitAsyncApi30MessageImpl. createMessageTrait() -
Uses of AsyncApi30MessageTrait in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30MessageTrait Modifier and Type Method Description voidAsyncApi30ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30MessageTrait node)voidAsyncApi30ModelWriter. writeMessageTrait(AsyncApi30MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-