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