T - the type of the class in which the implementing method is declaredpublic final class ReflectiveFunctionExecutorFactory<T> extends Object implements FunctionExecutorFactory
FunctionExecutorFactory which produces instances of ReflectiveExpressionFunctionExecutor.| Constructor and Description |
|---|
ReflectiveFunctionExecutorFactory(Class<T> implementationClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
FunctionExecutor |
createExecutor(org.mule.runtime.api.meta.model.function.FunctionModel functionModel,
FunctionParameterDefaultValueResolverFactory defaultResolverFactory)
Creates a new
ExpressionFunction based on a given FunctionModel |
public FunctionExecutor createExecutor(org.mule.runtime.api.meta.model.function.FunctionModel functionModel, FunctionParameterDefaultValueResolverFactory defaultResolverFactory)
FunctionExecutorFactoryExpressionFunction based on a given FunctionModelcreateExecutor in interface FunctionExecutorFactoryfunctionModel - the model of the function to be executedExpressionFunctionCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.