Mauro Talevi commented on Improvement JBEHAVE-922

Sure, and that's why we can use the POC as a starting point and look at different ways to implement it.

For example, adding a method to ExamplesTable

public <T> List<T> getRowsAs(Class<T> type);

may be simpler to convert Parameters to type <T>. Then having an annotation on type <T> to trigger use the converter, as you suggested with your @TableDef.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to