注释类型 ExcelField
-
@Target(FIELD) @Retention(RUNTIME) public @interface ExcelField
- 作者:
- woodwhales on 2021-07-28 16:58 非日期属性excel注解
-
-
元素详细资料
-
value
String value
excel列字段,默认为数据对象属性名- 返回:
- excel列字段
- 默认值:
- ""
-
-
-
type
Class type
字段类型,默认为 String.class- 返回:
- 字段类型
- 默认值:
- java.lang.String.class
-
-
-
nullValueHandler
Class<?> nullValueHandler
空值处理器 实现 cn.woodwhales.common.util.excel.NullValueHandler 接口- 返回:
- NullValueHandler 接口实现的Class对象
- 默认值:
- java.lang.Void.class
-
-