x80486
06/15/2017, 1:34 AMPropertyNamingStrategy.SnakeCaseStrategy.SNAKE_CASE
setting. Basically I would like my JSON keys as first_name
, last_name
, etc...and not as firstName
, lastName
, etc.
So far I've tried configuring a Jackson2ObjectMapperBuilder
bean and also an ObjectMapper
bean ― not both at the same time.