Class ManagedFunctionContextParameterFactory
- java.lang.Object
-
- net.officefloor.plugin.managedfunction.clazz.ManagedFunctionContextParameterFactory
-
- All Implemented Interfaces:
ManagedFunctionParameterFactory
public class ManagedFunctionContextParameterFactory extends java.lang.Object implements ManagedFunctionParameterFactory
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedFunctionContextParameterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createParameter(ManagedFunctionContext<?,?> context)
Creates the parameter from theManagedFunctionContext
.
-
-
-
Method Detail
-
createParameter
public java.lang.Object createParameter(ManagedFunctionContext<?,?> context)
Description copied from interface:ManagedFunctionParameterFactory
Creates the parameter from theManagedFunctionContext
.- Specified by:
createParameter
in interfaceManagedFunctionParameterFactory
- Parameters:
context
-ManagedFunctionContext
.- Returns:
- Parameter.
-
-