Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24MessageExample
-
Packages that use AsyncApi24MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24MessageExample in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24MessageExample Modifier and Type Class Description classAsyncApi24MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24MessageExample Modifier and Type Method Description AsyncApi24MessageExampleAsyncApi24Message. createMessageExample()AsyncApi24MessageExampleAsyncApi24MessageImpl. createMessageExample()AsyncApi24MessageExampleAsyncApi24Message. getExamples()AsyncApi24MessageExampleAsyncApi24MessageImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24MessageExample Modifier and Type Method Description voidAsyncApi24Message. setExamples(AsyncApi24MessageExample value)voidAsyncApi24MessageImpl. setExamples(AsyncApi24MessageExample value) -
Uses of AsyncApi24MessageExample in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24MessageExample Modifier and Type Method Description voidAsyncApi24ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24MessageExample node)voidAsyncApi24ModelWriter. writeMessageExample(AsyncApi24MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-