注释类型 SpecifyPositionBind


@Target(FIELD) @Retention(RUNTIME) public @interface SpecifyPositionBind
标注在字段上,指定该字段在excel中的位置
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    指定单元格位置,如A1,B2等
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Class<? extends DataCastAdapter<?>>
    指定单元格位置的适配器,默认使用默认适配器
     
  • 元素详细资料

    • value

      String value
      指定单元格位置,如A1,B2等
    • format

      String format
      默认值:
      "yyyy-MM-dd"
    • adapter

      Class<? extends DataCastAdapter<?>> adapter
      指定单元格位置的适配器,默认使用默认适配器
      默认值:
      cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter.class