Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Message
-
Packages that use AsyncApi25Message Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Message in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Message Modifier and Type Class Description classAsyncApi25MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Message Modifier and Type Method Description AsyncApi25MessageAsyncApi25ComponentsImpl. createMessage()AsyncApi25MessageAsyncApi25Message. createMessage()AsyncApi25MessageAsyncApi25MessageImpl. createMessage()AsyncApi25MessageAsyncApi25OneOfMessagesImpl. createMessage()AsyncApi25MessageAsyncApi25Operation. createMessage()AsyncApi25MessageAsyncApi25OperationImpl. createMessage()AsyncApi25MessageAsyncApi25Operation. getMessage()AsyncApi25MessageAsyncApi25OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25Message Modifier and Type Method Description List<AsyncApi25Message>AsyncApi25Message. getOneOf()List<AsyncApi25Message>AsyncApi25MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25Message Modifier and Type Method Description voidAsyncApi25Message. addOneOf(AsyncApi25Message value)voidAsyncApi25MessageImpl. addOneOf(AsyncApi25Message value)voidAsyncApi25Message. insertOneOf(AsyncApi25Message value, int atIndex)voidAsyncApi25MessageImpl. insertOneOf(AsyncApi25Message value, int atIndex)voidAsyncApi25Message. removeOneOf(AsyncApi25Message value)voidAsyncApi25MessageImpl. removeOneOf(AsyncApi25Message value)voidAsyncApi25Operation. setMessage(AsyncApi25Message value)voidAsyncApi25OperationImpl. setMessage(AsyncApi25Message value) -
Uses of AsyncApi25Message in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Message Modifier and Type Method Description voidAsyncApi25ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Message node)voidAsyncApi25ModelWriter. writeMessage(AsyncApi25Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-