Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25OneOfMessages
-
Packages that use AsyncApi25OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25OneOfMessages in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25OneOfMessages Modifier and Type Class Description classAsyncApi25OneOfMessagesImpl -
Uses of AsyncApi25OneOfMessages in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25OneOfMessages Modifier and Type Method Description voidAsyncApi25ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25OneOfMessages node)voidAsyncApi25ModelWriter. writeOneOfMessages(AsyncApi25OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-