public interface Ruler
| Modifier and Type | Method and Description |
|---|---|
static Ruler |
get(String type) |
static io.vertx.up.exception.WebException |
verify(Collection<Rule> rules,
String field,
Object value) |
io.vertx.up.exception.WebException |
verify(String field,
Object value,
Rule rule)
Verify each field for @BodyParam
|
static io.vertx.up.exception.WebException verify(Collection<Rule> rules, String field, Object value)
io.vertx.up.exception.WebException verify(String field, Object value, Rule rule)
Verify each field for @BodyParam
field - Input field of the data structurevalue - The input field reflect value literalrule - The rule that has been defined.Copyright © 2021. All rights reserved.