Package com.pig4cloud.plugin.excel.kit
Class Validators
java.lang.Object
com.pig4cloud.plugin.excel.kit.Validators
校验工具
- Author:
- L.cm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VALIDATOR
private static final jakarta.validation.Validator VALIDATOR
-
-
Constructor Details
-
Validators
private Validators()
-
-
Method Details
-
validate
Validates all constraints onobject.- Type Parameters:
T- the type of the object to validate- Parameters:
object- object to validate- Returns:
- constraint violations or an empty set if none
- Throws:
IllegalArgumentException- if object isnullor ifnullis passed to the varargs groupsValidationException- if a non recoverable error happens during the validation process
-