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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyModification(ConfigurablePopulatorModification<SOURCE,TARGET,OPTION> modification)-
Methods inherited from interface de.hybris.platform.converters.ConfigurablePopulator
populate
-
-
-
-
Method Detail
-
applyModification
void applyModification(ConfigurablePopulatorModification<SOURCE,TARGET,OPTION> modification)
-
-