Uses of Class
overit.geocall.basic.anonymizer.Anonymizer.IntegerAnonymizer
Packages that use Anonymizer.IntegerAnonymizer
-
Uses of Anonymizer.IntegerAnonymizer in overit.geocall.basic.anonymizer
Methods in overit.geocall.basic.anonymizer that return Anonymizer.IntegerAnonymizerModifier and TypeMethodDescriptionAnonymizer.IntegerAnonymizer.anonymize()Set a random integer (betweenInteger.MIN_VALUEandInteger.MAX_VALUE) as value of the field assigned to this instance.Anonymizer.IntegerAnonymizer.anonymize(int offset) Generate a random integer number within the neighbourhood of the current field's value and set it as value of the field assigned to this instance.Anonymizer.IntegerAnonymizer.anonymize(int from, int to) Generate a random integer number between a given range and set it as value of the field assigned to this instance.protected Anonymizer.IntegerAnonymizerAnonymizer.forInteger(String field) Use this method to get the reference of theanonymizerthat contains the methods you can use to obfuscate the integer value of the field indicated as parameter.