PR for JsonApplyView (#78)#338
Conversation
| * @JsonApplyView(BasicView.class) | ||
| *</pre> | ||
| * which would specify that property annotated would be processed | ||
| * (serialized) using View identified by <code>BasicView.class</code>. |
There was a problem hiding this comment.
|
Looks good, only one minor comment. |
| *</pre> | ||
| * which would specify that property annotated would be processed | ||
| * (serialized) using View identified by <code>BasicView.class</code>. | ||
| */ |
|
@f-aubert One thing before I can merge this and other pr: we need CLA (unless you sent one earlier). Note this only needs to be done once before the first contribution & CLA is good for all future Jackson prs. Thank you again for contributing this, looking forward to merging! |
| * special value {@link JsonApplyView.NONE} indicates that no View | ||
| * should used. | ||
| */ | ||
| public Class<?> value() default NONE.class; |
|
@cowtowncoder Hope you can get a version out this week ;) |
|
@f-aubert Having some issues with 2.22.0 (wrt |
|
Thanks. You do a great job with this amazing project. Looking forward to its future |
As discussed, here a Draft PR to solve #78.