phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

Fixing #78 #80

Closed phiz71 closed 7 years ago

phiz71 commented 7 years ago

Use default value of parameters when provided. Consider the "required" field of a parameter to change the way the Verticle is generated.