新增mj_keyValuesDidFinishConvertingToObject:方法,在字典转模型结束时把keyValues传给业务方 #630
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MJ大大好:
我们是阿里数据APP,旧代码比较庞大,有好几个模型会在字典转模型完毕后做一些处理,这些处理需要用到keyValues,现有的
mj_keyValuesDidFinishConvertingToObject
不会把keyValues传出去,无法满足我们目前的需求。所以我们把MJExtension源码引入了,这样的做法实在不优雅,不方便同步MJExtension后续的bugfix和优化等等...
所以我提了这个PR,希望MJ大大merge下,改动代码非常少,merge之后我们就可以使用pod来管理MJExtension了,非常感谢~