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