Ghislain Nadeau edited a comment on Improvement JBEHAVE-922

Hi Mauro,

this is actually pretty nice and easy to use!
I still think it could be of some use to be able to map a third party object by defining a mapping between the third-party fields against the column names.
Something like:

ThirdPartyClass.java
public class ThirdPartyClass{
    private Integer aInteger;
}

ThirdPartyClass.java
ParameterMapping map = new ParameterMapping();
map.addMapping("scenarioColumn1", "aInteger");

examplesTable.getRowsAs(ThirdPartyClass.class, map);

Btw, thanks for reformulating my messages, you might have noticed english is not my native language.

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