redactedBodyKeys property

Set<String> redactedBodyKeys
final

JSON-ish body keys whose values are replaced with maskText before being stored. Applies a simple regex over the serialized body string — this is heuristic, not a JSON parser, but it catches the common shapes ("password":"hunter2", password=hunter2, "token": "abc").

Implementation

final Set<String> redactedBodyKeys;