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