Closed
Description
Like for java native, okhttp and jersey add the possibility to group all parameters into one (object) when useSingleRequestParameter
is set true
.
Describe the solution you'd like
A class containing all parameters which is generated combined with a changed method heard when the option is set should do the trick. :)
- And, of course, don't forget to update the options documentation when done.
Describe alternatives you've considered
/
Additional context
(I'll create a PR soon. This issue is mainly for me to don't forget it ^^)