slush-vertx icon indicating copy to clipboard operation
slush-vertx copied to clipboard

Add object generator mapping schemas

Open javathought opened this issue 7 years ago • 2 comments

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

javathought avatar Nov 13 '17 15:11 javathought

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

slinkydeveloper avatar Nov 13 '17 15:11 slinkydeveloper

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

javathought avatar Nov 13 '17 17:11 javathought