Annotation Interface EachBean.RemapGeneric

Enclosing class:
EachBean

@Retention(RUNTIME) public static @interface EachBean.RemapGeneric
The generics remapping configuration.
Since:
4.6
Author:
Denis Stepanov
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • type

      Class<?> type
      Returns:
      The tape of which does these generics belong.
    • name

      String name
      Returns:
      The name of the generic defined on the driven bean.
    • to

      String to
      Returns:
      The name of the generic on the produced bean. If not specified the same name will be used.
      Default:
      ""