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 List<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(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.SettingRootFinderFields in io.datarouter.storage.setting with type parameters of type SettingRoot Modifier and Type Field Description List<Class<? extends SettingRoot>>SettingRootsSupplier. settingRootsMethods in io.datarouter.storage.setting that return types with arguments of type SettingRoot Modifier and Type Method Description Map<SettingCategory.SimpleSettingCategory,Set<SettingRoot>>SettingRoot. getRootNodesByCategory()List<SettingRoot>AllSettingRootsFinder. getSettingRoots()Constructor parameters in io.datarouter.storage.setting with type arguments of type SettingRoot Constructor Description SettingRootsSupplier(List<Class<? extends SettingRoot>> settingRoots)