rht-labs / api-design

NO LONGER ACTIVE - Home of our Swagger / OpenAPI Specifications, System Designs and Documentation
Apache License 2.0
4 stars 5 forks source link

Route id should be Long instead of String #43

Closed mcanoy closed 8 years ago

mcanoy commented 8 years ago

The id in the model route is specified as string. It should be configured so that the code-gen creates a Long instead of a String in Java.