Skip to content

Commit ba68962

Browse files
committed
[fixes #2736] Add jackson annotation JsonUnwrapped to the 'copy to setters' list.
1 parent d4c4a7a commit ba68962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/lombok/core/handlers/HandlerUtil.java

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public static int primeForNull() {
323323
"com.fasterxml.jackson.annotation.JsonSetter",
324324
"com.fasterxml.jackson.annotation.JsonSubTypes",
325325
"com.fasterxml.jackson.annotation.JsonTypeInfo",
326+
"com.fasterxml.jackson.annotation.JsonUnwrapped",
326327
"com.fasterxml.jackson.annotation.JsonView",
327328
"com.fasterxml.jackson.databind.annotation.JsonDeserialize",
328329
"com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper",

0 commit comments

Comments
 (0)