public class IntegerAnonymizer extends AbstractAnonymizer<String>
attributeAnonymizers, schemaManager| Constructor and Description |
|---|
IntegerAnonymizer() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
anonymize(Map<Value<String>,Value<String>> valueMap,
Attribute attribute)
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
|
setAnonymizers, setSchemaManagerpublic Attribute anonymize(Map<Value<String>,Value<String>> valueMap, Attribute attribute)
valueMap - The existing map for value to the associated anonymized counterpartattribute - The attribute to anonymizeCopyright © 2021. All rights reserved.