Class StaticMethodObjectFactory
java.lang.Object
net.officefloor.plugin.clazz.method.StaticMethodObjectFactory
- All Implemented Interfaces:
MethodObjectFactory
MethodObjectFactory for static Method.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(ManagedFunctionContext<Indexed, Indexed> context)
-
Constructor Details
-
StaticMethodObjectFactory
public StaticMethodObjectFactory()
-
-
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.
-