Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterJoinRowMapper
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface RegisterJoinRowMapperUsed to register aJoinRowMapperfactory. Will attempt to map all types given in the annotation declaration.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]valueReturns the types that will be available on the JoinRows returned.
-