Annotation Type RegisterBeanMapper
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(RegisterBeanMappers.class)
public @interface RegisterBeanMapper
Registers a BeanMapper for a specific bean class
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
-
prefix
String prefixColumn name prefix for the bean type. If omitted, defaults to no prefix.- Returns:
- Column name prefix for the bean type.
- Default:
""
-