发布于 2017-07-06 00:23:25 | 118 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Bean Validation

Bean Validation 项目的目的就是为了实现 Bean Validation Specfication (JSR303) 规范,并与 TCK 兼容,支持 Java SE 5 或者更新版本。


Bean Validation 2.0 CR 2 已发布,Bean Validation (JSR 303) 是一个数据验证的规范,为 JavaBean 验证定义了相应的元数据模型和 API 。

CR 2 是 CR 1 的更新版本,包含从审查开始的所有变更意见和评论。更新的规格文件可以在这里找到

What’s new since CR 1?

鉴于还处于 CR 阶段,此版本的大部分更改属于 bug 修正、措辞澄清、格式化和其他相关改进。包含对 API 的两项改进:

  • ConstraintDescriptor#validateUnwrappedValue() got renamed into getValueUnwrapping() (BVAL-674). The original method name sounded like a "command", whereas the new name makes clear it’s a "query" kind of method; also the members of the returned enum have been adapted to be in sync with the corresponding Unwrapping payload type names. We’ve also added a method ConstraintDescriptor#unwrap(Class), which will let providers expose additional functionality via extension interfaces, e.g. to explore new features which then can be standardized in a future spec revision.

  • @ConvertGroup#from() has a default value of Default.class now (BVAL-689). This simplifies group conversions in the common case where the default group is converted into another group.

了解更多内容可查阅发行说明



历史版本 :
Bean Validation 2.0 发布,并通过 JCP 投票成为规范
Bean Validation 2.0 CR 2 发布,数据验证规范
Bean Validation 2.0 发布,新的 JSR 规范
Bean Validation TCK 1.0.8 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务