public class SingleOutputDispatcher extends Object
| Constructor and Description |
|---|
SingleOutputDispatcher(String functionName,
Class targetType,
MWInvokable invokable,
boolean isVarArgs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
dispatch(Object... inputs) |
protected static Object[] |
getVariableInputArguments(Object[] funcInputs) |
public SingleOutputDispatcher(String functionName, Class targetType, MWInvokable invokable, boolean isVarArgs)
Copyright © 2015–2024. All rights reserved.