Skip to content

Commit

Permalink
[fixes projectlombok#2736] Add jackson annotation JsonUnwrapped to …
Browse files Browse the repository at this point in the history
…the 'copy to setters' list.
  • Loading branch information
rzwitserloot authored and sadv1r committed Nov 23, 2021
1 parent 291a04e commit 02be7ab
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 02be7ab

Please sign in to comment.