Class NoOpPopulator<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.converters.impl.NoOpPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - Populator Source type
TARGET - Populator Target type
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class NoOpPopulator<SOURCE,TARGET> extends Object implements Populator<SOURCE,TARGET>
No operations populator - can be injected into the list of populators for a converter that requires no populators at the time of definition, i.e. when the list of populators will be empty by design and will be extended with real populators in the upstream, overridden converter definition. The NoOpPopulator is required, in order to avoid runtime warnings of the type “Empty populators list found for converter”, that is issued by the AbstractPopulatingConverter validation.
  • Constructor Details

    • NoOpPopulator

      public NoOpPopulator()
  • Method Details