public final class ReflectionExpressionFunction extends ExpressionFunction
| Constructor and Description |
|---|
ReflectionExpressionFunction(java.lang.reflect.Method method)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
doOperation(SimpleAlgorithmConfigurator configurator,
java.lang.Object... parameters)
Método que executa a operação.
|
acceptParameters, equals, execute, getName, getParameterTypes, hashCode, toStringpublic ReflectionExpressionFunction(java.lang.reflect.Method method)
method - o método.protected java.lang.Object doOperation(SimpleAlgorithmConfigurator configurator, java.lang.Object... parameters) throws ExpressionFunctionExecutionException
doOperation in class ExpressionFunctionconfigurator - o configurador.parameters - os parâmetros.ExpressionFunctionExecutionException - em caso de falha durante a
execução.Copyright © 2016. All Rights Reserved.