RedactionEngine

constructor(headerPredicates: List<(String) -> Boolean> = emptyList(), propertyPredicates: List<(String) -> Boolean> = emptyList(), queryParamPredicates: List<(String) -> Boolean> = emptyList(), bodyTransforms: List<(String) -> String> = emptyList(), placeholder: String = DEFAULT_PLACEHOLDER)