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:
Blake Watters
2011-06-22 10:43:42 -04:00
parent 8ad1a84281
commit 64db97ce60
5 changed files with 69 additions and 5 deletions

View File

@@ -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"