Class CommerceIndexedPropertyPopulator
java.lang.Object
de.hybris.platform.commerceservices.search.solrfacetsearch.populators.CommerceIndexedPropertyPopulator
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class CommerceIndexedPropertyPopulator
extends Object
implements Populator<SolrIndexedPropertyModel,IndexedProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SolrIndexedPropertyModel property, IndexedProperty indexedProperty) Populate the target instance with values from the source instance.
-
Constructor Details
-
CommerceIndexedPropertyPopulator
public CommerceIndexedPropertyPopulator()
-
-
Method Details
-
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
-