FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

@JsonView #131

Closed pstree closed 5 years ago

pstree commented 6 years ago
@JsonView(include={A.class,B.class} ,exclude={C.class})
@JsonView(include={A.class,B.class})
@JsonView(exclude={C.class})
cowtowncoder commented 6 years ago

Please elaborate on what you are suggesting. I think I can guess but I'd prefer explicit explanation. For example "Improve @JsonView by [explanation on improvement]" as title, then full description of suggested changes.