Class InParameterFactory
- java.lang.Object
-
- net.officefloor.plugin.managedfunction.method.parameter.ObjectParameterFactory
-
- net.officefloor.plugin.managedfunction.method.parameter.InParameterFactory
-
- All Implemented Interfaces:
MethodParameterFactory
public class InParameterFactory extends ObjectParameterFactory
Creates theIn
for theMethodFunction
.- Author:
- Daniel Sagenschneider
-
-
Field Summary
-
Fields inherited from class net.officefloor.plugin.managedfunction.method.parameter.ObjectParameterFactory
objectIndex
-
-
Constructor Summary
Constructors Constructor Description InParameterFactory(int objectIndex)
Instantiate.
-
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:MethodParameterFactory
Creates the parameter from theManagedFunctionContext
.- Specified by:
createParameter
in interfaceMethodParameterFactory
- Overrides:
createParameter
in classObjectParameterFactory
- Parameters:
context
-ManagedFunctionContext
.- Returns:
- Parameter.
-
-