@Internal public class DateDateConverter extends Object implements DataStructureConverter<Integer,Date>
DateType of Date external type.| 构造器和说明 |
|---|
DateDateConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
toExternal(Integer internal)
Converts to external data structure.
|
Integer |
toInternal(Date external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopen, toExternalOrNull, toInternalOrNullpublic Integer toInternal(Date external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal 在接口中 DataStructureConverter<Integer,Date>public Date toExternal(Integer internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal 在接口中 DataStructureConverter<Integer,Date>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.