You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joelittlejohn
changed the title
jsonFormat ignored when using Java 8 date & time
Add 'formatDates' config option to add JsonFormat annotation on format "date" fields
Mar 27, 2017
I have some date fields defined as following:
In my maven plugin I've configured the plugin to use java.time.* for date fields as following:
After generating the classes the jsonFormat annotation is not applied to the classes:
Because of this all the date fields are serialized as array of integers.
The text was updated successfully, but these errors were encountered: