Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Document
-
Packages that use AsyncApi25Document Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Document in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Document Modifier and Type Class Description classAsyncApi25DocumentImpl -
Uses of AsyncApi25Document in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Document Modifier and Type Method Description voidAsyncApi25ModelReader. readDocument(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Document node)voidAsyncApi25ModelWriter. writeDocument(AsyncApi25Document node, com.fasterxml.jackson.databind.node.ObjectNode json)
-