Class DefaultMethodObjectFactory
java.lang.Object
net.officefloor.plugin.clazz.method.DefaultMethodObjectFactory
- All Implemented Interfaces:
MethodObjectFactory
Default
MethodObjectFactory.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(ManagedFunctionContext<Indexed, Indexed> context)
-
Constructor Details
-
DefaultMethodObjectFactory
Instantiate.- Parameters:
objectFactory-ClassObjectFactory.
-
-
Method Details
-
createInstance
Description copied from interface:MethodObjectFactory- Specified by:
createInstancein interfaceMethodObjectFactory- Parameters:
context-ManagedFunctionContext.- Returns:
Objectinstance to invoke theMethodon.- Throws:
Throwable- If fails to create the instance.
-