Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Server
-
Packages that use AsyncApi20Server Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Server in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Server Modifier and Type Class Description classAsyncApi20ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Server Modifier and Type Method Description AsyncApi20ServerAsyncApi20ServersImpl. createServer() -
Uses of AsyncApi20Server in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Server Modifier and Type Method Description voidAsyncApi20ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Server node)voidAsyncApi20ModelWriter. writeServer(AsyncApi20Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-