mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-26 13:55:40 +08:00
Update Dynamic Mapping API's to match the rest of the 0.20.x style. Introduce support for predicate based dynamic matching.
* Rename RKDynamicMappingMatcher to RKObjectMappingMatcher since it is not strictly coupled to dynamic mapping and works with object mappings. * Rework matchers into using a class cluster style to enable flexible subclassing to introduce additional matchers.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#import "RKEntityMapping.h"
|
||||
#import "RKManagedObjectStore.h"
|
||||
#import "RKDynamicMappingMatcher.h"
|
||||
#import "RKObjectMappingMatcher.h"
|
||||
#import "RKPropertyInspector+CoreData.h"
|
||||
#import "RKLog.h"
|
||||
#import "RKRelationshipMapping.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#import "RKLog.h"
|
||||
#import "RKManagedObjectStore.h"
|
||||
#import "RKMappingOperation.h"
|
||||
#import "RKDynamicMappingMatcher.h"
|
||||
#import "RKObjectMappingMatcher.h"
|
||||
#import "RKManagedObjectCaching.h"
|
||||
#import "RKRelationshipConnectionOperation.h"
|
||||
#import "RKMappingErrors.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#import "RKEntityMapping.h"
|
||||
#import "RKLog.h"
|
||||
#import "RKManagedObjectCaching.h"
|
||||
#import "RKDynamicMappingMatcher.h"
|
||||
#import "RKObjectMappingMatcher.h"
|
||||
#import "RKErrors.h"
|
||||
#import "RKObjectUtilities.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user