Replies: 1 comment
-
You need to include meta-annotation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use @JsonSerialize to convert the value returned to the front end from cents to dollars; I use @JsonDeserialize to convert dollars to cents.
Now, I want to create a custom annotation to include both JsonSerialize and JsonDeserialize functions
But it doesn’t work, how can I achieve it?
Beta Was this translation helpful? Give feedback.
All reactions