
io.vertx.ext.web.validation.ValidationHandler Maven / Gradle / Ivy
package io.vertx.ext.web.validation;
import io.vertx.codegen.annotations.VertxGen;
import io.vertx.core.Handler;
import io.vertx.ext.web.RoutingContext;
@VertxGen
public interface ValidationHandler extends Handler {
String REQUEST_CONTEXT_KEY = "requestParameters";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy