Class UnsafeObjectFactory<T>

java.lang.Object
org.gridgain.ignite.migrationtools.adapter.internal.mapper.UnsafeObjectFactory<T>
All Implemented Interfaces:
org.apache.ignite3.internal.util.Factory<T>

public class UnsafeObjectFactory<T> extends Object implements org.apache.ignite3.internal.util.Factory<T>
  • Constructor Details

    • UnsafeObjectFactory

      public UnsafeObjectFactory(Class<T> type)
  • Method Details

    • create

      public T create()
      Specified by:
      create in interface org.apache.ignite3.internal.util.Factory<T>