Package org.jdbi.v3.sqlobject.statement
Annotation Type UseRowMapper
-
@Retention(RUNTIME) @Target(METHOD) public @interface UseRowMapper
Used to specify specific row mapper on a query method. Mutually exclusive withUseRowReducer.
@Retention(RUNTIME) @Target(METHOD) public @interface UseRowMapper
UseRowReducer.