Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

@FormParam support for scala collections #3

Open
aryairani opened this issue Oct 12, 2011 · 1 comment
Open

@FormParam support for scala collections #3

aryairani opened this issue Oct 12, 2011 · 1 comment

Comments

@aryairani
Copy link

jersey-scala includes an injection provider for @queryParams of scala collection types, such as Option[String], but doesn't currently support @FormParams.

@aryairani
Copy link
Author

I think it may be as simple as adding: extends InjectableProvider[FormParam, Parameter] to ScalaCollectionSqueryParamInjectableProvider... I'll check it out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant