Validate Hibernate Validator based constraints. If validation fails a WebApplicationException with status BAD_REQUEST is thrown, with a message describing the validation errors.
@param < T> class of entity to validate
@param entity Hibernate-validator annotated entity
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.