mailchimp-java
mailchimp-java copied to clipboard
Added get and modify methods for list member tags.
Includes backing domain classes and tests.
The SnakeCaseStrategy isn't necessary for the new Tag and Tags classes but it's there in case a new long property name should be added for whatever reason. I find the use of this naming strategy is cleaner than adding @JsonProperty for everything (or even for just the long names).
Cheers, Kim
And now I've removed the SnakeCaseStrategy because it requires a newer version of jackson-databind than what is needed by Spring Boot 1.3. One day we'll migrate...
Was this released?