Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26OneOfMessages
-
Packages that use AsyncApi26OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26OneOfMessages in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26OneOfMessages Modifier and Type Class Description classAsyncApi26OneOfMessagesImpl -
Uses of AsyncApi26OneOfMessages in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26OneOfMessages Modifier and Type Method Description voidAsyncApi26ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26OneOfMessages node)voidAsyncApi26ModelWriter. writeOneOfMessages(AsyncApi26OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-