public class ValidationGroups extends Object
校验分组需灵活使用,默认定义只可解决常规场景或作为示例参考
使用 GroupSequence
注解可指定分组校验顺序,同时还拥有短路能力
使用 org.hibernate.validator.group.GroupSequenceProvider
注解可动态指定分组校验顺序,解决多字段组合逻辑校验的痛点问题,但需自行实现 org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
接口
Modifier and Type | Class and Description |
---|---|
static interface |
ValidationGroups.Create |
static interface |
ValidationGroups.Delete |
static interface |
ValidationGroups.Read |
static interface |
ValidationGroups.Update |
Constructor and Description |
---|
ValidationGroups() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.