|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Decorator 的软件包 | |
|---|---|
| com.baidu.unbiz.fluentvalidator | |
| com.baidu.unbiz.fluentvalidator 中 Decorator 的使用 |
|---|
| 参数类型为 Decorator 的 com.baidu.unbiz.fluentvalidator 中的方法 | ||
|---|---|---|
static ComplexResult |
QuickValidator.doAndGetComplexResult(Decorator decorator)
Execute validation by using a new FluentValidator instance without a shared context. |
|
static ComplexResult |
QuickValidator.doAndGetComplexResult(Decorator decorator,
ValidatorContext context)
Execute validation by using a new FluentValidator instance with a shared context. |
|
static ComplexResult2 |
QuickValidator.doAndGetComplexResult2(Decorator decorator)
Execute validation by using a new FluentValidator instance and without a shared context. |
|
static ComplexResult2 |
QuickValidator.doAndGetComplexResult2(Decorator decorator,
ValidatorContext context)
Execute validation by using a new FluentValidator instance with a shared context. |
|
static
|
QuickValidator.validate(Decorator decorator,
FluentValidator fluentValidator,
ValidatorContext context,
ResultCollector<T> resultCollector)
Use the decorator to add or attach more functions the given fluentValidator instance. |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||