public interface InstantiatorStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectInstantiator<T> |
newInstantiatorOf(Class<T> type)
Create a dedicated instantiator for the given class
|
<T> ObjectInstantiator<T> newInstantiatorOf(Class<T> type)
type - Class that will be instantiatedCopyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.