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