callFieldWithArguments

inline fun <T : Any> T.callFieldWithArguments(fieldName: String, vararg arguments: Any)
inline fun <T : Any> T.callFieldWithArguments(fieldName: String, arguments: Map<KParameter, Any?>)

Calls this callable with the specified list of arguments and returns the result. Throws an exception if the number of specified arguments is not equal to the size of arguments, or if their types do not match the types of the parameters.