public abstract class ReflectiveFunctionBase extends Object implements Function
List<FunctionParameter> form.| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectiveFunctionBase.ParameterListBuilder
Helps build lists of
FunctionParameter. |
| Modifier and Type | Field and Description |
|---|---|
Method |
method
Method that implements the function.
|
List<FunctionParameter> |
parameters
Types of parameter for the function call.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ReflectiveFunctionBase(Method method)
Creates a ReflectiveFunctionBase.
|
| Modifier and Type | Method and Description |
|---|---|
static ReflectiveFunctionBase.ParameterListBuilder |
builder()
Creates a ParameterListBuilder.
|
List<FunctionParameter> |
getParameters()
Returns the parameters of this function.
|
public final Method method
public final List<FunctionParameter> parameters
protected ReflectiveFunctionBase(Method method)
method - Method that is used to get type information frompublic List<FunctionParameter> getParameters()
getParameters in interface Functionpublic static ReflectiveFunctionBase.ParameterListBuilder builder()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.