public class DefaultBeanRowMapper extends Object implements BeanRowMapper
BeanRowMapper will map row names to lower case names,
but use a single upper case letter after underscores or dashes (which is skipped).
For example CUST_ID is mapped as custId.| Constructor and Description |
|---|
DefaultBeanRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
map(String row,
Object value) |
protected String |
mapRowName(String row) |
Apache Camel