-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
We're proposing to add custom RESTEasy annotations working the same as vanilla JAX-RS QueryParam, HeaderParam, FormParam, CookieParam, PathParam, MatrixParam, but taking their names from (depending on where they're placed):
- parameter name, via reflection (requires use of -parameters javac flag, otherwise params are named arg0..X)
- setter property name
- field name
- incorporates
-
RESTEASY-1880 Parameter annotations with default names
- Resolved
- is blocked by
-
WFLY-10632 Upgrade RESTEasy to 3.6.0.Final
- Closed