com.alibaba.excel.converters.date
类 DateDateConverter
- java.lang.Object
-
- com.alibaba.excel.converters.date.DateDateConverter
-
构造器概要
构造器 构造器和说明 DateDateConverter()
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 WriteCellData<?>
convertToExcelData(Date value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration)
Convert Java objects to excel objectsClass<Date>
supportJavaTypeKey()
Back to object types in Java从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.alibaba.excel.converters.Converter
convertToExcelData, convertToJavaData, convertToJavaData, supportExcelTypeKey
-
方法详细资料
supportJavaTypeKey
public Class<Date> supportJavaTypeKey()
从接口复制的说明:Converter
Back to object types in Java- 指定者:
-
supportJavaTypeKey
在接口中Converter<Date>
- 返回:
- Support for Java class
convertToExcelData
public WriteCellData<?> convertToExcelData(Date value, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration) throws Exception
从接口复制的说明:Converter
Convert Java objects to excel objects- 指定者:
-
convertToExcelData
在接口中Converter<Date>
- 参数:
-
value
- Java Data.NotNull. -
contentProperty
- Content property.Nullable. -
globalConfiguration
- Global configuration.NotNull. - 返回:
- Data to put into a Excel
- 抛出:
-
Exception
- Exception.
Copyright © 2018–2021 Alibaba Group. All rights reserved.