Class DefaultIndexedPropertyPopulator
java.lang.Object
de.hybris.platform.solrfacetsearch.converters.populator.DefaultIndexedPropertyPopulator
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class DefaultIndexedPropertyPopulator
extends Object
implements Populator<SolrIndexedPropertyModel,IndexedProperty>
Populates
IndexedProperty instance based on the SolrIndexedPropertyModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,ValueRangeSet> voidpopulate(SolrIndexedPropertyModel source, IndexedProperty target) Populate the target instance with values from the source instance.voidsetValueRangeSetConverter(Converter<SolrValueRangeSetModel, ValueRangeSet> valueRangeSetConverter)
-
Constructor Details
-
DefaultIndexedPropertyPopulator
public DefaultIndexedPropertyPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrIndexedPropertyModel,IndexedProperty> - Parameters:
source- the source objecttarget- the target to fill
-
convertRangeSet
-
setValueRangeSetConverter
public void setValueRangeSetConverter(Converter<SolrValueRangeSetModel, ValueRangeSet> valueRangeSetConverter)
-