@Internal public class DateLocalDateConverter extends Object implements DataStructureConverter<Integer,LocalDate>
DateType of LocalDate external type.| Constructor and Description |
|---|
DateLocalDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
toExternal(Integer internal)
Converts to external data structure.
|
Integer |
toInternal(LocalDate external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisIdentityConversion, open, toExternalOrNull, toInternalOrNullpublic Integer toInternal(LocalDate external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal in interface DataStructureConverter<Integer,LocalDate>public LocalDate toExternal(Integer internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal in interface DataStructureConverter<Integer,LocalDate>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.