Class NullPrimitiveValueHandler
java.lang.Object
de.hybris.platform.inboundservices.persistence.populator.NullPrimitiveValueHandler
- All Implemented Interfaces:
PrimitiveValueHandler
An implementation of
PrimitiveValueHandler that returns whatever value is passed into it.-
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.
-
Constructor Details
-
NullPrimitiveValueHandler
public NullPrimitiveValueHandler()
-
-
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
-