Hi,

I believe I have quite specific question. Is there a path in which I could 
customize the Jackson deserializer in a way that for every unknown property 
it would populates object internal map with it's value?

Example: Simple Java POJO:

class SomeEntity {
  String attribute1;
  String attribute2;

  Map<String, Object> additionalAttributes;
}

I know that on high level Jackson allows me to either enable or disable 
failing on unknown properties through FAIL_ON_UNKNOWN_PROPERTIES option, 
though is there any extendable way to customize this behaviour?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/2bb76f46-295a-45d0-909d-65a775002ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to