Re: [jackson-user] [Jackson 3] Default value(true/false) of `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES`

2024-07-21 Thread Joo Hyuk Kim (Vince)
e default to NOT FAIL on Unknown Properties for Jackson 3.x > >>>> (default to disabled) > >>>> > >>>> My impression is that many developers reflexively disable this setting > >>>> and many frameworks do likewise. > >>>> Given thi

[jackson-user] [Jackson 3] Default value(true/false) of `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES`

2024-06-12 Thread Joo Hyuk Kim (Vince)
l get more ideas before Jackson 3 release. # Main Simple question : *What* should be the default value(true/false) of `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES`, and *Why*? [1] https://github.com/FasterXML/jackson-databind/issues/493 Let us know what you think! Thanks Joo Hyuk

[jackson-user] Re: [Jackson-user] Nested Polymorphic Deserialization using @JsonTypeInfo?

2024-05-22 Thread Joo Hyuk Kim (Vince)
Try searching on Stackoverflow, keyword might be "type id resolver" On Wednesday, May 22, 2024 at 3:13:21 PM UTC+9 Chuanwise Rafter wrote: > So how to deserialize them gracefully with the help of Jackson? > > On Wednesday, May 22, 2024 at 12:39:42 PM UTC+8 Tatu Saloranta wrote: > >> On Tue, May

Re: [jackson-user] Re: convertValue ignore anySetter/anyGettter

2023-08-16 Thread Joo Hyuk Kim (Vince)
te: > >> I think so, but that was my original question -- I couldn't figure out >> how to customize the master to drop that field. >> >> On Tuesday, August 15, 2023 at 9:15:49 PM UTC-4 Joo Hyuk Kim (Vince) >> wrote: >> >>> There was similar issu

[jackson-user] Re: convertValue ignore anySetter/anyGettter

2023-08-15 Thread Joo Hyuk Kim (Vince)
; at runtime via a differently configured mapper. > > On Tuesday, August 15, 2023 at 5:30:35 AM UTC-4 Joo Hyuk Kim (Vince) wrote: > >> > if I drop on... >> >> Though I am not sure what you mean by "dropping on", but as far as I >> understood >> >

[jackson-user] Re: convertValue ignore anySetter/anyGettter

2023-08-15 Thread Joo Hyuk Kim (Vince)
ew questions. >> >>- Meaning of "to strip any additional properties before writing an >>object". Are you looking to exclude `additionalProperties` only during >>serialization, but include in deserialization? >>- Is the primary intent to