Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21OneOfMessages
-
Packages that use AsyncApi21OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21OneOfMessages in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21OneOfMessages Modifier and Type Class Description classAsyncApi21OneOfMessagesImpl -
Uses of AsyncApi21OneOfMessages in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21OneOfMessages Modifier and Type Method Description voidAsyncApi21ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21OneOfMessages node)voidAsyncApi21ModelWriter. writeOneOfMessages(AsyncApi21OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-