Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23OneOfMessages
-
Packages that use AsyncApi23OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23OneOfMessages in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23OneOfMessages Modifier and Type Class Description classAsyncApi23OneOfMessagesImpl -
Uses of AsyncApi23OneOfMessages in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23OneOfMessages Modifier and Type Method Description voidAsyncApi23ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23OneOfMessages node)voidAsyncApi23ModelWriter. writeOneOfMessages(AsyncApi23OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-