-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Year deserialization ignores @JsonFormat
pattern
#78
Comments
I'm not sure, but it seems to me that |
@JsonFormat
pattern
Ok, so: added tests in 2.10 for all 3 modules, and fixed 2 to be serializable (datatypes, i.e "optionals", parameter names), but jsr310 (date/time) is trickier case. Problem here is that although everything else is or can be made serializable. Java 8 For 3.0 ( |
I think I re-opened wrong issue. Closing. |
Jackson version: 2.9.3
Jackson datatype version: 2.9.6
Example of the
@JsonFormat
definition:Test example:
Possibly related to: #51
Stack trace:
The text was updated successfully, but these errors were encountered: