Interface DataFactory

  • All Known Implementing Classes:
    ARXDataFactory

    public interface DataFactory
    Public contract to be fulfilled by data anonymization and analysation classes
    • Method Detail

      • create

        org.deidentifier.arx.Data create​(Request payload)
        Returns an ARX Data object created from the provided payload.
        Parameters:
        payload - Model object containing the data to be analysed and anonymized, and parameters to use in analysation and anonymization
        Returns:
        an ARX Data object containing a tabular dataset and attribute types assigned to each dataset field