Package de.hybris.platform.converters
Interface PopulatorList<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- the type of the source objectTARGET- the type of the destination object
- All Known Implementing Classes:
AbstractContextualPopulatingConverter,AbstractPopulatingConverter,AsnEntryModelPopulatingConverter,AsnModelPopulatingConverter,DefaultPopulatorList,DefaultSolrProductSearchServiceTest.SearchQueryPageableConverter,DefaultSolrProductSearchServiceTest.SolrSearchRequestConverter,DefaultSolrProductSearchServiceTest.SolrSearchResponseConverter,FaultTolerantConverter,PointOfServiceDistanceConverter,TrackingEventToCsvDataConverter
public interface PopulatorList<SOURCE,TARGET>Interface for a list of populators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Populator<SOURCE,TARGET>>getPopulators()Get the list of populators.voidsetPopulators(java.util.List<Populator<SOURCE,TARGET>> populators)Set the list of populators.
-