phiz71 / vertx-oas3-petstore

An Eclipse Vert.X (3.5.0) implementation of the OpenApi 3.0 Petstore example.
Apache License 2.0
6 stars 0 forks source link

What tool did you use to generate the handler and model source code? #3

Open ehuoyun opened 6 years ago

phiz71 commented 6 years ago

Actually, I wrote all the code manually. The idea of this project was to determine which part of the code could be generated and which one would have to be coded. It's a kind of "model" project for a generator I wanted to create : https://github.com/phiz71/vertx-oas3-codegen, but I havn't made much progress in this project

ehuoyun commented 6 years ago

Thanks for your quick replay. It very good idea to integration the vertx-web-api-contract and code generation. I found the slush-vertx, it only generated the handers, and it is one time generator, and does't support continue integration. Your approach looks very good.