Interface PrimitiveValueHandler
- All Known Implementing Classes:
DefaultPrimitiveValueHandler,NullPrimitiveValueHandler
public interface PrimitiveValueHandler
A value handler for converting primitive value from Olingo format to a format accepted by the model service.
-
Method Summary
Modifier and TypeMethodDescriptionconvert(TypeAttributeDescriptor attribute, Object value) Converts primitive value to a format that is accepted by the model service.
-
Method Details
-
convert
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
-