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