Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22MessageExample
-
Packages that use AsyncApi22MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22MessageExample in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22MessageExample Modifier and Type Class Description classAsyncApi22MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22MessageExample Modifier and Type Method Description AsyncApi22MessageExampleAsyncApi22Message. createMessageExample()AsyncApi22MessageExampleAsyncApi22MessageImpl. createMessageExample()AsyncApi22MessageExampleAsyncApi22Message. getExamples()AsyncApi22MessageExampleAsyncApi22MessageImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApi22MessageExample Modifier and Type Method Description voidAsyncApi22Message. setExamples(AsyncApi22MessageExample value)voidAsyncApi22MessageImpl. setExamples(AsyncApi22MessageExample value) -
Uses of AsyncApi22MessageExample in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22MessageExample Modifier and Type Method Description voidAsyncApi22ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22MessageExample node)voidAsyncApi22ModelWriter. writeMessageExample(AsyncApi22MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-