发布于 2017-07-06 00:24:03 | 137 次阅读 | 评论: 0 | 来源: 网友投递
Hibernate Validator Bean 验证框架
用Annotations 给类或者类的属性加上约束(constraint),在运行期检查属性值是很优雅的.Hibernate Validator就是这样的一个框架.该框架是十分容易的(就像参考文档中宣称的那样),几乎没有什么学习曲线,Validator 是一个验证框架 不需要和Hibernate的其他部分绑定就可以使用,只要在你的项目中添加Hibernate-annotations.jar库就可以了.
Hibernate Validator 6.0.0.CR2 已发布,兼容 Bean Validation 2.0 CR 2 。
Hibernate Validator 是 Bean Validation 的参考实现。随着 Bean Validation 2.0 最终版本的临近,Hibernate Validator 6.0.0 也更多的聚焦在最新的规范说明和更新文档上。
主要更新内容:
The from
of @ConvertGroup
and is now optional: it defaults to the Default
group.
Some last minute changes were made in the Bean Validation API on the naming of the value unwrapping related method: we updated Hibernate Validator accordingly.
We made a first pass on the documentation: some things are still missing (mostly about the new value extraction feature) but the documentation should not contain outdated information anymore.