public class Validators extends Object
public static <T> Set<javax.validation.ConstraintViolation<T>> validate(T object)
object.T - the type of the object to validateobject - object to validateIllegalArgumentException - if object is null or if null is
passed to the varargs groupsjavax.validation.ValidationException - if a non recoverable error happens during the
validation processCopyright © 2022. All rights reserved.