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