Class DefaultSolrIndexingClientConfigCredentialsPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultSolrIndexingClientConfigCredentialsPopulator
-
- All Implemented Interfaces:
Populator<SolrServerConfigModel,SolrClientConfig>
public class DefaultSolrIndexingClientConfigCredentialsPopulator extends java.lang.Object implements Populator<SolrServerConfigModel,SolrClientConfig>
PopulatesSolrClientConfigdata usingSolrServerConfigModelinstance.
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrIndexingClientConfigCredentialsPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrServerConfigModel source, SolrClientConfig target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrServerConfigModel source, SolrClientConfig target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrServerConfigModel,SolrClientConfig>- Parameters:
source- the source objecttarget- the target to fill
-
-