Package org.jdbi.v3.core.mapper.reflect
Class ConstructorMapper.BoundConstructorMapper
java.lang.Object
org.jdbi.v3.core.mapper.reflect.ConstructorMapper.BoundConstructorMapper
- All Implemented Interfaces:
RowMapper<T>
- Enclosing class:
- ConstructorMapper<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final List<ConstructorMapper.ParameterData> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.RowMapper
init, specialize
-
Field Details
-
paramData
-
count
private final int count
-
-
Constructor Details
-
BoundConstructorMapper
BoundConstructorMapper(List<ConstructorMapper.ParameterData> paramData)
-
-
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
-