T
- the type to constructpublic class ComponentConstructor<T>
extends java.lang.Object
Constructor and Description |
---|
ComponentConstructor(InjectableProviderContext ipc,
java.lang.Class<T> c,
ComponentInjector<T> ci) |
Modifier and Type | Method and Description |
---|---|
T |
getInstance()
Get a new instance.
|
public ComponentConstructor(InjectableProviderContext ipc, java.lang.Class<T> c, ComponentInjector<T> ci)
public T getInstance() throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException
Copyright © 2016 Oracle Corporation. All Rights Reserved.