Inherits from RKObjectLoader : RKRequest : NSObject
Declared in RKManagedObjectLoader.h
RKManagedObjectLoader.m

Tasks

Other Methods

  • – setTargetObject:

    The mappable object that generated this loader. This is used to map object updates back to the object that sent the request

Other Methods

  • – handleTargetObject

    If this loader is bound to a particular object, then we map the results back into the instance. This is used for loading and updating individual object instances via getObject and friends.

Instance Methods

handleTargetObject

If this loader is bound to a particular object, then we map the results back into the instance. This is used for loading and updating individual object instances via getObject and friends.

- (void)handleTargetObject

Declared In

RKManagedObjectLoader.m

setTargetObject:

The mappable object that generated this loader. This is used to map object updates back to the object that sent the request

- (void)setTargetObject:(NSObject<RKObjectMappable> *)targetObject

Declared In

RKObjectLoader.h