Inherits from RKObjectMappingOperation : NSObject
Declared in RKManagedObjectMappingOperation.h
RKManagedObjectMappingOperation.m

Overview

Enhances the object mapping operation process with Core Data specific logic

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

Declared In

RKObjectMappingOperation.h