neoReMinD

Results 44 comments of neoReMinD

你说的有道理,如果在context中可以获取这些变量那么会友好很好。

Which strategy is enabled ?`failfast` or `failover` ?

你好,你用的是注解的方式吗?可以考虑使用纯API的方式。

很cool的feature,有想法推PR不?

你好,目前不再维护了。可以自行checkout修改。其他项目如果想用可以参考CQRS模型。

Correct me if my understanding is wrong, your intension is to avoid writing checking NULL when executing `validate` method on object, right?

嗯呢,ErrorCode用string或者int这个没有准则吧,只是这个类库选择了int,code一般都会有错误码,数字达意了。

项目初始考虑欠佳,可以通过上面 tiagocpeixoto 的扩展方式workaround支持下。

1) Because Fluent-validator is not bounded to hibernate validator, so it is intend to be created manually. If you think setHibernateValidator is redundant, I suggest using `Factory` design pattern to...