public class StdInstantiatorStrategy extends BaseInstantiatorStrategy
ObjectInstantiator| Constructor and Description |
|---|
StdInstantiatorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectInstantiator<T> |
newInstantiatorOf(Class<T> type)
Return an
ObjectInstantiator allowing to create instance without any constructor being
called. |
public <T> ObjectInstantiator<T> newInstantiatorOf(Class<T> type)
ObjectInstantiator allowing to create instance without any constructor being
called.type - Class to instantiateCopyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.