Interface ExportDataFactory

All Known Implementing Classes:
DefaultExportDataFactory

public interface ExportDataFactory
Exports value based on required attributes hierarchy
  • Method Summary

    Modifier and Type
    Method
    Description
    create(RequiredAttribute rootUniqueAttribute, Object objectToExport)
    Creates exported object based on required attributes hierarchy
  • Method Details

    • create

      Optional<String> create(RequiredAttribute rootUniqueAttribute, Object objectToExport)
      Creates exported object based on required attributes hierarchy
      Parameters:
      rootUniqueAttribute -
      objectToExport -
      Returns: