@Internal public class DateDateConverter extends Object implements DataStructureConverter<Integer,Date>
DateType of Date external type.| Constructor and Description |
|---|
DateDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
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, waitisIdentityConversion, open, toExternalOrNull, toInternalOrNullpublic Integer toInternal(Date external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal in interface DataStructureConverter<Integer,Date>public Date toExternal(Integer internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal in interface DataStructureConverter<Integer,Date>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.