Class DefaultExportConfigurationConverter

java.lang.Object
de.hybris.platform.odata2services.export.impl.DefaultExportConfigurationConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity,Set<ExportEntity>>

public class DefaultExportConfigurationConverter extends Object implements org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity,Set<ExportEntity>>
The default export configuration converter.
  • Constructor Details

    • DefaultExportConfigurationConverter

      public DefaultExportConfigurationConverter(@NotNull @NotNull ExportConfigurationSearchService searchService, @NotNull @NotNull DescriptorFactory descriptorFactory, @NotNull @NotNull IntegrationObjectConversionService conversionService, @NotNull @NotNull EntitySetNameGenerator nameGenerator)
      Instantiates a new export configuration conversion service.
      Parameters:
      searchService - to search integration object
      descriptorFactory - to create integration object descriptor
      conversionService - to convert the integration object to a Map<String,Object>
      nameGenerator - to generate the entity set name
  • Method Details