mirror of
https://gitee.com/dromara/hutool.git
synced 2025-09-19 01:58:19 +08:00
fix comment
This commit is contained in:
@@ -54,6 +54,7 @@ public class ValidationUtil {
|
||||
* @param <T> Bean类型
|
||||
* @param bean bean
|
||||
* @param propertyName 属性名称
|
||||
* @param groups 验证分组
|
||||
* @return {@link Set}
|
||||
*/
|
||||
public static <T> Set<ConstraintViolation<T>> validateProperty(T bean, String propertyName, Class<?>... groups) {
|
||||
@@ -77,6 +78,7 @@ public class ValidationUtil {
|
||||
*
|
||||
* @param bean bean
|
||||
* @param propertyName 属性名称
|
||||
* @param groups 验证分组
|
||||
* @return {@link BeanValidationResult}
|
||||
*/
|
||||
public static <T> BeanValidationResult warpValidateProperty(T bean, String propertyName, Class<?>... groups) {
|
||||
|
Reference in New Issue
Block a user