Interface PrimitiveValueHandler
-
- All Known Implementing Classes:
DefaultPrimitiveValueHandler,NullPrimitiveValueHandler
public interface PrimitiveValueHandlerA value handler for converting primitive value from Olingo format to a format accepted by the model service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectconvert(TypeAttributeDescriptor attribute, java.lang.Object value)Converts primitive value to a format that is accepted by the model service.
-
-
-
Method Detail
-
convert
java.lang.Object convert(TypeAttributeDescriptor attribute, java.lang.Object value)
Converts primitive value to a format that is accepted by the model service.- Parameters:
attribute- the attribute that contains the valuevalue- value to be converted- Returns:
- the converted value
-
-