Interface ItemTypePopulatorProvider
-
- All Known Implementing Classes:
DefaultItemTypePopulatorProvider
public interface ItemTypePopulatorProviderInterface to provide the customPopulatorfor a given typeCode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>>getItemTypePopulator(java.lang.String typeCode)Interface method to optionally return aPopulatorgiven the typeCode.
-
-
-
Method Detail
-
getItemTypePopulator
java.util.Optional<Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>> getItemTypePopulator(java.lang.String typeCode)
Interface method to optionally return aPopulatorgiven the typeCode.- Parameters:
typeCode- the ItemModel type code- Returns:
- the Populator registered for the typeCode.
-
-