美文网首页
Mantle 自动生成JSONKeyPathsByPropert

Mantle 自动生成JSONKeyPathsByPropert

作者: sundancer | 来源:发表于2016-12-24 10:56 被阅读0次
  • mantle中自带的mtl_identityPropertyMapWithModel 函数,可以做转换,用法
+(NSDictionary *)JSONKeyPathsByPropertyKey
{
    NSMutableDictionary *mapping = [[NSDictionary mtl_identityPropertyMapWithModel:self] mutableCopy];
    return mapping;
}

相关文章

网友评论

      本文标题:Mantle 自动生成JSONKeyPathsByPropert

      本文链接:https://www.haomeiwen.com/subject/zmplvttx.html