Class CurrencyRuleParameterValueMapper
java.lang.Object
de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.CurrencyRuleParameterValueMapper
- All Implemented Interfaces:
RuleParameterValueMapper<CurrencyModel>
public class CurrencyRuleParameterValueMapper
extends Object
implements RuleParameterValueMapper<CurrencyModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Maps the String representation to the specific object.voidsetCommonI18NService(CommonI18NService commonI18NService) toString(CurrencyModel currency) Maps the object to its String representation.
-
Constructor Details
-
CurrencyRuleParameterValueMapper
public CurrencyRuleParameterValueMapper()
-
-
Method Details
-
toString
Description copied from interface:RuleParameterValueMapperMaps the object to its String representation.- Specified by:
toStringin interfaceRuleParameterValueMapper<CurrencyModel>- Parameters:
currency- - object to map- Returns:
- String representation
-
fromString
Description copied from interface:RuleParameterValueMapperMaps the String representation to the specific object.- Specified by:
fromStringin interfaceRuleParameterValueMapper<CurrencyModel>- Parameters:
value- - String representation- Returns:
- mapped object
-
getCommonI18NService
-
setCommonI18NService
-