You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultGenerator has several calls to System.getProperty that change the behavior of the class. This makes sense in the context of the CLI, but since this class isn't part of the cli project, it seems more reasonable that these parameters be passed in ClientOpts or some other Opt class.
This would make DefaultGenerator easier to use as a library
Swagger-codegen version
2.2.3
The text was updated successfully, but these errors were encountered:
Description
DefaultGenerator
has several calls toSystem.getProperty
that change the behavior of the class. This makes sense in the context of the CLI, but since this class isn't part of the cli project, it seems more reasonable that these parameters be passed inClientOpts
or some other Opt class.This would make
DefaultGenerator
easier to use as a librarySwagger-codegen version
2.2.3
The text was updated successfully, but these errors were encountered: