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