Package org.jdbi.v3.sqlobject.config
Annotation Interface RegisterRowMapper
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(RegisterRowMappers.class)
public @interface RegisterRowMapper
Register a row mapper in the context of a SQL Object type or method.
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
The row mapper class to register- Returns:
 - the row mapper class
 
 
 -