Class DefaultSearchConfigPopulator
java.lang.Object
de.hybris.platform.solrfacetsearch.converters.populator.DefaultSearchConfigPopulator
- All Implemented Interfaces:
Populator<SolrSearchConfigModel,SearchConfig>
public class DefaultSearchConfigPopulator
extends Object
implements Populator<SolrSearchConfigModel,SearchConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SolrSearchConfigModel source, SearchConfig target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DefaultSearchConfigPopulator
public DefaultSearchConfigPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrSearchConfigModel,SearchConfig> - Parameters:
source- the source objecttarget- the target to fill
-