Utility object for obfuscating sensitive data in trace output.
Used by the compiler plugin to process parameters marked with @Sensitive or @PII annotations.
Placeholder text for completely redacted values.
Partially masks a value while preserving some characters for debugging.
Completely redacts a value, returning "REDACTED".
Converts any value to a string representation suitable for tracing.