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