-
Similar to #27115 , I've been trying to get Resteasy Reactive to parse arrays of values in my URLs in the form of comma separated values rather than '&' separated values. This feature is available in your 'Resteasy Classic' extension through the usage of the @Separator annotation and the MultiValuedParamConverter which comes included in resteasy-core. It would look something like:
Why is this not included Resteasy Reactive? P.S |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @FroMage, @geoand, @stuartwdouglas |
Beta Was this translation helpful? Give feedback.
-
Can you please open a github issue using the description you've added here? I was not aware that RESTEasy Classic implements this feature, so we should defiinitely add it to RESTEasy Reactive. |
Beta Was this translation helpful? Give feedback.
Can you please open a github issue using the description you've added here?
I was not aware that RESTEasy Classic implements this feature, so we should defiinitely add it to RESTEasy Reactive.