FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
398 stars 116 forks source link

refactor jsr310 desers to be more consistent in withXxx methods #278

Closed raman-babich closed 1 year ago

raman-babich commented 1 year ago

Fixes #276

@cowtowncoder if it LGTY, plese merge, otherwise just simply close the issue.

Thanks in advance.

cowtowncoder commented 1 year ago

@raman-babich Thank you -- makes sense, will merge!

cowtowncoder commented 1 year ago

@raman-babich Thank you once again: these kinds of clean ups are very valuable so definitely appreciate PR here. I value pro-active maintenance of codebase to clean up cruft that accumulates due to addition of new features etc.