Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Document
-
Packages that use AsyncApi30Document Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Document in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Document Modifier and Type Class Description classAsyncApi30DocumentImpl -
Uses of AsyncApi30Document in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Document Modifier and Type Method Description voidAsyncApi30ModelReader. readDocument(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Document node)voidAsyncApi30ModelWriter. writeDocument(AsyncApi30Document node, com.fasterxml.jackson.databind.node.ObjectNode json)
-