@FunctionalInterface public interface ObjectMapperRsExtractor<T>
Plug-in for supporting custom types in ObjectMappers
ObjectMappers
Modifier and Type | Method and Description |
---|---|
T |
extract(ResultSet resultSet,
Integer index)
Extracts an object from a ResultSet and converts it to the object of target class.
|
T extract(ResultSet resultSet, Integer index) throws SQLException
resultSet
- ResultSet containing the current row.index
- column index in the ResultSetSQLException
Copyright © 2016. All rights reserved.