invokeActionMethod

abstract fun <O> invokeActionMethod(method: Method, instance: Any, actionContext: TransformationActionContext<List<Any>, O>): O

Invoke the action method on the given instance.