Class TmaFacetSearchOptionNameAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<SolrSearchQueryTermData,FacetSearchOption>
de.hybris.platform.b2ctelcotmfwebservices.mappers.facetsearchoption.TmaFacetSearchOptionNameAttributeMapper
public class TmaFacetSearchOptionNameAttributeMapper
extends TmaAttributeMapper<SolrSearchQueryTermData,FacetSearchOption>
This attribute Mapper class maps data for name attribute between
SolrSearchQueryTermData and FacetSearchOption- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SolrSearchQueryTermData source, FacetSearchOption target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaFacetSearchOptionNameAttributeMapper
public TmaFacetSearchOptionNameAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SolrSearchQueryTermData source, FacetSearchOption target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<SolrSearchQueryTermData,FacetSearchOption> - Parameters:
source- source objecttarget- target object
-