Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20OneOfMessages
-
Packages that use AsyncApi20OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20OneOfMessages in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20OneOfMessages Modifier and Type Class Description classAsyncApi20OneOfMessagesImpl -
Uses of AsyncApi20OneOfMessages in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20OneOfMessages Modifier and Type Method Description voidAsyncApi20ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20OneOfMessages node)voidAsyncApi20ModelWriter. writeOneOfMessages(AsyncApi20OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-