public class DefaultInstantiator extends java.lang.Object implements Instantiator
| Constructor and Description |
|---|
DefaultInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
instantiate(java.lang.Object target)
If given a class, returns an instance from the class.
|
public java.lang.Object instantiate(java.lang.Object target)
Instantiatorinstantiate in interface Instantiator