Package de.hybris.platform.converters
Interface ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
- All Superinterfaces:
ConfigurablePopulator<SOURCE,TARGET, OPTION>
- All Known Subinterfaces:
ModifiableConfigurablePopulator<SOURCE,TARGET, OPTION>
- All Known Implementing Classes:
AbstractModifiableConfigurablePopulator,DefaultConfigurablePopulator,DefaultModifableConfigurablePopulator
public interface ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
extends ConfigurablePopulator<SOURCE,TARGET,OPTION>
Interface for modifiable configurable populators.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyModification(ConfigurablePopulatorModification<SOURCE, TARGET, OPTION> modification) Methods inherited from interface de.hybris.platform.converters.ConfigurablePopulator
populate
-
Method Details
-
applyModification
-