Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Message
-
Packages that use AsyncApi26Message Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Message in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Message Modifier and Type Class Description classAsyncApi26MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Message Modifier and Type Method Description AsyncApi26MessageAsyncApi26ComponentsImpl. createMessage()AsyncApi26MessageAsyncApi26Message. createMessage()AsyncApi26MessageAsyncApi26MessageImpl. createMessage()AsyncApi26MessageAsyncApi26OneOfMessagesImpl. createMessage()AsyncApi26MessageAsyncApi26Operation. createMessage()AsyncApi26MessageAsyncApi26OperationImpl. createMessage()AsyncApi26MessageAsyncApi26Operation. getMessage()AsyncApi26MessageAsyncApi26OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26Message Modifier and Type Method Description List<AsyncApi26Message>AsyncApi26Message. getOneOf()List<AsyncApi26Message>AsyncApi26MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26Message Modifier and Type Method Description voidAsyncApi26Message. addOneOf(AsyncApi26Message value)voidAsyncApi26MessageImpl. addOneOf(AsyncApi26Message value)voidAsyncApi26Message. insertOneOf(AsyncApi26Message value, int atIndex)voidAsyncApi26MessageImpl. insertOneOf(AsyncApi26Message value, int atIndex)voidAsyncApi26Message. removeOneOf(AsyncApi26Message value)voidAsyncApi26MessageImpl. removeOneOf(AsyncApi26Message value)voidAsyncApi26Operation. setMessage(AsyncApi26Message value)voidAsyncApi26OperationImpl. setMessage(AsyncApi26Message value) -
Uses of AsyncApi26Message in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Message Modifier and Type Method Description voidAsyncApi26ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Message node)voidAsyncApi26ModelWriter. writeMessage(AsyncApi26Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-