Interface ItemTypePopulatorProvider

All Known Implementing Classes:
DefaultItemTypePopulatorProvider

public interface ItemTypePopulatorProvider
Interface to provide the custom Populator for a given typeCode.
  • Method Details

    • getItemTypePopulator

      Optional<Populator<Map<String,Object>,ItemModel>> getItemTypePopulator(String typeCode)
      Interface method to optionally return a Populator given the typeCode.
      Parameters:
      typeCode - the ItemModel type code
      Returns:
      the Populator registered for the typeCode.