From 7.0.0 you will need explicitly include the jdbi dependency in your pom.
Register SfmResultSetMapperFactory
You can register sfm as a ResultSetMapperFactory, then use the mapTo - in place of map - it will
JDBI will look for a registered Factory and is the SFM one is the only or first one it will use it
to map the object.
Annotation @RegisterMapperFactory
You can also annotate your method or dao interface with
Annotation @SfmBind
SFM also provide a binding annotation equivalent of @BindBean but using the SFM mapping.