DynamicValueConverter

A converter of a value that potentially holds any type (its value is stored as a plain string) to a specific, statically defined Value type that can be used as an input for a function call argument.

Parameters

value

the dynamic value to convert to a typed value

Constructors

Link copied to clipboard
constructor(value: DynamicValue)

Functions

Link copied to clipboard
fun convertTo(type: KClass<*>, context: Context?): InputValue<*>?