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