Class MapMapper

java.lang.Object
org.jdbi.v3.core.mapper.MapMapper
All Implemented Interfaces:
RowMapper<Map<String,Object>>

public class MapMapper extends Object implements RowMapper<Map<String,Object>>
Yo dawg, I heard you like maps, so I made you a mapper that maps rows into Map<String,Object>. Map keys are column names, while map values are the values in those columns. Map keys are converted to lowercase by default.
See Also: