krzysztofzablocki / PropertyMapper

Property mapping for Objective-C iOS apps.

Home Page:http://merowing.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullify value for missing key/default value

krzyzanowskim opened this issue · comments

Is there a way to specify that property should be nullify or with the default value in case when the key is missing in incoming dictionary ?

not at the moment, you can set that value before applying mapping and then the mapping wouldn't override it