Generated by
JDiff

Interface org.springframework.validation.BindingResult

Added Methods
void recordFieldValue(String, Class<?>, Object) Record the given value for the specified field.
 

Changed Methods
String[] getSuppressedFields() Changed from abstract to non-abstract. Return the list of fields that were suppressed during the bind process.
void recordSuppressedField(String) Changed from abstract to non-abstract. Mark the specified disallowed field as suppressed.