Re: [jackson-user] Customized handling of unknown properties.

2019-05-08 Thread Tatu Saloranta
On Tue, May 7, 2019 at 4:41 PM wrote: > > 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: > >

[jackson-user] Customized handling of unknown properties.

2019-05-07 Thread jmnarloch
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