is there a way to set every json field name to snake_case with Content Negotiation? I know it’s poss...
j
is there a way to set every json field name to snake_case with Content Negotiation? I know it’s possible using
@JsonNames
but I don’t wanna do it for each one of the fields
e