Closed lbenedetto closed 1 month ago
Implements https://github.com/FasterXML/jackson-databind/issues/4676
As discussed, extracted the common logic of PropertyNamingStrategies and EnumNamingStrategies to a common util class. In this case, an Enum called NamingStrategy
NamingStrategy
Note to self: got CLA for this one already.
Merged all the way to master/3.0!
Thank you @lbenedetto -- this is the first new feature that made it into 2.19 branch.
Implements https://github.com/FasterXML/jackson-databind/issues/4676
As discussed, extracted the common logic of PropertyNamingStrategies and EnumNamingStrategies to a common util class. In this case, an Enum called
NamingStrategy