Class CommerceIndexedPropertyPopulator
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.CommerceIndexedPropertyPopulator
-
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class CommerceIndexedPropertyPopulator extends java.lang.Object implements Populator<SolrIndexedPropertyModel,IndexedProperty>
-
-
Constructor Summary
Constructors Constructor Description CommerceIndexedPropertyPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrIndexedPropertyModel property, IndexedProperty indexedProperty)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrIndexedPropertyModel property, IndexedProperty indexedProperty) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrIndexedPropertyModel,IndexedProperty>- Parameters:
property- the source objectindexedProperty- the target to fill- Throws:
ConversionException- if an error occurs
-
-