Annotation Type RegisterBeanMapper

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> value
      The mapped bean class.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String prefix
      Column name prefix for the bean type.
    • Element Detail

      • value

        Class<?> value
        The mapped bean class.
        Returns:
        the mapped bean class.
      • prefix

        String prefix
        Column name prefix for the bean type. If omitted, defaults to no prefix.
        Returns:
        Column name prefix for the bean type.
        Default:
        ""