crane4j icon indicating copy to clipboard operation
crane4j copied to clipboard

`@ContainerMethod`注解的type属性支持自动适配

Open Createsequence opened this issue 9 months ago • 0 comments

支持在不指定 @ContainerMethod#type 属性的前提下,进行一定程度的自动适配,比如:

  • 如果是单参数方法,则默认为 ORDER_OF_KEYS
  • 如果返回值为非对象类型的集合或数值,则默认为 ORDER_OF_KEYS
  • 如果返回值为对象集合,则默认为 ONE_TO_ONE

Createsequence avatar May 21 '24 05:05 Createsequence