| Package | Description |
|---|---|
| io.vertx.up.atom | |
| io.vertx.up.rs.announce | |
| io.vertx.up.rs.hunt | |
| io.vertx.up.rs.regular | |
| io.vertx.up.rs.validation |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Rule.create(io.vertx.core.json.JsonObject data) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.up.exception.WebException |
JArrayRigor.verify(Map<String,List<Rule>> rulers,
Object body) |
io.vertx.up.exception.WebException |
Rigor.verify(Map<String,List<Rule>> rulers,
Object value) |
io.vertx.up.exception.WebException |
FileRigor.verify(Map<String,List<Rule>> rulers,
Object body) |
io.vertx.up.exception.WebException |
JObjectRigor.verify(Map<String,List<Rule>> rulers,
Object body) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAim.executeRequest(io.vertx.ext.web.RoutingContext context,
Map<String,List<Rule>> rulers,
Depot depot) |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.up.exception.WebException |
BaseRuler.failure(String field,
Object value,
Rule rule) |
io.vertx.up.exception.WebException |
Ruler.verify(String field,
Object value,
Rule rule)
Verify each field for @BodyParam
|
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.up.exception.WebException |
Ruler.verify(Collection<Rule> rules,
String field,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Rule>> |
Validator.buildRulers(Depot depot)
Advanced ruler building for Body content validation based on yml configuration.
|
Copyright © 2019. All rights reserved.