Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Message
-
Packages that use AsyncApi24Message Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Message in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Message Modifier and Type Class Description classAsyncApi24MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Message Modifier and Type Method Description AsyncApi24MessageAsyncApi24ComponentsImpl. createMessage()AsyncApi24MessageAsyncApi24Message. createMessage()AsyncApi24MessageAsyncApi24MessageImpl. createMessage()AsyncApi24MessageAsyncApi24OneOfMessagesImpl. createMessage()AsyncApi24MessageAsyncApi24Operation. createMessage()AsyncApi24MessageAsyncApi24OperationImpl. createMessage()AsyncApi24MessageAsyncApi24Operation. getMessage()AsyncApi24MessageAsyncApi24OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24Message Modifier and Type Method Description List<AsyncApi24Message>AsyncApi24Message. getOneOf()List<AsyncApi24Message>AsyncApi24MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24Message Modifier and Type Method Description voidAsyncApi24Message. addOneOf(AsyncApi24Message value)voidAsyncApi24MessageImpl. addOneOf(AsyncApi24Message value)voidAsyncApi24Message. insertOneOf(AsyncApi24Message value, int atIndex)voidAsyncApi24MessageImpl. insertOneOf(AsyncApi24Message value, int atIndex)voidAsyncApi24Message. removeOneOf(AsyncApi24Message value)voidAsyncApi24MessageImpl. removeOneOf(AsyncApi24Message value)voidAsyncApi24Operation. setMessage(AsyncApi24Message value)voidAsyncApi24OperationImpl. setMessage(AsyncApi24Message value) -
Uses of AsyncApi24Message in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Message Modifier and Type Method Description voidAsyncApi24ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Message node)voidAsyncApi24ModelWriter. writeMessage(AsyncApi24Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-