Skip navigation links

vertx-web-api-contract 3.5.1 API

Packages 
Package Description
io.vertx.ext.web.api
= Vert.x-Web API Contract :toc: left Vert.x-Web API Contract brings to Vert.x two features to help you to develop you API: * HTTP Requests validation * OpenAPI 3 Support with automatic requests validation == Using Vert.x API Contract To use Vert.x API Contract, add the following dependency to the _dependencies_ section of your build descriptor: * Maven (in your `pom.xml`): [source,xml,subs="+attributes"] ---- ${maven.groupId} ${maven.artifactId} ${maven.version} ---- * Gradle (in your `build.gradle` file): [source,groovy,subs="+attributes"] ---- dependencies { compile '${maven.groupId}:${maven.artifactId}:${maven.version}' } ---- == HTTP Requests validation Vert.x provides a validation framework that will validate requests for you and will put results of validation inside a container.
io.vertx.ext.web.api.contract  
io.vertx.ext.web.api.contract.openapi3  
io.vertx.ext.web.api.validation  
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.