Skip to content

Commit

Permalink
0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monitorjbl committed Sep 29, 2017
1 parent d448f3c commit d1c0bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json-view/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.monitorjbl</groupId>
<artifactId>json-view</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
<name>json-view</name>
<description>Provides programmatic exclusion/inclusion for Jackson JSON serialization</description>
<url>https://github.com/monitorjbl/json-view</url>
Expand Down
3 changes: 3 additions & 0 deletions json-view/src/main/java/com/monitorjbl/json/Match.java
Expand Up @@ -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 <X> The object being serialized
* @param <Y> The field being serialized
* @param <Z> The value of the field to serialize
* @return Match
*/
@SuppressWarnings("unchecked")
Expand Down
2 changes: 1 addition & 1 deletion spring-json-view/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.monitorjbl</groupId>
<artifactId>spring-json-view</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
<name>spring-json-view</name>
<description>Provides programmatic JSON response manipulation for Spring MVC</description>
<url>https://github.com/monitorjbl/spring-json-view</url>
Expand Down

0 comments on commit d1c0bb1

Please sign in to comment.