Closed jeffh closed 10 years ago
Use the objc/runtime to categories mappings that can be utilize based on the destination object's property types.
Also add a mechanism to "register" mappers. For example:
[HYDInspectMapper registerMapperClass:[HYDStringToDateMapper class] forType:[NSDate class]];
which should allow multiple mappers using HYDFirst
HYDFirst
More hammock time required.
Use the objc/runtime to categories mappings that can be utilize based on the destination object's property types.
Also add a mechanism to "register" mappers. For example:
which should allow multiple mappers using
HYDFirst
More hammock time required.