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 SummaryRequired Elements
- 
Element Details- 
valueThe class implementingRowMapper. It must have a no-arg constructor.- Returns:
- the class of row mapper to use.
 
 
-