Class DefaultConfigurablePopulator<SOURCE,TARGET,OPTION>

java.lang.Object
de.hybris.platform.converters.impl.DefaultModifableConfigurablePopulator<SOURCE,TARGET,OPTION>
de.hybris.platform.commercefacades.converter.impl.AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
de.hybris.platform.commercefacades.converter.impl.DefaultConfigurablePopulator<SOURCE,TARGET,OPTION>
All Implemented Interfaces:
ConfigurablePopulator<SOURCE,TARGET,OPTION>, ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>, ConfigurablePopulator<SOURCE,TARGET,OPTION>, ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

@Deprecated(since="6.0", forRemoval=true) public class DefaultConfigurablePopulator<SOURCE,TARGET,OPTION> extends AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.0. Use DefaultModifableConfigurablePopulator instead. Will be removed in version 6.2.
Default implementation of the ConfigurablePopulator extending AbstractModifiableConfigurablePopulator
  • Constructor Details

    • DefaultConfigurablePopulator

      public DefaultConfigurablePopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.