public interface FEELFunction
Modifier and Type | Interface and Description |
---|---|
static class |
FEELFunction.Param |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the function
|
List<List<FEELFunction.Param>> |
getParameters()
Returns the parameter for each supported signature.
|
Symbol |
getSymbol()
Returns the Symbol of the function
|
Object |
invokeReflectively(EvaluationContext ctx,
Object[] params)
Invokes the function reflectively based on the parameters
|
String getName()
Symbol getSymbol()
List<List<FEELFunction.Param>> getParameters()
Object invokeReflectively(EvaluationContext ctx, Object[] params)
ctx
- params
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.