What I am actually trying to achieve is to achieve the @JsonAnySetter functionality from Jackson within Ignite, either by using Jackson directly or some other method.
>From some searching it seems that it might be possible to use a custom PropertySetStrategy inside json-lib in order to get the same behaviour, but I don't know if I will have access to the JsonConfig object in order to set that custom strategy. This custom strategy ignores missing properties (might be out of date now anyway) but I think the concept is similar to achieving @JsonAnySetter, even if the implementation is different. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-Jackson-as-JSON-processor-tp1402p1403.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
