Description
While generating server impl stubs for Java Jax-RS using Jetty I have found that swagger-codegen will only generate seperate Service classes if I change the top level url route. My url definitions all lie under one top level route because of the data structure. this means I am endings up with one huge ApiServiceImpl class. I have tried this with Python and then I get controllers based on the tags with which I define the routes with (no route has two tags). Is this as designed or a bug?
Swagger-codegen version
2.2.3
Description
While generating server impl stubs for Java Jax-RS using Jetty I have found that swagger-codegen will only generate seperate Service classes if I change the top level url route. My url definitions all lie under one top level route because of the data structure. this means I am endings up with one huge ApiServiceImpl class. I have tried this with Python and then I get controllers based on the tags with which I define the routes with (no route has two tags). Is this as designed or a bug?
Swagger-codegen version
2.2.3