public interface InstanceProducer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> instanceType)
Creates an instance from the class
|
<T> T create(Class<T> instanceType)
T - the instance typeinstanceType - the instance classNullPointerException - when instanceType is nullCopyright © 2017–2021 Eclipse Foundation. All rights reserved.