Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25MessageExample
-
Packages that use AsyncApi25MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25MessageExample in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25MessageExample Modifier and Type Class Description classAsyncApi25MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25MessageExample Modifier and Type Method Description AsyncApi25MessageExampleAsyncApi25Message. createMessageExample()AsyncApi25MessageExampleAsyncApi25MessageImpl. createMessageExample()AsyncApi25MessageExampleAsyncApi25Message. getExamples()AsyncApi25MessageExampleAsyncApi25MessageImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25MessageExample Modifier and Type Method Description voidAsyncApi25Message. setExamples(AsyncApi25MessageExample value)voidAsyncApi25MessageImpl. setExamples(AsyncApi25MessageExample value) -
Uses of AsyncApi25MessageExample in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25MessageExample Modifier and Type Method Description voidAsyncApi25ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25MessageExample node)voidAsyncApi25ModelWriter. writeMessageExample(AsyncApi25MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-