Class DefaultIndexedPropertyPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultIndexedPropertyPopulator
-
- All Implemented Interfaces:
Populator<SolrIndexedPropertyModel,IndexedProperty>
public class DefaultIndexedPropertyPopulator extends java.lang.Object implements Populator<SolrIndexedPropertyModel,IndexedProperty>
PopulatesIndexedPropertyinstance based on theSolrIndexedPropertyModel.
-
-
Constructor Summary
Constructors Constructor Description DefaultIndexedPropertyPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,ValueRangeSet>convertRangeSet(SolrIndexedPropertyModel source)voidpopulate(SolrIndexedPropertyModel source, IndexedProperty target)Populate the target instance with values from the source instance.voidsetValueRangeSetConverter(Converter<SolrValueRangeSetModel,ValueRangeSet> valueRangeSetConverter)
-
-
-
Method Detail
-
populate
public void populate(SolrIndexedPropertyModel source, IndexedProperty target)
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
protected java.util.Map<java.lang.String,ValueRangeSet> convertRangeSet(SolrIndexedPropertyModel source)
-
setValueRangeSetConverter
public void setValueRangeSetConverter(Converter<SolrValueRangeSetModel,ValueRangeSet> valueRangeSetConverter)
-
-