Skip to end of metadata
Go to start of metadata

参数验证

(+) (#)

参数验证功能是基于JSR303实现的,用户只需标识JSR303标准的验证Annotation,并通过声明filter来实现验证。
2.1.0以上版本支持

完整示例代码参见:https://github.com/alibaba/dubbo/tree/master/dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/validation

验证方式可扩展,参见:Validation扩展点

参数标注示例:

分组验证示例:

关联验证示例:

参数验证示例:

在客户端验证参数:

在服务器端验证参数:

验证异常信息:

需要加入依赖:

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.