Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Server
-
Packages that use AsyncApi30Server Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Server in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Server Modifier and Type Class Description classAsyncApi30ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Server Modifier and Type Method Description AsyncApi30ServerAsyncApi30Components. createServer()AsyncApi30ServerAsyncApi30ComponentsImpl. createServer()AsyncApi30ServerAsyncApi30ServersImpl. createServer()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30Server Modifier and Type Method Description Map<String,AsyncApi30Server>AsyncApi30Components. getServers()Map<String,AsyncApi30Server>AsyncApi30ComponentsImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Server Modifier and Type Method Description voidAsyncApi30Components. addServer(String name, AsyncApi30Server value)voidAsyncApi30ComponentsImpl. addServer(String name, AsyncApi30Server value)voidAsyncApi30Components. insertServer(String name, AsyncApi30Server value, int atIndex)voidAsyncApi30ComponentsImpl. insertServer(String name, AsyncApi30Server value, int atIndex) -
Uses of AsyncApi30Server in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Server Modifier and Type Method Description voidAsyncApi30ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Server node)voidAsyncApi30ModelWriter. writeServer(AsyncApi30Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-