Interface ProductConfigurationMergeStrategy


public interface ProductConfigurationMergeStrategy
An interface representing a strategy for merging two product configuration lists.
  • Method Details

    • merge

      List<ConfigurationInfoData> merge(List<ConfigurationInfoData> firstConfiguration, List<ConfigurationInfoData> secondConfiguration)
      Merges two product configuration lists
      Parameters:
      firstConfiguration - the first list configuration to merge
      secondConfiguration - the second list configuration to merge
      Returns:
      the result of merging two product configuration item lists