@FunctionalInterface public static interface InputReader.ErrorMessageProvider
Modifier and Type | Method and Description |
---|---|
List<String> |
getErrorMessage(String sVal,
String propertyName)
Returns the list of error messages for the given string representation of the value
|
List<String> getErrorMessage(String sVal, String propertyName)
sVal
- the string representation of the valuepropertyName
- the name of the property corresponding to this value. May be null.