json-view
json-view copied to clipboard
Programmatic JSON views with Jackson
Hi, sorry for the issue, but i saw no way to contact you directly. i have a controller-method, that returns a single user of the system. I have tried to...
``` @JsonInclude(JsonInclude.Include.NON_EMPTY) public class OrderDTO { @JsonProperty("id") Integer id; @JsonProperty("code") String code; @JsonProperty("number") String number; @JsonProperty("name") String name; @JsonProperty("statusId") Integer statusId; @JsonProperty("date") Instant date; @JsonProperty("files") List files; } ``` Response:...
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.1.4.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, can you add include/exclude matching ignorecase, or add something like transform fields before matching? or maybe lib include some feature, I can`t find it