Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Server
-
Packages that use AsyncApi22Server Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Server in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Server Modifier and Type Class Description classAsyncApi22ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Server Modifier and Type Method Description AsyncApi22ServerAsyncApi22ServersImpl. createServer() -
Uses of AsyncApi22Server in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Server Modifier and Type Method Description voidAsyncApi22ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Server node)voidAsyncApi22ModelWriter. writeServer(AsyncApi22Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-