You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-extension.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,3 +151,53 @@ public class Binding {
151
151
```
152
152
153
153
So we can also customize the field decoder using `Extension` to update bindings. Actually type decoder and field decoder callback is just a shortcut. The `Extension` interface can do all the job.
154
+
155
+
# Your own annotation support
156
+
157
+
It is very common to support `@JsonProperty` to rename field. By registering your own extension, you can implement them very easily.
0 commit comments