quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Allow configuring Jackson ObjectMapper property naming strategy

Open davidfrickert opened this issue 2 years ago • 4 comments

Description

This property is useful to deserialize snake_case JSON properties into Java camelCase POJO properties. It doesn't seem to be configurable currently via the quarkus.jackson options.

Implementation ideas

No response

davidfrickert avatar Oct 13 '22 17:10 davidfrickert

/cc @geoand, @gsmet

quarkus-bot[bot] avatar Oct 13 '22 17:10 quarkus-bot[bot]

Makes sense to me.

geoand avatar Oct 14 '22 05:10 geoand

https://github.com/quarkusio/quarkus/pull/28588 takes care of it

geoand avatar Oct 14 '22 07:10 geoand

Thanks @geoand for the quick PR. I created a similar issue for another useful property #28605.

davidfrickert avatar Oct 14 '22 15:10 davidfrickert