Is there a simple way to map from a result set with snake case columns to an Immutable? I'm new to JDBI and I think the approaches I've taken haven't been stellar. I was hoping I could do a Jackson convert on a mapToMap result, but the Immutable expects camel case on the database uses snake case for the fields. Jackson doesn't seem to use my mappers. I don't mind writing a custom mapper if I have to but all the `rs.getString/getTimestamp(name)` type calls get a little tedious. Thanks!
--
You received this message because you are subscribed to the Google Groups "jDBI" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdbi+uns...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.