Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Server
-
Packages that use AsyncApi26Server Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Server in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Server Modifier and Type Class Description classAsyncApi26ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Server Modifier and Type Method Description AsyncApi26ServerAsyncApi26Components. createServer()AsyncApi26ServerAsyncApi26ComponentsImpl. createServer()AsyncApi26ServerAsyncApi26ServersImpl. createServer()Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26Server Modifier and Type Method Description Map<String,AsyncApi26Server>AsyncApi26Components. getServers()Map<String,AsyncApi26Server>AsyncApi26ComponentsImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26Server Modifier and Type Method Description voidAsyncApi26Components. addServer(String name, AsyncApi26Server value)voidAsyncApi26ComponentsImpl. addServer(String name, AsyncApi26Server value)voidAsyncApi26Components. insertServer(String name, AsyncApi26Server value, int atIndex)voidAsyncApi26ComponentsImpl. insertServer(String name, AsyncApi26Server value, int atIndex) -
Uses of AsyncApi26Server in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Server Modifier and Type Method Description voidAsyncApi26ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Server node)voidAsyncApi26ModelWriter. writeServer(AsyncApi26Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-