Class TmaSearchResultPscvuPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators.TmaSearchResultPscvuPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SearchResultValueData,List<TmaProductSpecCharacteristicValueUseData>>
public class TmaSearchResultPscvuPopulator
extends Object
implements de.hybris.platform.converters.Populator<SearchResultValueData,List<TmaProductSpecCharacteristicValueUseData>>
Populator for setting the pscvu values from the solr Search Result to target
ProductData.- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperprotected <T> TgetValue(SearchResultValueData source, String propertyName) voidpopulate(SearchResultValueData source, List<TmaProductSpecCharacteristicValueUseData> target)
-
Constructor Details
-
TmaSearchResultPscvuPopulator
public TmaSearchResultPscvuPopulator()
-
-
Method Details
-
populate
public void populate(SearchResultValueData source, List<TmaProductSpecCharacteristicValueUseData> target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<SearchResultValueData,List<TmaProductSpecCharacteristicValueUseData>>
-
getObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
getValue
-