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 Type
    Method
    Description
    Converts primitive value to a format that is accepted by the model service.
  • Method Details

    • convert

      Object convert(TypeAttributeDescriptor attribute, Object value)
      Converts primitive value to a format that is accepted by the model service.
      Parameters:
      attribute - the attribute that contains the value
      value - value to be converted
      Returns:
      the converted value