- All Known Implementing Classes:
PublicReflectiveCreator,ReflectiveCreator,SunReflectiveCreator
Deprecated.
This API is deprecated and will be removed in a future version.
An instance creator. Creates an uninitialized instance of a class.
-
Method Summary
-
Method Details
-
create
Deprecated.Create an object instance.- Parameters:
clazz- the type of object to create- Returns:
- the object instance
- Throws:
InvalidClassException- if an instance of the class could not be instantiated for some reason
-