Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Server
-
Packages that use AsyncApi25Server Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Server in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Server Modifier and Type Class Description classAsyncApi25ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Server Modifier and Type Method Description AsyncApi25ServerAsyncApi25Components. createServer()AsyncApi25ServerAsyncApi25ComponentsImpl. createServer()AsyncApi25ServerAsyncApi25ServersImpl. createServer()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25Server Modifier and Type Method Description Map<String,AsyncApi25Server>AsyncApi25Components. getServers()Map<String,AsyncApi25Server>AsyncApi25ComponentsImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25Server Modifier and Type Method Description voidAsyncApi25Components. addServer(String name, AsyncApi25Server value)voidAsyncApi25ComponentsImpl. addServer(String name, AsyncApi25Server value)voidAsyncApi25Components. insertServer(String name, AsyncApi25Server value, int atIndex)voidAsyncApi25ComponentsImpl. insertServer(String name, AsyncApi25Server value, int atIndex) -
Uses of AsyncApi25Server in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Server Modifier and Type Method Description voidAsyncApi25ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Server node)voidAsyncApi25ModelWriter. writeServer(AsyncApi25Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-