Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterJoinRowMapper
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface RegisterJoinRowMapper
Used to register aJoinRowMapperfactory. Will attempt to map all types given in the annotation declaration.
-
-
Element Detail
-
value
Class<?>[] value
- Returns:
- the types that will be available on the JoinRows returned.
-
-