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,AbstractPopulatingConverter,AsnEntryModelPopulatingConverter,AsnModelPopulatingConverter,DefaultPopulatorList,DefaultSolrFacetSearchProductSearchStrategyTest.SearchQueryPageableConverter,DefaultSolrFacetSearchProductSearchStrategyTest.SolrSearchRequestConverter,DefaultSolrFacetSearchProductSearchStrategyTest.SolrSearchResponseConverter,FaultTolerantConverter,PointOfServiceDistanceConverter,TrackingEventToCsvDataConverter
public interface PopulatorList<SOURCE,TARGET>
Interface for a list of populators.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of populators.voidsetPopulators(List<Populator<SOURCE, TARGET>> populators) Set the list of populators.
-
Method Details
-
getPopulators
Get the list of populators.- Returns:
- the populators.
-
setPopulators
Set the list of populators.- Parameters:
populators- the populators
-