neoremind / fluent-validator

A Java validation framework leveraging fluent interface style and JSR 303 specification
Apache License 2.0
1.02k stars 222 forks source link

是否支持接口校验 #20

Open zhangxingong opened 7 years ago

zhangxingong commented 7 years ago

@FluentValid 能否加在接口参数上?

neoremind commented 7 years ago

如果用在方法签名上,一般是和拦截器共同使用,可以参考fluent-validator-spring模块里面的test代码,如果使用其他IOC管理,是需要配合拦截器使用的,否则单纯的是无法做到接口signature上的校验的。