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)
T
- Type to instantiatetype
- Class that will be instantiatedCopyright © 2006–2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.