Class PojoMapper.BoundPojoMapper
java.lang.Object
org.jdbi.v3.core.mapper.reflect.internal.PojoMapper.BoundPojoMapper
- All Implemented Interfaces:
RowMapper<T>
- Enclosing class:
- PojoMapper<T>
-
Field Details
-
propList
-
-
Constructor Details
-
BoundPojoMapper
BoundPojoMapper(List<PojoMapper.PropertyData<T>> propList)
-
-
Method Details
-
map
Description copied from interface:RowMapperMap the current row of the result set. This method should not cause the result set to advance; allow Jdbi to do that, please.- Specified by:
mapin interfaceRowMapper<T>- Parameters:
rs- the result set being iteratedctx- the statement context- Returns:
- the value to produce for this row
- Throws:
SQLException- if anything goes wrong go ahead and let this percolate; Jdbi will handle it
-
toString
-