FasterXML / jackson-databind

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
Apache License 2.0
3.53k stars 1.38k forks source link

Fix #4724 (delegating creator, Records) #4740

Closed cowtowncoder closed 1 month ago

cowtowncoder commented 1 month ago

@JooHyukKim I think this is a bit better way to fix #4724; fortunately #4731 helped a lot in figuring out what is actually going on. I am not super happy with the block of code I changed but it has to do for now.

cowtowncoder commented 1 month ago

Ok, did tiny bit of refactoring to -- I hope -- streamline code a bit, to make it bit easier to follow.