mailchimp-java icon indicating copy to clipboard operation
mailchimp-java copied to clipboard

Added get and modify methods for list member tags.

Open kimvsparrow opened this issue 7 years ago • 2 comments

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

kimvsparrow avatar Oct 05 '18 05:10 kimvsparrow

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...

kimvsparrow avatar Oct 31 '18 18:10 kimvsparrow

Was this released?

waldman avatar Sep 26 '19 20:09 waldman