Uses of Interface
com.networknt.oas.model.Server
-
Packages that use Server Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Server in com.networknt.oas.model
Methods in com.networknt.oas.model that return Server Modifier and Type Method Description ServerLink. getServer()ServerLink. getServer(boolean elaborate)ServerOpenApi3. getServer(int index)ServerOperation. getServer(int index)ServerPath. getServer(int index)Methods in com.networknt.oas.model that return types with arguments of type Server Modifier and Type Method Description List<Server>OpenApi3. getServers()List<Server>OpenApi3. getServers(boolean elaborate)List<Server>Operation. getServers()List<Server>Operation. getServers(boolean elaborate)List<Server>Path. getServers()List<Server>Path. getServers(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Server Modifier and Type Method Description voidOpenApi3. addServer(Server server)voidOperation. addServer(Server server)voidPath. addServer(Server server)voidOpenApi3. insertServer(int index, Server server)voidOperation. insertServer(int index, Server server)voidPath. insertServer(int index, Server server)voidLink. setServer(Server server)voidOpenApi3. setServer(int index, Server server)voidOperation. setServer(int index, Server server)voidPath. setServer(int index, Server server)Method parameters in com.networknt.oas.model with type arguments of type Server Modifier and Type Method Description voidOpenApi3. setServers(List<Server> servers)voidOperation. setServers(List<Server> servers)voidPath. setServers(List<Server> servers) -
Uses of Server in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Server Modifier and Type Class Description classServerImplFields in com.networknt.oas.model.impl with type parameters of type Server Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Server>ServerImpl. factoryMethods in com.networknt.oas.model.impl that return Server Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
ServerServerImpl. create(OV modelMember)ServerLinkImpl. getServer()ServerLinkImpl. getServer(boolean elaborate)ServerOpenApi3Impl. getServer(int index)ServerOperationImpl. getServer(int index)ServerPathImpl. getServer(int index)Methods in com.networknt.oas.model.impl that return types with arguments of type Server Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Server>ServerImpl. builder(OV modelMember)List<Server>OpenApi3Impl. getServers()List<Server>OpenApi3Impl. getServers(boolean elaborate)List<Server>OperationImpl. getServers()List<Server>OperationImpl. getServers(boolean elaborate)List<Server>PathImpl. getServers()List<Server>PathImpl. getServers(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Server Modifier and Type Method Description voidOpenApi3Impl. addServer(Server server)voidOperationImpl. addServer(Server server)voidPathImpl. addServer(Server server)voidOpenApi3Impl. insertServer(int index, Server server)voidOperationImpl. insertServer(int index, Server server)voidPathImpl. insertServer(int index, Server server)voidLinkImpl. setServer(Server server)voidOpenApi3Impl. setServer(int index, Server server)voidOperationImpl. setServer(int index, Server server)voidPathImpl. setServer(int index, Server server)Method parameters in com.networknt.oas.model.impl with type arguments of type Server Modifier and Type Method Description voidOpenApi3Impl. setServers(List<Server> servers)voidOperationImpl. setServers(List<Server> servers)voidPathImpl. setServers(List<Server> servers)Constructors in com.networknt.oas.model.impl with parameters of type Server Constructor Description ServerImpl(Server server, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-