Class TypeInspector

java.lang.Object
org.apache.ignite.migrationtools.types.TypeInspector

public class TypeInspector extends Object
Utility class that provides methods to identify relevant fields in classes.
  • Constructor Details

    • TypeInspector

      public TypeInspector()
  • Method Details

    • inspectType

      public static List<InspectedField> inspectType(Class<?> type)
      Inspects the given class, extracting information about how its fields should be persisted.
      Parameters:
      type - Class to be inspected.
      Returns:
      List of the inspected fields.