public class MapperBinder
extends java.lang.Object
MapperInstaller: installer recognize and report found
mappers and this bean will actually register resolved mappers in dbi instance.
Delayed initialization used to simplify access to DBI instance (in installer it was hard to do).
| Constructor and Description |
|---|
MapperBinder(org.skife.jdbi.v2.DBI dbi,
java.util.Set<org.skife.jdbi.v2.tweak.ResultSetMapper> mappers) |