public interface InstantiatorStrategy
Modifier and Type | Method and Description |
---|---|
<T> ObjectInstantiator<T> |
newInstantiatorOf(java.lang.Class<T> type)
Create a dedicated instantiator for the given class
|
<T> ObjectInstantiator<T> newInstantiatorOf(java.lang.Class<T> type)
T
- Type to instantiatetype
- Class that will be instantiated