static <T> KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.builder() |
|
static <T> KernelFunctionFromMethod.Builder<T> |
KernelFunction.createFromMethod(Method method,
Object target) |
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withDescription(String description) |
Sets the description to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withFunctionName(String functionName) |
Sets the function name to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withMethod(Method method) |
Sets the method to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withParameters(List<InputVariable> parameters) |
Sets the parameters to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withPluginName(String pluginName) |
Sets the plugin name to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withReturnParameter(OutputVariable<?> returnParameter) |
Sets the return parameter to use to build the function.
|
KernelFunctionFromMethod.Builder<T> |
KernelFunctionFromMethod.Builder.withTarget(Object target) |
Sets the target to use to build the function.
|