Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Document
-
Packages that use AsyncApi23Document Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Document in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Document Modifier and Type Class Description classAsyncApi23DocumentImpl -
Uses of AsyncApi23Document in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Document Modifier and Type Method Description voidAsyncApi23ModelReader. readDocument(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Document node)voidAsyncApi23ModelWriter. writeDocument(AsyncApi23Document node, com.fasterxml.jackson.databind.node.ObjectNode json)
-