Class TypeInspector
java.lang.Object
org.apache.ignite.migrationtools.types.TypeInspector
Utility class that provides methods to identify relevant fields in classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<InspectedField>inspectType(Class<?> type) Inspects the given class, extracting information about how its fields should be persisted.
-
Constructor Details
-
TypeInspector
public TypeInspector()
-
-
Method Details
-
inspectType
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.
-