Interface PopulatorList<SOURCE,TARGET>

Type Parameters:
SOURCE - the type of the source object
TARGET - 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 Details

    • getPopulators

      List<Populator<SOURCE,TARGET>> getPopulators()
      Get the list of populators.
      Returns:
      the populators.
    • setPopulators

      void setPopulators(List<Populator<SOURCE,TARGET>> populators)
      Set the list of populators.
      Parameters:
      populators - the populators