Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Document
-
Packages that use AsyncApi26Document Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Document in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Document Modifier and Type Class Description classAsyncApi26DocumentImpl -
Uses of AsyncApi26Document in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Document Modifier and Type Method Description voidAsyncApi26ModelReader. readDocument(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Document node)voidAsyncApi26ModelWriter. writeDocument(AsyncApi26Document node, com.fasterxml.jackson.databind.node.ObjectNode json)
-