Uses of Interface
org.jdbi.v3.core.mapper.MapEntryConfig
Packages that use MapEntryConfig
Package
Description
mapper
s take the JDBC ResultSet and produce Java results.vavr
is a functional programming library for the JVM.-
Uses of MapEntryConfig in org.jdbi.v3.core.mapper
Classes in org.jdbi.v3.core.mapper that implement MapEntryConfig -
Uses of MapEntryConfig in org.jdbi.v3.vavr
Classes in org.jdbi.v3.vavr that implement MapEntryConfigModifier and TypeClassDescriptionclass
Mappers similar toMapEntryMappers
but map entries in vavr are in fact of typeTuple2
.