Package org.objenesis.instantiator.basic
Class ProxyingInstantiator<T>
- java.lang.Object
-
- org.objenesis.instantiator.basic.DelegatingToExoticInstantiator<T>
-
- org.objenesis.instantiator.basic.ProxyingInstantiator<T>
-
- Type Parameters:
T
- type of the class instantiated
- All Implemented Interfaces:
ObjectInstantiator<T>
@Instantiator(STANDARD) public class ProxyingInstantiator<T> extends DelegatingToExoticInstantiator<T>
Shell keeping compatibility but delegating to objenesis-exotic which contains the real implementation.
-
-
Constructor Summary
Constructors Constructor Description ProxyingInstantiator(java.lang.Class<T> type)
-
Method Summary
-
Methods inherited from class org.objenesis.instantiator.basic.DelegatingToExoticInstantiator
newInstance
-
-
-
-
Constructor Detail
-
ProxyingInstantiator
public ProxyingInstantiator(java.lang.Class<T> type)
-
-