Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterColumnMapperFactory
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(RegisterColumnMapperFactories.class) public @interface RegisterColumnMapperFactory
Registers a column mapper factory in the scope of a SQL Object type or method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends ColumnMapperFactory>valueThe column mapper factory class to register
-
-
-
Element Detail
-
value
Class<? extends ColumnMapperFactory> value
The column mapper factory class to register- Returns:
- the column mapper factory class
-
-