Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Message
-
Packages that use AsyncApi22Message Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Message in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Message Modifier and Type Class Description classAsyncApi22MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Message Modifier and Type Method Description AsyncApi22MessageAsyncApi22ComponentsImpl. createMessage()AsyncApi22MessageAsyncApi22Message. createMessage()AsyncApi22MessageAsyncApi22MessageImpl. createMessage()AsyncApi22MessageAsyncApi22OneOfMessagesImpl. createMessage()AsyncApi22MessageAsyncApi22Operation. createMessage()AsyncApi22MessageAsyncApi22OperationImpl. createMessage()AsyncApi22MessageAsyncApi22Operation. getMessage()AsyncApi22MessageAsyncApi22OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v22 that return types with arguments of type AsyncApi22Message Modifier and Type Method Description List<AsyncApi22Message>AsyncApi22Message. getOneOf()List<AsyncApi22Message>AsyncApi22MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApi22Message Modifier and Type Method Description voidAsyncApi22Message. addOneOf(AsyncApi22Message value)voidAsyncApi22MessageImpl. addOneOf(AsyncApi22Message value)voidAsyncApi22Message. insertOneOf(AsyncApi22Message value, int atIndex)voidAsyncApi22MessageImpl. insertOneOf(AsyncApi22Message value, int atIndex)voidAsyncApi22Message. removeOneOf(AsyncApi22Message value)voidAsyncApi22MessageImpl. removeOneOf(AsyncApi22Message value)voidAsyncApi22Operation. setMessage(AsyncApi22Message value)voidAsyncApi22OperationImpl. setMessage(AsyncApi22Message value) -
Uses of AsyncApi22Message in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Message Modifier and Type Method Description voidAsyncApi22ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Message node)voidAsyncApi22ModelWriter. writeMessage(AsyncApi22Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-