Compare commits

..

2 Commits

Author SHA1 Message Date
d0785d35e8 docs: 更新项目描述 2025-06-08 11:34:31 +08:00
a315edf88f docs: 统一参数描述 2025-06-08 11:34:15 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
<url>http://zhouxy.xyz</url>
<description>
Plusone Validator 是一个校验库,用于构建校验规则对对象尤其是入参进行校验。API 参考自 .NET 的 FluentValidation
Plusone Validator 是一个校验库,使用 lambda 表达式(包括方法引用)和流式 API 构建校验规则对对象进行校验
</description>
<properties>

View File

@@ -82,7 +82,7 @@ public abstract class BaseComparablePropertyValidator<
*
* @param <X> 自定义异常类型
* @param range 区间
* @param exceptionFunction 根据属性值生成异常的函数
* @param exceptionFunction 自定义异常
* @return 当前校验器实例,用于链式调用
*/
public final <X extends RuntimeException> TPropertyValidator inRange(

View File

@@ -108,7 +108,7 @@ public abstract class BasePropertyValidator<
*
* @param <X> 自定义异常类型
* @param condition 校验条件
* @param exceptionFunction 自定义异常(以当前属性值为参数)
* @param exceptionFunction 自定义异常
* @return 当前校验器实例,用于链式调用
*/
protected final <X extends RuntimeException> TPropertyValidator withRule(

View File

@@ -18,7 +18,7 @@
</modules>
<description>
Plusone Validator 是一个校验库,用于构建校验规则对对象尤其是入参进行校验。API 参考自 .NET 的 FluentValidation
Plusone Validator 是一个校验库,使用 lambda 表达式(包括方法引用)和流式 API 构建校验规则对对象进行校验
</description>
<properties>