Interface IntegerSetting
- All Known Implementing Classes:
ConstantIntegerSetting,IntegerCachedSetting
public interface IntegerSetting extends Setting<Integer>
-
Method Summary
Modifier and Type Method Description default IntegerparseStringValue(String stringValue)Methods inherited from interface io.datarouter.storage.setting.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValid
-
Method Details
-
parseStringValue
- Specified by:
parseStringValuein interfaceSetting<Integer>
-