Class ProductConfigMessageRuleParameterValueMapper
java.lang.Object
de.hybris.platform.sap.productconfig.rules.strategies.mappers.impl.ProductConfigMessageRuleParameterValueMapper
- All Implemented Interfaces:
RuleParameterValueMapper<Map<Locale,String>>
public class ProductConfigMessageRuleParameterValueMapper
extends Object
implements RuleParameterValueMapper<Map<Locale,String>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Maps the String representation to the specific object.protected com.fasterxml.jackson.databind.ObjectMapperMaps the object to its String representation.
-
Field Details
-
QUOTATION
- See Also:
-
SERIALIZATION_QUOTATION
- See Also:
-
TEXT_QUOTATION
- See Also:
-
-
Constructor Details
-
ProductConfigMessageRuleParameterValueMapper
public ProductConfigMessageRuleParameterValueMapper()
-
-
Method Details
-
toString
Description copied from interface:RuleParameterValueMapperMaps the object to its String representation.- Specified by:
toStringin interfaceRuleParameterValueMapper<Map<Locale,String>> - Parameters:
messageMap- - object to map- Returns:
- String representation
-
fromString
Description copied from interface:RuleParameterValueMapperMaps the String representation to the specific object.- Specified by:
fromStringin interfaceRuleParameterValueMapper<Map<Locale,String>> - Parameters:
value- - String representation- Returns:
- mapped object
-
getObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-