FasterXML / jackson-datatypes-collections

Jackson project that contains various collection-oriented datatype libraries: Eclipse Collections, Guava, HPPC, PCollections
Apache License 2.0
79 stars 53 forks source link

[Guava] Allow `@JsonDeserialize(contentConverter=...)` for Immutable Maps and Lists #110

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

Can solve #92

cowtowncoder commented 1 year ago

Thank you @JooHyukKim ! This JUST makes it in 2.15.0 -- about to start release.

Great work, as usual; some of simple fixes like this might still exist for other collections too (like Eclipse collections).

JooHyukKim commented 1 year ago

Great work, as usual; some of simple fixes like this might still exist for other collections too (like Eclipse collections).

🥹 Thank you for your kind words! I will try to look into other collections 🙏🏼