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
We can currently turn on default formatting with formatDates/formatDateTimes and also customize the pattern by adding customPattern to an individual field inside the schema. It would be good to be able to set a custom pattern globally (via a config option).
The text was updated successfully, but these errors were encountered:
@joelittlejohn Is there a reason why customTimePattern isn't supported?
I'm using <timeType>java.time.LocalTime</timeType>, and would like to be able to specify a pattern and have my LocalTime fields be annotated with @JsonFormat.
I noticed that Jackson2Annotator only annotates date and date-time.
We can currently turn on default formatting with
formatDates
/formatDateTimes
and also customize the pattern by addingcustomPattern
to an individual field inside the schema. It would be good to be able to set a custom pattern globally (via a config option).The text was updated successfully, but these errors were encountered: