mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Helper methods for retrieving attribute and relationship mappings by attribute/relationship keyPath. Useful for customizing serialization mappings that were built using inverseMapping.
This commit is contained in:
@@ -87,13 +87,13 @@
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "UISPEC_SPEC"
|
||||
value = "RKObjectLoaderSpec"
|
||||
isEnabled = "NO">
|
||||
value = "RKObjectMappingNextGenSpec"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "UISPEC_EXAMPLE"
|
||||
value = "itShouldNotCrashWhenLoadingAnErrorResponseWithAnUnmappableMIMEType"
|
||||
isEnabled = "NO">
|
||||
value = "itShouldLetYouRetrieveMappingsByRelationship"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "NSAutoreleaseHaltOnNoPool"
|
||||
|
||||
Reference in New Issue
Block a user