[REQ] Option to disable stripping of common enum prefix
Created by: jvs64893
Is your feature request related to a problem? Please describe.
This is related to the following issue: swagger-api/swagger-codegen-generators#246
If you have Enums with a common prefix this is currently stripped and there is no way to stop the generator from doing so.
Describe the solution you'd like
There should be an option to disable this behavior.