Package io.vertx.up.secure.validation
Class Validator
java.lang.Object
io.vertx.up.secure.validation.Validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildRulers(Depot depot) Advanced ruler building for Body content validation based on yml configuration.<T> voidverifyMethod(T proxy, Method method, Object[] args) Validate the method parameters based on javax.validation: Hibernate Validator.
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
verifyMethod
Validate the method parameters based on javax.validation: Hibernate Validator.- Type Parameters:
T- The target object type: Generic types.- Parameters:
proxy- The checked target object.method- The checked target method.args- The checked target method's parameters.
-
buildRulers
Advanced ruler building for Body content validation based on yml configuration.- Parameters:
depot- The container to contains event, configuration, ruler.- Returns:
- The configured rulers.
-