Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterRowMapper
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(RegisterRowMappers.class) public @interface RegisterRowMapperRegister a row mapper in the context of a SQL Object type or method.
-
-
Element Detail
-
value
java.lang.Class<? extends RowMapper<?>> value
The row mapper class to register- Returns:
- the row mapper class
-
-