mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Added specs and support for either failing out the mapping operation or skipping over an attribute depending on key/value validation response. If NO is returned and a validation error is returned, the mapping operation will fail. If NO is returned without an error, the attribute will be skipped and a warning will be logged. You can also mutate the values. closes #166
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
id<RKObjectMappingOperationDelegate> _delegate;
|
||||
id<RKObjectFactory> _objectFactory;
|
||||
NSDictionary* _nestedAttributeSubstitution;
|
||||
NSError* _validationError;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user