Closed xgp closed 9 months ago
Does snake_case
reference is for @JsonProperty("") annotations?
For example:
@JsonProperty("domain_name")
@NotNull
public String getDomainName() {
return domainName;
}
Yes. This ticket is a cleanup issue.
snake_case
(but also doesn't break backwards compatibility. This has been inconsistent, and it is frustrating to those hand-coding clients and not using the API libs or openapi.yaml
Not really a rush, but we'll probably get to it this quarter.
@Data
and@Builder
annotations to clean up the representations.snake_case
in naming.