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

#106 To fix duplicate default constructors for top level definition of array type #107

Closed cspok82 closed 5 years ago

cspok82 commented 5 years ago

Fixed pojo.mustache to generate constructor with arguments only when #vars condition is met.

cspok82 commented 5 years ago

Closing this due to incorrect use of #vars in proposed solution. :(