Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Message
-
Packages that use AsyncApi23Message Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Message in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Message Modifier and Type Class Description classAsyncApi23MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Message Modifier and Type Method Description AsyncApi23MessageAsyncApi23ComponentsImpl. createMessage()AsyncApi23MessageAsyncApi23Message. createMessage()AsyncApi23MessageAsyncApi23MessageImpl. createMessage()AsyncApi23MessageAsyncApi23OneOfMessagesImpl. createMessage()AsyncApi23MessageAsyncApi23Operation. createMessage()AsyncApi23MessageAsyncApi23OperationImpl. createMessage()AsyncApi23MessageAsyncApi23Operation. getMessage()AsyncApi23MessageAsyncApi23OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApi23Message Modifier and Type Method Description List<AsyncApi23Message>AsyncApi23Message. getOneOf()List<AsyncApi23Message>AsyncApi23MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23Message Modifier and Type Method Description voidAsyncApi23Message. addOneOf(AsyncApi23Message value)voidAsyncApi23MessageImpl. addOneOf(AsyncApi23Message value)voidAsyncApi23Message. insertOneOf(AsyncApi23Message value, int atIndex)voidAsyncApi23MessageImpl. insertOneOf(AsyncApi23Message value, int atIndex)voidAsyncApi23Message. removeOneOf(AsyncApi23Message value)voidAsyncApi23MessageImpl. removeOneOf(AsyncApi23Message value)voidAsyncApi23Operation. setMessage(AsyncApi23Message value)voidAsyncApi23OperationImpl. setMessage(AsyncApi23Message value) -
Uses of AsyncApi23Message in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Message Modifier and Type Method Description voidAsyncApi23ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Message node)voidAsyncApi23ModelWriter. writeMessage(AsyncApi23Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-