We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, what i'm trying to accomplish is this: @QueryParam("sourceAirportId") sourceAirportId: List<Int> Is this possible?
@QueryParam("sourceAirportId") sourceAirportId: List<Int>
Thanks in advance.
The text was updated successfully, but these errors were encountered:
#63 read multiple params with same name into a list
b7adf2c
#63 introduce queryList for multiple params with the same name, and a…
3e8fb2c
…lso bind it to a lists when using annotated routes
Implemented
Sorry, something went wrong.
No branches or pull requests
Hi, what i'm trying to accomplish is this:
@QueryParam("sourceAirportId") sourceAirportId: List<Int>
Is this possible?
Thanks in advance.
The text was updated successfully, but these errors were encountered: