RKManagedObjectMappingOperation Class Reference
Inherits from | RKObjectMappingOperation : NSObject |
Declared in | RKManagedObjectMappingOperation.h RKManagedObjectMappingOperation.m |
Tasks
-
– performMapping:
Process all mappable values from the mappable dictionary and assign them to the target object according to the rules expressed in the object mapping definition
Instance Methods
performMapping:
Process all mappable values from the mappable dictionary and assign them to the target object according to the rules expressed in the object mapping definition
- (BOOL)performMapping:(NSError **)error
Parameters
- error
A pointer to an NSError reference to capture any error that occurs during the mapping. May be nil.
Return Value
A Boolean value indicating if the mapping operation was successful.
Declared In
RKObjectMappingOperation.h