★ wanayoo — archive 1999 https://github.com/javaee-samples/javaee7-samples/tree/master/jaxrs/beanparamNouvelle recherche | Portail wanayoo
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
src Java source identation Feb 13, 2015
README.adoc Adding JAX-RS @BeanParam example May 30, 2014
pom.xml Update pom.xml name based on folder structure Feb 13, 2015

README.adoc

JAX-RS BeanParam

This example demonstrate the use of a @BeanParam annotation to group some of the request parameters in a user bean, in order to avoid having too many paramaters in the method signature.

The user type annotated with @BeanParam may contain fields or setter methods annotated with @MatrixParam, @QueryParam, @PathParam, @CookieParam or @HeaderParam.

You can’t perform that action at this time.