This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-05-15 09:06:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
46fc65efb3ecd0b3003ea897c83404547a781b29
RestKit
/
Specs
/
ObjectMapping
History
Cody Rayment
46fc65efb3
Allow numbers to map to strings
2011-08-10 00:08:31 -06:00
..
RKObjectDynamicMappingSpec.m
Renamed Polymorphic mapping to dynamic mapping after consulting with the community. Dropped abstract superclass in favor of a RKObjectMappingDefinition protocol. Caught missing cases with dynamic object mapping + targetObject. Updated docs and method signatures to reflect the updates.
2011-07-31 19:37:42 -04:00
RKObjectLoaderSpec.m
Added support for polymorphic object mapping (Github
#105
,
#244
). This enables you to dynamically map objects to different destination classes or using different mapping strategies via configuration or callbacks. See Docs/Object Mapping.md for details.
2011-07-30 16:00:36 -04:00
RKObjectManagerSpec.m
Added support for polymorphic object mapping (Github
#105
,
#244
). This enables you to dynamically map objects to different destination classes or using different mapping strategies via configuration or callbacks. See Docs/Object Mapping.md for details.
2011-07-30 16:00:36 -04:00
RKObjectMapperSpec.m
Updates to make parsedBody: implementation ready for merge. Migrated all remaining specs to RKSpec so failures don't cause crashes when you use the Hamcrest helpers.
closes
#153
2011-06-15 10:47:45 -04:00
RKObjectMappingNextGenSpec.m
Renamed Polymorphic mapping to dynamic mapping after consulting with the community. Dropped abstract superclass in favor of a RKObjectMappingDefinition protocol. Caught missing cases with dynamic object mapping + targetObject. Updated docs and method signatures to reflect the updates.
2011-07-31 19:37:42 -04:00
RKObjectMappingOperationSpec.m
Allow numbers to map to strings
2011-08-10 00:08:31 -06:00
RKObjectMappingResultSpec.m
Unwind nil behavior introduced in previous commit and add test coverage for asObject behaviors.
2011-07-05 17:22:27 -04:00
RKObjectRouterSpec.m
Added Object Mapping block helpers to RKObjectManager and RKObjectMapping. These enable you to perform ad-hoc object mapping very easily. Extended RKObjectRouter to match on superclasses if no specific route is found. This is helpful when using mocked objects with frameworks like Kiwi.
fixes
#238
2011-07-23 23:04:16 -04:00
RKObjectSerializerSpec.m
Added support for polymorphic object mapping (Github
#105
,
#244
). This enables you to dynamically map objects to different destination classes or using different mapping strategies via configuration or callbacks. See Docs/Object Mapping.md for details.
2011-07-30 16:00:36 -04:00
RKParserRegistrySpec.m
Implementation of Object Mapping 2.0 design:
2011-06-11 19:26:56 -04:00