Class TitleMapper
java.lang.Object
de.digitalcollections.cudami.server.backend.impl.jdbi.type.TitleMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>
public class TitleMapper
extends Object
implements org.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>
-
Constructor Summary
ConstructorsConstructorDescriptionTitleMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, MainSubTypeMapper.TitleTypeMapper titleTypeMapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.ColumnMapper
init, map
-
Constructor Details
-
TitleMapper
public TitleMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, MainSubTypeMapper.TitleTypeMapper titleTypeMapper)
-
-
Method Details
-
map
public de.digitalcollections.model.text.Title map(ResultSet r, int columnNumber, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>- Throws:
SQLException
-