Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26MessageExample
-
Packages that use AsyncApi26MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26MessageExample in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26MessageExample Modifier and Type Class Description classAsyncApi26MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26MessageExample Modifier and Type Method Description AsyncApi26MessageExampleAsyncApi26Message. createMessageExample()AsyncApi26MessageExampleAsyncApi26MessageImpl. createMessageExample()AsyncApi26MessageExampleAsyncApi26Message. getExamples()AsyncApi26MessageExampleAsyncApi26MessageImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26MessageExample Modifier and Type Method Description voidAsyncApi26Message. setExamples(AsyncApi26MessageExample value)voidAsyncApi26MessageImpl. setExamples(AsyncApi26MessageExample value) -
Uses of AsyncApi26MessageExample in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26MessageExample Modifier and Type Method Description voidAsyncApi26ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26MessageExample node)voidAsyncApi26ModelWriter. writeMessageExample(AsyncApi26MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-