Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: controller
Created: 11/Mar/13 10:12 AM
Description:

Sometimes when using AG Controller we want to bridge our Route to anexisting/legacy endpoint target class. These classes may have methods with parameters othe than String, i.e findById(Long Id) .
This is currently not supported by ag controller. We should be able to pass a type to a param when defining a route like :

route().from("/customers/

{id}

").on(RequestMethod.GET).consumes(JSON).produces(JSON).to(CustomerEndpoint.class).findById(param("id", Long.class));

Project: AeroGear
Priority: Major Major
Reporter: Sebastien Blanc
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira