From d1c0bb1aaa4732d87b830c79a08e0ffcb32ddb87 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 29 Sep 2017 00:16:26 -0400 Subject: [PATCH] 0.16 release --- json-view/pom.xml | 2 +- json-view/src/main/java/com/monitorjbl/json/Match.java | 3 +++ spring-json-view/pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/json-view/pom.xml b/json-view/pom.xml index 572bd6a..94a268b 100644 --- a/json-view/pom.xml +++ b/json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl json-view - 0.16-SNAPSHOT + 0.16 json-view Provides programmatic exclusion/inclusion for Jackson JSON serialization https://github.com/monitorjbl/json-view diff --git a/json-view/src/main/java/com/monitorjbl/json/Match.java b/json-view/src/main/java/com/monitorjbl/json/Match.java index cb9bccd..f5b66d1 100644 --- a/json-view/src/main/java/com/monitorjbl/json/Match.java +++ b/json-view/src/main/java/com/monitorjbl/json/Match.java @@ -47,6 +47,9 @@ public Match exclude(String... fields) { * * @param field The fields to include * @param transformer The function to transform the field. Will be provided with the whole object and the field. + * @param The object being serialized + * @param The field being serialized + * @param The value of the field to serialize * @return Match */ @SuppressWarnings("unchecked") diff --git a/spring-json-view/pom.xml b/spring-json-view/pom.xml index d7dbdcc..48bb74a 100644 --- a/spring-json-view/pom.xml +++ b/spring-json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl spring-json-view - 0.16-SNAPSHOT + 0.16 spring-json-view Provides programmatic JSON response manipulation for Spring MVC https://github.com/monitorjbl/spring-json-view