Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Message
-
Packages that use AsyncApi20Message Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Message in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Message Modifier and Type Class Description classAsyncApi20MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Message Modifier and Type Method Description AsyncApi20MessageAsyncApi20ComponentsImpl. createMessage()AsyncApi20MessageAsyncApi20Message. createMessage()AsyncApi20MessageAsyncApi20MessageImpl. createMessage()AsyncApi20MessageAsyncApi20OneOfMessagesImpl. createMessage()AsyncApi20MessageAsyncApi20Operation. createMessage()AsyncApi20MessageAsyncApi20OperationImpl. createMessage()AsyncApi20MessageAsyncApi20Operation. getMessage()AsyncApi20MessageAsyncApi20OperationImpl. getMessage()Methods in io.apicurio.datamodels.models.asyncapi.v20 that return types with arguments of type AsyncApi20Message Modifier and Type Method Description List<AsyncApi20Message>AsyncApi20Message. getOneOf()List<AsyncApi20Message>AsyncApi20MessageImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v20 with parameters of type AsyncApi20Message Modifier and Type Method Description voidAsyncApi20Message. addOneOf(AsyncApi20Message value)voidAsyncApi20MessageImpl. addOneOf(AsyncApi20Message value)voidAsyncApi20Message. insertOneOf(AsyncApi20Message value, int atIndex)voidAsyncApi20MessageImpl. insertOneOf(AsyncApi20Message value, int atIndex)voidAsyncApi20Message. removeOneOf(AsyncApi20Message value)voidAsyncApi20MessageImpl. removeOneOf(AsyncApi20Message value)voidAsyncApi20Operation. setMessage(AsyncApi20Message value)voidAsyncApi20OperationImpl. setMessage(AsyncApi20Message value) -
Uses of AsyncApi20Message in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Message Modifier and Type Method Description voidAsyncApi20ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Message node)voidAsyncApi20ModelWriter. writeMessage(AsyncApi20Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-