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