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