Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24OneOfMessages
-
Packages that use AsyncApi24OneOfMessages Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24OneOfMessages in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24OneOfMessages Modifier and Type Class Description classAsyncApi24OneOfMessagesImpl -
Uses of AsyncApi24OneOfMessages in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24OneOfMessages Modifier and Type Method Description voidAsyncApi24ModelReader. readOneOfMessages(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24OneOfMessages node)voidAsyncApi24ModelWriter. writeOneOfMessages(AsyncApi24OneOfMessages node, com.fasterxml.jackson.databind.node.ObjectNode json)
-