diff --git a/idea-plugin/src/main/resources/.recommend.easy.api.config b/idea-plugin/src/main/resources/.recommend.easy.api.config index 006b3e9d6..ec928aaa0 100644 --- a/idea-plugin/src/main/resources/.recommend.easy.api.config +++ b/idea-plugin/src/main/resources/.recommend.easy.api.config @@ -81,6 +81,7 @@ field.name.suffix=groovy:``` def parentPath = tool.substringBeforeLast(fieldContext.path(),".") return session.get("field.suffix",parentPath) ``` +json.unwrapped=@com.fasterxml.jackson.annotation.JsonUnwrapped json.field.parse.after[@com.fasterxml.jackson.annotation.JsonUnwrapped]=groovy:``` def prefix = it.ann("com.fasterxml.jackson.annotation.JsonUnwrapped","prefix") if(tool.notNullOrEmpty(prefix)){