Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20MessageTrait
-
Packages that use AsyncApi20MessageTrait Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20MessageTrait in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20MessageTrait Modifier and Type Class Description classAsyncApi20MessageTraitImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20MessageTrait Modifier and Type Method Description AsyncApi20MessageTraitAsyncApi20ComponentsImpl. createMessageTrait()AsyncApi20MessageTraitAsyncApi20MessageImpl. createMessageTrait() -
Uses of AsyncApi20MessageTrait in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20MessageTrait Modifier and Type Method Description voidAsyncApi20ModelReader. readMessageTrait(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20MessageTrait node)voidAsyncApi20ModelWriter. writeMessageTrait(AsyncApi20MessageTrait node, com.fasterxml.jackson.databind.node.ObjectNode json)
-