Marcus Lange
Marcus Lange
What is the status of this?
``` @Getter public class CreateUser { @JsonProperty("first_name") private final String firstName; @JsonProperty("last_name") private final String lastName; @JsonProperty("email") private final String email; @JsonProperty("home_phone") private final String homePhone; @JsonProperty("cell_phone") private final String...
Is anyone working on this? I wouldn't mind taking a shot at it with some guidance. It's something I need in several projects i'm working on.