Package org.jdbi.v3.sqlobject.customizer
Annotation Type BindMethods
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BindMethods
-
-
Element Detail
-
value
String value
Prefix to apply to each fluent accessor name. If specified, properties will be bound asprefix.accessorName.- Returns:
- the prefix
- Default:
- ""
-
-