Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho authored Jul 30, 2018
1 parent 02b42f1 commit be13026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

Basically, when you are using Gson and you need to exclude specific fields from Serialization WITHOUT annotations on the target object, you will use `ExclusionStrategy`. But I didn't find an similar way to do that in Jackson. So this repo provides an easy way to determine filters dynamically, and it also well integration with Spring MVC/Spring Boot.

> For Spring Boot: [jackson-dynamic-filter-spring-boot-starte](https://github.com/shihyuho/jackson-dynamic-filter-spring-boot-starter)
## Requirements

- Java 8
Expand Down Expand Up @@ -76,7 +78,7 @@ public class WebMvcConfig extends WebMvcConfigurerAdapter {
}
```

If you're using Spring Boot, take a look about [jackson-dynamic-filter-spring-boot-starter](https://github.com/shihyuho/jackson-dynamic-filter-spring-boot-starter)
If you're using Spring Boot, take a look on [jackson-dynamic-filter-spring-boot-starter](https://github.com/shihyuho/jackson-dynamic-filter-spring-boot-starter)

### Using annotation

Expand Down

0 comments on commit be13026

Please sign in to comment.