Package com.coditory.sherlock.migrator
Class ChangeSetMethodExtractor
java.lang.Object
com.coditory.sherlock.migrator.ChangeSetMethodExtractor
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R> List
<MigrationChangeSet<R>> extractChangeSets
(Object object, ChangeSetMethodExtractor.ChangeSetMapper<R> mapper) static <R> List
<MigrationChangeSet<R>> extractChangeSets
(Object object, Class<R> expectedReturnType)
-
Constructor Details
-
ChangeSetMethodExtractor
public ChangeSetMethodExtractor()
-
-
Method Details
-
extractChangeSets
public static <R> List<MigrationChangeSet<R>> extractChangeSets(Object object, Class<R> expectedReturnType) -
extractChangeSets
public static <R> List<MigrationChangeSet<R>> extractChangeSets(Object object, ChangeSetMethodExtractor.ChangeSetMapper<R> mapper)
-