Interface Setting<T>
-
public interface Setting<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convertRawValue(String rawValue)
T
defaultValue()
boolean
isRequired()
String
name()
-