Class IdentityConverter<T>

java.lang.Object
org.apache.ignite.migrationtools.types.converters.IdentityConverter<T>
All Implemented Interfaces:
org.apache.ignite3.table.mapper.TypeConverter<T,T>

public class IdentityConverter<T> extends Object implements org.apache.ignite3.table.mapper.TypeConverter<T,T>
Identity Converter.
  • Field Details

  • Constructor Details

    • IdentityConverter

      public IdentityConverter()
  • Method Details

    • toColumnType

      public T toColumnType(T t) throws Exception
      Specified by:
      toColumnType in interface org.apache.ignite3.table.mapper.TypeConverter<T,T>
      Throws:
      Exception
    • toObjectType

      public T toObjectType(T t) throws Exception
      Specified by:
      toObjectType in interface org.apache.ignite3.table.mapper.TypeConverter<T,T>
      Throws:
      Exception