Uses of Class
io.webdevice.wiring.Settings
| Package | Description |
|---|---|
| io.webdevice.wiring |
-
Uses of Settings in io.webdevice.wiring
Methods in io.webdevice.wiring that return Settings Modifier and Type Method Description static SettingsSettings. settings(org.springframework.core.env.Environment environment)SettingsSettings. withBaseUrl(java.net.URL baseUrl)SettingsSettings. withDefaultDevice(java.lang.String defaultDevice)SettingsSettings. withDevice(DeviceSettings device)SettingsSettings. withEager(boolean eager)SettingsSettings. withStrict(boolean strict)Constructors in io.webdevice.wiring with parameters of type Settings Constructor Description WebDeviceRuntime(Settings settings)