Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30MessageExample
-
Packages that use AsyncApi30MessageExample Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30MessageExample in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30MessageExample Modifier and Type Class Description classAsyncApi30MessageExampleImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30MessageExample Modifier and Type Method Description AsyncApi30MessageExampleAsyncApi30Message. createMessageExample()AsyncApi30MessageExampleAsyncApi30MessageImpl. createMessageExample()AsyncApi30MessageExampleAsyncApi30MessageTrait. createMessageExample()AsyncApi30MessageExampleAsyncApi30MessageTraitImpl. createMessageExample()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30MessageExample Modifier and Type Method Description List<AsyncApi30MessageExample>AsyncApi30Message. getExamples()List<AsyncApi30MessageExample>AsyncApi30MessageImpl. getExamples()List<AsyncApi30MessageExample>AsyncApi30MessageTrait. getExamples()List<AsyncApi30MessageExample>AsyncApi30MessageTraitImpl. getExamples()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30MessageExample Modifier and Type Method Description voidAsyncApi30Message. addExample(AsyncApi30MessageExample value)voidAsyncApi30MessageImpl. addExample(AsyncApi30MessageExample value)voidAsyncApi30MessageTrait. addExample(AsyncApi30MessageExample value)voidAsyncApi30MessageTraitImpl. addExample(AsyncApi30MessageExample value)voidAsyncApi30Message. insertExample(AsyncApi30MessageExample value, int atIndex)voidAsyncApi30MessageImpl. insertExample(AsyncApi30MessageExample value, int atIndex)voidAsyncApi30MessageTrait. insertExample(AsyncApi30MessageExample value, int atIndex)voidAsyncApi30MessageTraitImpl. insertExample(AsyncApi30MessageExample value, int atIndex)voidAsyncApi30Message. removeExample(AsyncApi30MessageExample value)voidAsyncApi30MessageImpl. removeExample(AsyncApi30MessageExample value)voidAsyncApi30MessageTrait. removeExample(AsyncApi30MessageExample value)voidAsyncApi30MessageTraitImpl. removeExample(AsyncApi30MessageExample value) -
Uses of AsyncApi30MessageExample in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30MessageExample Modifier and Type Method Description voidAsyncApi30ModelReader. readMessageExample(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30MessageExample node)voidAsyncApi30ModelWriter. writeMessageExample(AsyncApi30MessageExample node, com.fasterxml.jackson.databind.node.ObjectNode json)
-