Interface Anonymizer

  • All Known Implementing Classes:
    ARXAnonymizer

    public interface Anonymizer
    Public Interface to be forfilled by data anonymizer classes
    • Method Detail

      • anonymize

        AnonymizeResult anonymize​(Request payload)
        Method to run anonymization on data in the payload with the provided parameters in the payload
        Parameters:
        payload - Model object containing the data to be anonymized and params to use in anonymization
        Returns:
        AnonymizeResult result object containing the best case anonymization and statistics