BaseInstantiatorStrategy
, SerializingInstantiatorStrategy
, SingleInstantiatorStrategy
, StdInstantiatorStrategy
public interface InstantiatorStrategy
Modifier and Type | Method | 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–2018 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.