Hello, is it possible to generate response classes with a specfic name so you can easily see which response is the answer for which operation? For example I have three paths *ping1*, *ping2*, *ping3* where the response code is always 200 and some etxra data. Swagger generates three class in folder *src/gen/java/io/swagger/model/*: *InlineResponse200.java*, *InlineResponse2001.java*, *InlineResponse2002.java*. It is not possible to see out of the classname which response is for *ping1*, *ping2* or *ping3*. I also tried to mark my operations with the *operationId*-tag but this has no impact to the generated code. I would prefer classnames like this *InlineResponsePing1200*, *InlineResponsePing2200* and *InlineResponsePing3200* or something like that. Is it possible?
Thanks -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
