OPI Blog
Learn from experts in their fields

Browsing Tags: trait

Dec 14, 2017
Serializing Groovy Traits with Jackson
Working on a Groovy and Spring Boot project, we encountered a serialization issue on an object that implemented a Groovy trait. The object would be serialized correctly until the JsonFormat annotation was used on one ...