Uses of Class
io.datarouter.storage.setting.SettingRoot
| Package | Description |
|---|---|
| io.datarouter.storage.config | |
| io.datarouter.storage.config.setting | |
| io.datarouter.storage.setting |
-
Uses of SettingRoot in io.datarouter.storage.config
Methods in io.datarouter.storage.config that return types with arguments of type SettingRoot Modifier and Type Method Description java.util.List<java.lang.Class<? extends SettingRoot>>BaseStoragePlugin. getSettingRoots()Method parameters in io.datarouter.storage.config with type arguments of type SettingRoot Modifier and Type Method Description protected voidBaseStoragePlugin. addSettingRoot(java.lang.Class<? extends SettingRoot> settingRoot) -
Uses of SettingRoot in io.datarouter.storage.config.setting
Subclasses of SettingRoot in io.datarouter.storage.config.setting Modifier and Type Class Description classDatarouterStorageSettingRoot -
Uses of SettingRoot in io.datarouter.storage.setting
Subclasses of SettingRoot in io.datarouter.storage.setting Modifier and Type Class Description static classSettingRoot.SettingRootFinderMethods in io.datarouter.storage.setting that return types with arguments of type SettingRoot Modifier and Type Method Description java.util.List<java.lang.Class<? extends SettingRoot>>SettingRootsSupplier.SettingRoots. get()java.util.List<SettingRoot>AllSettingRootsFinder. getSettingRoots()Constructor parameters in io.datarouter.storage.setting with type arguments of type SettingRoot Constructor Description SettingRoots(java.util.List<java.lang.Class<? extends SettingRoot>> settingRoots)