Package net.officefloor.web.value.load
Interface ObjectInstantiator
public interface ObjectInstantiator
Responsible for instantiating the object instances.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
instantiate
Instantiates the object.- Type Parameters:
T- Object type.- Parameters:
clazz- Class of object to instantiate.- Returns:
- Instantiated object.
- Throws:
Exception- If fails to instantiate the object.
-