Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Message
-
Packages that use AsyncApi21Message Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Message in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Message Modifier and Type Class Description classAsyncApi21MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Message Modifier and Type Method Description AsyncApi21MessageAsyncApi21ComponentsImpl. createMessage()AsyncApi21MessageAsyncApi21Message. createMessage()AsyncApi21MessageAsyncApi21MessageImpl. createMessage()AsyncApi21MessageAsyncApi21OneOfMessagesImpl. createMessage()AsyncApi21MessageAsyncApi21Operation. createMessage()AsyncApi21MessageAsyncApi21OperationImpl. createMessage()AsyncApi21MessageAsyncApi21Operation. getMessage()AsyncApi21MessageAsyncApi21OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v21 that return types with arguments of type AsyncApi21Message Modifier and Type Method Description List<AsyncApi21Message>AsyncApi21Message. getOneOf()List<AsyncApi21Message>AsyncApi21MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApi21Message Modifier and Type Method Description voidAsyncApi21Message. addOneOf(AsyncApi21Message value)voidAsyncApi21MessageImpl. addOneOf(AsyncApi21Message value)voidAsyncApi21Message. insertOneOf(AsyncApi21Message value, int atIndex)voidAsyncApi21MessageImpl. insertOneOf(AsyncApi21Message value, int atIndex)voidAsyncApi21Message. removeOneOf(AsyncApi21Message value)voidAsyncApi21MessageImpl. removeOneOf(AsyncApi21Message value)voidAsyncApi21Operation. setMessage(AsyncApi21Message value)voidAsyncApi21OperationImpl. setMessage(AsyncApi21Message value) -
Uses of AsyncApi21Message in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Message Modifier and Type Method Description voidAsyncApi21ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Message node)voidAsyncApi21ModelWriter. writeMessage(AsyncApi21Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-