Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23MessageExample
-
Packages that use AsyncApi23MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23MessageExample in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23MessageExample Modifier and Type Class Description classAsyncApi23MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23MessageExample Modifier and Type Method Description AsyncApi23MessageExampleAsyncApi23Message. createMessageExample()AsyncApi23MessageExampleAsyncApi23MessageImpl. createMessageExample()AsyncApi23MessageExampleAsyncApi23Message. getExamples()AsyncApi23MessageExampleAsyncApi23MessageImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23MessageExample Modifier and Type Method Description voidAsyncApi23Message. setExamples(AsyncApi23MessageExample value)voidAsyncApi23MessageImpl. setExamples(AsyncApi23MessageExample value) -
Uses of AsyncApi23MessageExample in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23MessageExample Modifier and Type Method Description voidAsyncApi23ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23MessageExample node)voidAsyncApi23ModelWriter. writeMessageExample(AsyncApi23MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-