Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
We would like to be able to unit test our code using mocks, using static methods prevents mocks. It would be good if SwaggerRouter were changed to be a non-static class.
We would like to be able to unit test our code using mocks, using static methods prevents mocks. It would be good if SwaggerRouter were changed to be a non-static class.