Skip to content

Commit

Permalink
[fixes #2736] Add jackson annotation JsonUnwrapped to the 'copy to …
Browse files Browse the repository at this point in the history
…setters' list.
  • Loading branch information
rzwitserloot committed Sep 18, 2021
1 parent d4c4a7a commit ba68962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/lombok/core/handlers/HandlerUtil.java
Expand Up @@ -323,6 +323,7 @@ public static int primeForNull() {
"com.fasterxml.jackson.annotation.JsonSetter",
"com.fasterxml.jackson.annotation.JsonSubTypes",
"com.fasterxml.jackson.annotation.JsonTypeInfo",
"com.fasterxml.jackson.annotation.JsonUnwrapped",
"com.fasterxml.jackson.annotation.JsonView",
"com.fasterxml.jackson.databind.annotation.JsonDeserialize",
"com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper",
Expand Down

0 comments on commit ba68962

Please sign in to comment.