Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22OneOfMessages
-
Packages that use AsyncApi22OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22OneOfMessages in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22OneOfMessages Modifier and Type Class Description classAsyncApi22OneOfMessagesImpl -
Uses of AsyncApi22OneOfMessages in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22OneOfMessages Modifier and Type Method Description voidAsyncApi22ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22OneOfMessages node)voidAsyncApi22ModelWriter. writeOneOfMessages(AsyncApi22OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-