How can Jersey receive an array at POST?

Asked 1 years ago, Updated 1 years ago, 65 views

@FormParam (parameter name) String [ ] array name
Then it didn't work out, but I couldn't find out when I looked it up, so I asked you a question.
If anyone knows, please let me know.

java rest jax-rs

2022-09-30 21:27

1 Answers

@FormParam (parameter name) List<String>List name and so on.

I don't know if it's exactly the same, but there was a close question from our Stack Overflow and it was answered.

post-JAXRS Jersey Rest Webservice posting a array generated by input from user-Stack Overflow


2022-09-30 21:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.