pmlopes / slush-vertx

36 stars 4 forks source link

Add object generator mapping schemas #7

Open javathought opened 6 years ago

javathought commented 6 years ago

Generate objects model mapping the schemas. The sub package name could be model

Feature available for swager 2 on project https://github.com/phiz71/vertx-swagger

slinkydeveloper commented 6 years ago

Interesting feature! I will work on it! But what schemas you want mapped? The schemas under components/schemas?

javathought commented 6 years ago

Yes.

But due to issue https://github.com/vert-x3/vertx-web/issues/728 , my current workaround is to put the schema on requestBody/content/application/json/schema