Class DefaultPrimitiveValueHandler
java.lang.Object
de.hybris.platform.inboundservices.persistence.populator.DefaultPrimitiveValueHandler
- All Implemented Interfaces:
PrimitiveValueHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(TypeAttributeDescriptor attribute, Object value) Converts primitive value to a format that is accepted by the model service.protected IntegrationLocalizationServicevoidsetLocalizationService(IntegrationLocalizationService localizationService)
-
Constructor Details
-
DefaultPrimitiveValueHandler
public DefaultPrimitiveValueHandler()
-
-
Method Details
-
convert
Description copied from interface:PrimitiveValueHandlerConverts primitive value to a format that is accepted by the model service.- Specified by:
convertin interfacePrimitiveValueHandler- Parameters:
attribute- the attribute that contains the valuevalue- value to be converted- Returns:
- the converted value
-
getLocalizationService
-
setLocalizationService
-