java.lang.Object
org.gridgain.ignite.migrationtools.adapter.internal.mapper.converters.CalendarToInstantConverter
- All Implemented Interfaces:
org.apache.ignite3.table.mapper.TypeConverter<Calendar,Instant>
public class CalendarToInstantConverter
extends Object
implements org.apache.ignite3.table.mapper.TypeConverter<Calendar,Instant>
Converts Java Calendars to Instants.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CalendarToInstantConverter
public CalendarToInstantConverter()
-
Method Details
-
toColumnType
- Specified by:
toColumnType in interface org.apache.ignite3.table.mapper.TypeConverter<Calendar,Instant>
- Throws:
Exception
-
toObjectType
- Specified by:
toObjectType in interface org.apache.ignite3.table.mapper.TypeConverter<Calendar,Instant>
- Throws:
Exception