Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterConstructorMapper
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(RegisterConstructorMappers.class)
public @interface RegisterConstructorMapper
Registers a constructor mapper factory for the given type(s).
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
-
prefix
String prefixColumn name prefix for the mapped type. If omitted, defaults to no prefix.- Returns:
- Column name prefix for the mapped type.
- Default:
""
-