swagger-codegen-generators
swagger-codegen-generators copied to clipboard
Fix for return response
…verVoid
Added in support for the additional property returnResponse - so the option in src/main/resources/handlebars/JavaJaxRS/spec/apiInterface.mustache is now honoured.
Also, added in the additional property returnResponseOverVoid - which causes methods which would return void to return a Response instead.