Class MapEntryMapper<K,V>

java.lang.Object
org.jdbi.v3.core.mapper.MapEntryMapper<K,V>
Type Parameters:
K - entry key type
V - entry value type
All Implemented Interfaces:
RowMapper<Map.Entry<K,V>>

public class MapEntryMapper<K,V> extends Object implements RowMapper<Map.Entry<K,V>>
Maps rows to Map.Entry<K, V>, provided there are mappers registered for types K and V. This mapper is registered out of the box.