Action Method Manager
interface ActionMethodManager
Creates and invokes actions from annotated methods.
Functions
Link copied to clipboard
abstract fun createAction(method: Method, instance: Any, toolCallbacksOnInstance: List<<Error class: unknown class>>): Action
Create an Action from a method
Link copied to clipboard
abstract fun <O> invokeActionMethod(method: Method, instance: Any, actionContext: TransformationActionContext<List<Any>, O>): O
Invoke the action method on the given instance.