Files
spring-cloud-gateway/docs
Marta Medio a487e64bfd Add remove json attributes filter (#2742)
* Add RemoveJsonAttributesFilterFactory
Takes a collection of attribute names to search for to remove from a JSON response, an optional last parameter from the list can be a boolean to remove the attributes just at root level or recursively

* Add docs for RemoveJsonAttributes filter

* Extract a single instance of Json mapper

* Overload boolean parameter to avoid parsing a string
2022-10-05 11:39:48 -04:00
..