|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instantiator
An object that can create new instances of a given type, which may be decorated in some fashion.
Method Summary | ||
---|---|---|
|
newInstance(Class<T> type,
Object... parameters)
Create a new instance of T, using parameters as the construction parameters. |
Method Detail |
---|
<T> T newInstance(Class<T> type, Object... parameters)
parameters
as the construction parameters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |