An open API service indexing awesome lists of open source software.

https://github.com/kh77/dynamic-filter-jackson

Spring boot dynamic filter using jackson
https://github.com/kh77/dynamic-filter-jackson

dynamic-filter-jackson h2-database jackson java springboot

Last synced: about 2 months ago
JSON representation

Spring boot dynamic filter using jackson

Awesome Lists containing this project

README

          

# Spring boot dynamic filter using jackson

It will control your response field in the runtime using below techniques:
- Add @JsonFilter in the DTO
- Use 'MappingJacksonValue' class to control which fields are required to be sent back as a response.

- Call Webservice

curl --location --request GET 'localhost:8080/product/5'