Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Server
-
Packages that use AsyncApi21Server Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Server in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Server Modifier and Type Class Description classAsyncApi21ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Server Modifier and Type Method Description AsyncApi21ServerAsyncApi21ServersImpl. createServer() -
Uses of AsyncApi21Server in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Server Modifier and Type Method Description voidAsyncApi21ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Server node)voidAsyncApi21ModelWriter. writeServer(AsyncApi21Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-