You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a mechanism where I can hash the values of specific keys JSON body rather than replace them completely with "XXX". One way of doing that is to provide a function in JSONBodyFilters like:
@API(status = EXPERIMENTAL)
public static BodyFilter replaceJsonStringProperty(
final Predicate predicate, final Function<String, String> replacement) {
dnandola-wyze
changed the title
Have a method in JSONBodyFilter to provide a replacement function apart from replacementstring
Have a method in JSONBodyFilter to provide a replacement function apart from replacement string
Oct 8, 2020
I need a mechanism where I can hash the values of specific keys JSON body rather than replace them completely with "XXX". One way of doing that is to provide a function in JSONBodyFilters like:
@API(status = EXPERIMENTAL)
public static BodyFilter replaceJsonStringProperty(
final Predicate predicate, final Function<String, String> replacement) {
I can submit a PR for this and have the code ready but don't have access rights to submit a PR.
The text was updated successfully, but these errors were encountered: