[jboss-jira] [JBoss JIRA] (WFLY-10500) JAX-RS parameter annotations with default names

Alessio Soldano (JIRA) issues at jboss.org
Mon Jun 4 11:49:00 EDT 2018


Alessio Soldano created WFLY-10500:
--------------------------------------

             Summary: JAX-RS parameter annotations with default names
                 Key: WFLY-10500
                 URL: https://issues.jboss.org/browse/WFLY-10500
             Project: WildFly
          Issue Type: Feature Request
          Components: REST
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: 14.0.0.CR1


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



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list