Generated by
JDiff

Class org.springframework.validation.ObjectError

Added Methods
boolean contains(Class<?>) Check the source behind this error: possibly an Exception (typically org.springframework.beans.PropertyAccessException) or a Bean Validation javax.validation.ConstraintViolation.
T unwrap(Class<T>) Unwrap the source behind this error: possibly an Exception (typically org.springframework.beans.PropertyAccessException) or a Bean Validation javax.validation.ConstraintViolation.
void wrap(Object) Preserve the source behind this error: possibly an Exception (typically org.springframework.beans.PropertyAccessException) or a Bean Validation javax.validation.ConstraintViolation.