Class DefaultIntegrationObjectDecorator

java.lang.Object
de.hybris.platform.odata2services.export.impl.AbstractExportConfigurationDecorator
de.hybris.platform.odata2services.export.impl.DefaultIntegrationObjectDecorator
All Implemented Interfaces:
ExportConfigurationDecorator

public class DefaultIntegrationObjectDecorator extends AbstractExportConfigurationDecorator
The integration object decorator to augment export configuration with referenced integration objects.
  • Constructor Details

    • DefaultIntegrationObjectDecorator

      public DefaultIntegrationObjectDecorator(@NotNull @NotNull DescriptorFactory descriptorFactory, @NotNull @NotNull IntegrationObjectConversionService conversionService, @NotNull @NotNull IntegrationObjectService integrationObjectService, @NotNull @NotNull EntitySetNameGenerator nameGenerator)
      Instantiate a new instance of the integration object decorator.
      Parameters:
      descriptorFactory - to create the integration object descriptor
      conversionService - to convert the integration object
      integrationObjectService - to find the integration object
      nameGenerator - to generate the entity set name
  • Method Details