swagger-codegen-generators icon indicating copy to clipboard operation
swagger-codegen-generators copied to clipboard

Fix for return response

Open mcassidygamma opened this issue 3 years ago • 0 comments

…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.

mcassidygamma avatar May 26 '22 12:05 mcassidygamma