Interface PrimitiveValueHandler

    • 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 value
        value - value to be converted
        Returns:
        the converted value