Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Document
-
Packages that use AsyncApi20Document Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Document in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Document Modifier and Type Class Description classAsyncApi20DocumentImpl -
Uses of AsyncApi20Document in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Document Modifier and Type Method Description voidAsyncApi20ModelReader. readDocument(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Document node)voidAsyncApi20ModelWriter. writeDocument(AsyncApi20Document node, com.fasterxml.jackson.databind.node.ObjectNode json)
-