Package org.jdbi.v3.sqlobject.statement
Annotation Type UseRowMapper
Used to specify specific row mapper on a query method. Mutually exclusive
with
UseRowReducer
.-
Required Element Summary
-
Element Details
-
value
The class implementingRowMapper
. It must have a no-arg constructor.- Returns:
- the class of row mapper to use.
-