Class DoctorRedactor
java.lang.Object
com.shaft.doctor.internal.DoctorRedactor
Structured and textual deterministic redaction for Doctor evidence.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns sorted applied rule names.com.fasterxml.jackson.databind.JsonNoderedact(com.fasterxml.jackson.databind.JsonNode input) Redacts a JSON tree without retaining removed values.Redacts textual evidence.Returns sorted removed structured field names.
-
Constructor Details
-
DoctorRedactor
public DoctorRedactor()
-
-
Method Details
-
redact
public com.fasterxml.jackson.databind.JsonNode redact(com.fasterxml.jackson.databind.JsonNode input) Redacts a JSON tree without retaining removed values.- Parameters:
input- input tree- Returns:
- sanitized copy
-
redact
-
appliedRules
-
removedFields
-