Uses of Class
io.vertx.up.atom.Rule
-
Packages that use Rule Package Description io.vertx.up.atom io.vertx.up.secure.validation io.vertx.up.uca.rs.announce io.vertx.up.uca.rs.hunt io.vertx.up.uca.rs.regular -
-
Uses of Rule in io.vertx.up.atom
Methods in io.vertx.up.atom that return Rule Modifier and Type Method Description static RuleRule. create(io.vertx.core.json.JsonObject data) -
Uses of Rule in io.vertx.up.secure.validation
Methods in io.vertx.up.secure.validation that return types with arguments of type Rule Modifier and Type Method Description Map<String,List<Rule>>Validator. buildRulers(Depot depot)Advanced ruler building for Body content validation based on yml configuration. -
Uses of Rule in io.vertx.up.uca.rs.announce
Method parameters in io.vertx.up.uca.rs.announce with type arguments of type Rule Modifier and Type Method Description io.vertx.up.exception.WebExceptionFileRigor. verify(Map<String,List<Rule>> rulers, Object body)io.vertx.up.exception.WebExceptionJArrayRigor. verify(Map<String,List<Rule>> rulers, Object body)io.vertx.up.exception.WebExceptionJObjectRigor. verify(Map<String,List<Rule>> rulers, Object body)io.vertx.up.exception.WebExceptionRigor. verify(Map<String,List<Rule>> rulers, Object value) -
Uses of Rule in io.vertx.up.uca.rs.hunt
Method parameters in io.vertx.up.uca.rs.hunt with type arguments of type Rule Modifier and Type Method Description protected voidBaseAim. executeRequest(io.vertx.ext.web.RoutingContext context, Map<String,List<Rule>> rulers, Depot depot) -
Uses of Rule in io.vertx.up.uca.rs.regular
Methods in io.vertx.up.uca.rs.regular with parameters of type Rule Modifier and Type Method Description protected io.vertx.up.exception.WebExceptionBaseRuler. failure(String field, Object value, Rule rule)io.vertx.up.exception.WebExceptionRuler. verify(String field, Object value, Rule rule)Verify each field for @BodyParamMethod parameters in io.vertx.up.uca.rs.regular with type arguments of type Rule Modifier and Type Method Description static io.vertx.up.exception.WebExceptionRuler. verify(Collection<Rule> rules, String field, Object value)
-