-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
Stéphane Épardaud is proposing adding custom RESTEasy annotations working the same as 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
- is incorporated by
-
WFLY-10500 JAX-RS parameter annotations with default names
- Closed
- is related to
-
RESTEASY-2379 Multipart resolution with new RESTEasy @FormParam annotations
- Closed