Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterRowMapperFactory
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(RegisterRowMapperFactories.class)
public @interface RegisterRowMapperFactory
Registers a row mapper factory in the scope of a SQL Object type or method.
-
Required Element Summary
-
Element Details
-
value
Class<? extends RowMapperFactory> value
-