Currently I'm developing the application which gets the property fields in front end and server handles this request using jersey.
In jersey I need to use more number of path parameters. So I'm looking for the solution which gets the property fileds in a single element itself.
Any help would be greatly appreciated. Thanks
you can try sending JSON or you can send your data by separating them with a delimiter like Comma(,) or Pipe(|)