io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler Maven / Gradle / Ivy
package io.vertx.ext.web.api.contract.openapi3;
import io.vertx.codegen.annotations.VertxGen;
import io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler;
/**
* @author Francesco Guardiani @slinkydeveloper
* @deprecated You should use the new module vertx-web-openapi
*/
@VertxGen
@Deprecated
public interface OpenAPI3RequestValidationHandler extends HTTPOperationRequestValidationHandler {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy