Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Server
-
Packages that use AsyncApi23Server Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Server in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Server Modifier and Type Class Description classAsyncApi23ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Server Modifier and Type Method Description AsyncApi23ServerAsyncApi23Components. createServer()AsyncApi23ServerAsyncApi23ComponentsImpl. createServer()AsyncApi23ServerAsyncApi23ServersImpl. createServer()Methods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApi23Server Modifier and Type Method Description Map<String,AsyncApi23Server>AsyncApi23Components. getServers()Map<String,AsyncApi23Server>AsyncApi23ComponentsImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23Server Modifier and Type Method Description voidAsyncApi23Components. addServer(String name, AsyncApi23Server value)voidAsyncApi23ComponentsImpl. addServer(String name, AsyncApi23Server value)voidAsyncApi23Components. insertServer(String name, AsyncApi23Server value, int atIndex)voidAsyncApi23ComponentsImpl. insertServer(String name, AsyncApi23Server value, int atIndex) -
Uses of AsyncApi23Server in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Server Modifier and Type Method Description voidAsyncApi23ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Server node)voidAsyncApi23ModelWriter. writeServer(AsyncApi23Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-