object
.
@param object object to validate
@param groups group or list of groups targeted for validation(default to {@link javax.validation.groups.Default})
@return constraint violations or an empty Set if none
@throws IllegalArgumentException if object is nullor if null is passed to the varargs groups
@throws ValidationException if a non recoverable error happensduring the validation process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|