convert

abstract fun convert(value: Any?): Any?

This method will be called to try to convert parameter value.

Return

Converted value if conversion successful or null otherwise.

Parameters

value

Value of parameter to be converted.