public interface ValueSanitizer
| Modifier and Type | Method and Description |
|---|---|
Object |
sanitize(Object originalValue,
String rowId,
String propertyName)
sanitizes an originalValue, which is potentially sensitive, to a sanitized version, which
is not sensitive
|
Object sanitize(Object originalValue, String rowId, String propertyName)
originalValue - original value, which may be sensitiverowId - if available, unique id identifying the row on which this value sitspropertyName - name of the propertyCopyright © 2021. All rights reserved.