public class ObjectFactoryImpl extends Object implements ITestObjectFactory
| Constructor and Description |
|---|
ObjectFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Constructor<T> constructor,
Object... params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstance, newInstancepublic <T> T newInstance(Constructor<T> constructor, Object... params)
newInstance in interface ITestObjectFactoryCopyright © 2025. All rights reserved.